-
Notifications
You must be signed in to change notification settings - Fork 0
/
ohmyposh.json
119 lines (119 loc) · 3.09 KB
/
ohmyposh.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#003543",
"foreground": "#fff",
"powerline_symbol": "\ue0b0",
"properties": {
"postfix": "",
"windows": "\uf179"
},
"style": "powerline",
"type": "os"
},
{
"background": "#003543",
"foreground": "#fff",
"powerline_symbol": "\ue0b0",
"properties": {
"postfix": "",
"prefix": " ",
"windows": "\uf179"
},
"style": "powerline",
"type": "time"
},
{
"background": "#0087D8",
"foreground": "#fff",
"powerline_symbol": "\ue0b0",
"properties": {
"folder_separator_icon": "/",
"prefix": " \ue5ff ",
"style": "full"
},
"style": "powerline",
"type": "path"
},
{
"background": "#d2ff5e",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": {
"ahead_and_behind_color": "#f26d50",
"ahead_color": "#89d1dc",
"behind_color": "#f17c37",
"display_stash_count": true,
"display_status": true,
"display_upstream_icon": true,
"local_changes_color": "#ff9248",
"stash_count_icon": "\uf692 ",
"status_colors_enabled": true
},
"style": "powerline",
"type": "git"
},
{
"background": "#0087D8",
"foreground": "#003544",
"powerline_symbol": "\ue0b0",
"properties": {
"display_mode": "context",
"display_version": false,
"display_virtual_env": true,
"prefix": " \ue235 "
},
"style": "powerline",
"type": "python"
},
{
"background": "#33DD2D",
"foreground": "#242424",
"powerline_symbol": "\ue0b0",
"properties": {
"always_enabled": true,
"color_background": true,
"display_exit_code": false,
"error_color": "#f1184c",
"prefix": " \ufc8d"
},
"style": "powerline",
"type": "exit"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#FFD700",
"properties": {
"root_icon": "#"
},
"style": "plain",
"type": "root"
},
{
"foreground": "#ffffff",
"properties": {
"prefix": "",
"text": "$"
},
"style": "plain",
"type": "text"
}
],
"type": "prompt"
}
],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true
}