-
Notifications
You must be signed in to change notification settings - Fork 1
/
EDM115-oneline.omp.json
186 lines (186 loc) · 5.39 KB
/
EDM115-oneline.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
183
184
185
186
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"type": "prompt",
"segments": [
{
"type": "session",
"style": "diamond",
"leading_diamond": "\ue0b6",
"template": "{{ .UserName }}",
"background": "#282a36",
"foreground": "#f8f8f2"
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": "\udb85\udc0b",
"background": "#282a36",
"foreground": "#ff5555"
},
{
"type": "os",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": "{{ .Icon }} ",
"background": "#282a36",
"foreground": "#f8f8f2"
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"background": "#bd93f9",
"foreground": "#282a36",
"template": " \udb80\ude56 {{ path .Path .Location }} ",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"background": "#ffb86c",
"foreground": "#282a36",
"template": " \ue725 ({{ url .UpstreamIcon .UpstreamURL }} {{ url .HEAD .UpstreamURL }}){{ if gt .Ahead 0 }}<#50fa7b> +{{ .Ahead }}</>{{ end }}{{ if gt .Behind 0 }}<#ff5555> -{{ .Behind }}</>{{ end }}{{ if .Working.Changed }}<#f8f8f2> \uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }}<#f8f8f2> \uf044 {{ .Staging.String }}</>{{ end }} ",
"properties": {
"branch_icon": "",
"fetch_status": true,
"fetch_upstream_icon": true,
"full_branch_path": true,
"display_changing_color": true
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \ue718 {{ .Full }} ",
"background": "#50fa7b",
"foreground": "#282a36",
"properties": {
"cache_version": true
}
},
{
"type": "npm",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \ue71e {{ .Full }} ",
"background": "#ff5555",
"foreground": "#282a36",
"properties": {
"cache_version": true,
"display_mode": "files",
"extensions": [
"package-lock.json"
]
}
},
{
"type": "pnpm",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \udb80\udec1 {{ .Full }} ",
"background": "#ffb86c",
"foreground": "#282a36",
"properties": {
"cache_version": true,
"display_mode": "files",
"extensions": [
"pnpm-lock.yaml"
]
}
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"background": "#50fa7b",
"foreground": "#282a36",
"template": " \ue73c {{ .Full }} ",
"properties": {
"cache_version": true,
"display_mode": "files"
}
},
{
"type": "java",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \ue738 {{ .Full }} ",
"background": "#ff79c6",
"foreground": "#282a36",
"properties": {
"cache_version": true
}
},
{
"type": "docker",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \uf308 {{ .Context }} ",
"background": "#8be9fd",
"foreground": "#282a36",
"properties": {
"cache_version": true
}
},
{
"type": "php",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \ue73d {{ .Full }} ",
"background": "#6272a4",
"foreground": "#f8f8f2",
"properties": {
"cache_version": true
}
},
{
"type": "time",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"background": "#f1fa8c",
"foreground": "#282a36",
"template": " \udb80\udd09 {{ .CurrentDate | date .Format }} •",
"properties": {
"time_format": "15:04:05"
}
},
{
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\ue0b0",
"background": "#f1fa8c",
"foreground": "#282a36",
"template": "\ueba2 {{ .FormattedMs }} ",
"properties": {
"threshold": 500,
"style": "austin",
"always_enabled": true
}
}
]
}
],
"disable_notice": true,
"final_space": true,
"patch_pwsh_bleed": true,
"secondary_prompt": {
"background": "transparent",
"foreground": "#f8f8f2",
"template": " \uf054 "
},
"transient_prompt": {
"background": "transparent",
"foreground": "#f8f8f2",
"newline": true,
"template": " \uf506 {{ .AbsolutePWD }}\n \uf4b5 "
},
"version": 2
}