-
Notifications
You must be signed in to change notification settings - Fork 0
/
EDM115-newline.omp.json
169 lines (169 loc) · 4.8 KB
/
EDM115-newline.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"type": "prompt",
"segments": [
{
"foreground": "#f8f8f2",
"style": "plain",
"template": "\u256d\u2500",
"type": "text"
},
{
"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": "diamond",
"trailing_diamond": "\ue0b4",
"background": "#bd93f9",
"foreground": "#282a36",
"template": " \uea83 {{ .Path }}",
"properties": {
"style": "full"
}
}
]
},
{
"alignment": "right",
"type": "prompt",
"segments": [
{
"type": "time",
"style": "diamond",
"leading_diamond": "\ue0b6",
"background": "#f1fa8c",
"foreground": "#282a36",
"template": "\udb80\udd09 {{ .CurrentDate | date .Format }} •",
"properties": {
"time_format": "15:04:05"
}
},
{
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\ue0b4",
"background": "#f1fa8c",
"foreground": "#282a36",
"template": " \ueba2 {{ .FormattedMs }}",
"properties": {
"threshold": 500,
"style": "austin",
"always_enabled": true
}
},
{
"type": "git",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"background": "#ffb86c",
"foreground": "#282a36",
"template": "\ue725 ({{ url .UpstreamIcon .UpstreamURL }} {{ .HEAD }}){{ 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> \uf046 {{ .Staging.String }}</>{{ end }}",
"properties": {
"branch_icon": "",
"fetch_status": true,
"fetch_upstream_icon": true,
"display_changing_color": true
}
},
{
"type": "node",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}",
"background": "#50fa7b",
"foreground": "#282a36"
},
{
"type": "npm",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue71e {{ .Full }}",
"background": "#ff5555",
"foreground": "#282a36"
},
{
"type": "java",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue738 {{ .Full }}",
"background": "#ff79c6",
"foreground": "#282a36"
},
{
"type": "php",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"template": "\ue73d {{ .Full }}",
"background": "#6272a4",
"foreground": "#282a36"
},
{
"type": "python",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"background": "#50fa7b",
"foreground": "#282a36",
"template": "\ue73c {{ .Full }}",
"properties": {
"display_mode": "files"
}
}
]
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#f8f8f2",
"style": "plain",
"template": "\u2570\u2500",
"type": "text"
},
{
"foreground": "#f8f8f2",
"properties": {
"always_enabled": true
},
"style": "diamond",
"template": " \u276f\u276f",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}