-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwortell-posh-prompt.json
84 lines (83 loc) · 2.46 KB
/
wortell-posh-prompt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"background": "#8300FF",
"foreground": "#0c0116",
"powerline_symbol": "",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": " ",
"style": "folder"
},
"style": "diamond",
"type": "path"
},
{
"background": "#0c0116",
"foreground": "#8300FF",
"powerline_symbol": "",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true,
"status_colors_enabled": true,
"local_changes_color": "#4CD275",
"ahead_and_behind_color": "#e43b44",
"behind_color": "#f77622",
"ahead_color": "#0078d4",
"stash_count_icon": "\uF692 "
},
"style": "diamond",
"type": "git"
},
{
"foreground": "#0c0116",
"background": "#4CD275",
"type": "kubectl",
"style": "powerline",
"powerline_symbol": "",
"properties": {
"prefix": " \uFD31",
"template": " {{.Context}}{{if .Namespace}} : {{.Namespace}}{{end}}"
}
},
{
"type": "az",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#4CD275",
"background": "#0c0116",
"properties": {
"display_id": false,
"display_name": true,
"info_separator": " @ ",
"prefix": " \uFD03 "
}
},
{
"background": "#4CD275",
"foreground": "#ffffff",
"leading_diamond": "",
"properties": {
"always_enabled": true,
"color_background": true,
"display_exit_code": false,
"error_color": "#8300FF",
"prefix": " "
},
"style": "diamond",
"trailing_diamond": "",
"type": "exit"
}
],
"type": "prompt"
}
],
"final_space": true
}