-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathrudolfs-light.omp.json
More file actions
76 lines (76 loc) · 2.32 KB
/
rudolfs-light.omp.json
File metadata and controls
76 lines (76 loc) · 2.32 KB
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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#E0E0E0",
"foreground": "#BF231D",
"style": "plain",
"template": " \uf0e7 ",
"type": "root"
},
{
"background": "#E0E0E0",
"foreground": "#EF7D00",
"style": "plain",
"template": " {{ .Icon }} ",
"type": "os"
},
{
"background": "#E0E0E0",
"foreground": "#424242",
"style": "plain",
"template": "{{ .UserName }}",
"type": "session"
},
{
"background": "#E0E0E0",
"foreground": "#424242",
"foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#053F22{{ end }}",
"{{ if or (gt .Ahead 0) (gt .Behind 0) }}#0A703E{{ end }}"
],
"options": {
"branch_template": "{{ trunc 30 .Branch }}",
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "plain",
"template": " [{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#BD6200> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#053F22> \uf046 {{ .Staging.String }}</>{{ end }}] ",
"type": "git"
},
{
"background": "#E0E0E0",
"foreground": "#424242",
"options": {
"style": "full"
},
"style": "plain",
"template": " {{ .Path }}",
"type": "path"
},
{
"background": "#E0E0E0",
"foreground": "#424242",
"powerline_symbol": "\ue0b0",
"style": "plain",
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ",
"options": {
"text": "\ue0b0"
},
"type": "python"
},
{
"foreground": "#E0E0E0",
"style": "plain",
"template": "\ue0b0 ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 4
}