forked from donovanlange/WindowsPowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.MyPoshTheme.omp.json
58 lines (58 loc) · 1.53 KB
/
.MyPoshTheme.omp.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
"style": "diamond",
"foreground": "#ffffff",
"background": "#33658A",
"leading_diamond": "\uE0B6",
"trailing_diamond": ""
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#61AFEF",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#9A348E",
"properties": {
"display_status": true,
"display_stash_count": true,
"display_upstream_icon": true,
"local_changes_color": "#C678DD",
"working_color": "#FF6471",
"staging_color": "#95ffa4",
"ahead_color": "#2EC4B6",
"behind_color": "#8A4FFF"
}
},
{
"type": "python",
"style": "diamond",
"foreground": "#ffffff",
"background": "#FF6471",
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"properties": {
"prefix": "<transparent>\uE0B0 </>"
}
}
]
}
],
"final_space": true
}