-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdualsimplicity.omp.json
182 lines (182 loc) · 5.3 KB
/
dualsimplicity.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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#8AADF4",
"foreground": "#000000",
"leading_diamond": "\u256d\u2500\ue0b6",
"properties": {
"windows": "\uf009"
},
"style": "diamond",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"trailing_diamond": "\ue0b4",
"type": "os"
},
{
"background": "#000000",
"foreground": "#ff0000",
"powerline_symbol": "\ue0b4",
"properties": {
"style": "full"
},
"style": "powerline",
"template": "\udb85\udc0b",
"type": "root"
},
{
"background": "#0077c2",
"foreground": "#ffffff",
"style": "powerline",
"powerline_symbol": "\ue0b4",
"template": " \uf120 {{.Name}}",
"type": "shell",
"properties": {
"mapped_shell_names": {
"bash": "bash",
"zsh": "zsh",
"fish": "fish",
"pwsh": "pwsh",
"powershell": "winpwsh"
}
}
},
{
"background": "#B7BDF8",
"foreground": "#000000",
"powerline_symbol": "\ue0b4",
"properties": {
"style": "folder",
"folder_icon": "\udb80\ude4b",
"folder_separator_icon": " \u276f "
},
"style": "powerline",
"template": " \ue5ff {{ .Path }}",
"type": "path"
}
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#575656",
"foreground": "#d6deeb",
"style": "diamond",
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"properties": {
"style": "roundrock",
"threshold": 0
},
"template": "\uf520 {{ .FormattedMs }}",
"type": "executiontime"
},
{
"background": "#7FD5EA",
"foreground": "#000000",
"style": "diamond",
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
"type": "go"
},
{
"background": "#E4F34A",
"foreground": "#000000",
"style": "diamond",
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}",
"type": "python"
},
{
"background": "#E64747",
"foreground": "#000000",
"style": "diamond",
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
"type": "java"
},
{
"background": "#FE4A49",
"foreground": "#000000",
"style": "diamond",
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue71e {{ .Full }}",
"type": "npm"
},
{
"background": "#42E66C",
"foreground": "#000000",
"style": "diamond",
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}",
"type": "node"
},
{
"background": "#F62F2E",
"foreground": "#000000",
"style": "diamond",
"properties": {
"branch_icon": "\ue725 ",
"cherry_pick_icon": "\ue29b ",
"commit_icon": "\uf417 ",
"fetch_status": true,
"fetch_upstream_icon": true,
"merge_icon": "\ue727 ",
"no_commits_icon": "\uf0c3 ",
"rebase_icon": "\ue728 ",
"revert_icon": "\uf0e2 ",
"tag_icon": "\uf412 "
},
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}",
"type": "git"
},
{
"background": "#8AADF4",
"foreground": "#000000",
"style": "diamond",
"leading_diamond": " \ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\uf2c0 {{ .UserName }}",
"type": "session"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#8AADF4",
"style": "plain",
"template": "\u2570\u2500",
"type": "text"
},
{
"foreground": "#8AADF4",
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"],
"properties": {
"always_enabled": true
},
"style": "diamond",
"template": "\u276f\u276f ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 2
}