-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDraculaGit.omp.json
87 lines (86 loc) · 2.69 KB
/
DraculaGit.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "rprompt",
"segments": [
{
"foreground": "#f8f8f2",
"properties": {
"time_format": "3:04PM"
},
"style": "plain",
"template": " {{ .CurrentDate | date .Format }} ",
"type": "time"
}
]
},
{
"alignment": "left",
"segments": [
{
"background": "#6272a4",
"foreground": "#f8f8f2",
"leading_diamond": "\ue0b6",
"style": "diamond",
"template": "{{ .UserName }} ",
"type": "session"
},
{
"background": "#bd93f9",
"foreground": "#f8f8f2",
"powerline_symbol": "\ue0b0",
"properties": {
"style": "folder"
},
"style": "powerline",
"template": " {{ .Path }} ",
"type": "path"
},
{
"background": "#ffb86c",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffb86c{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFCC80{{ end }}",
"{{ if gt .Ahead 0 }}#bd93f9{{ end }}",
"{{ if gt .Behind 0 }}#bd93f9{{ end }}"
],
"foreground": "#f8f8f2",
"leading_diamond": "<transparent,background>\uE0B0</>",
"trailing_diamond": "\ue0b0",
"properties": {
"fetch_stash_count": true,
"fetch_status": true
},
"style": "diamond",
"template": " {{ .HEAD }}{{ if .Staging.Changed }}<#ffb86c> \uf046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
"type": "git"
},
{
"background": "#8be9fd",
"foreground": "#f8f8f2",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
"type": "node"
},
{
"background": "#FF79C6",
"foreground": "#F8F8F2",
"leading_diamond": "<transparent,background>\ue0b0</>",
"properties": {
"style": "dallas",
"threshold": 0
},
"style": "diamond",
"template": " {{ .FormattedMs }}s ",
"trailing_diamond": "\ue0b0",
"type": "executiontime"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 3
}