-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom_tokyonight_storm.omp.json
140 lines (140 loc) · 3.74 KB
/
custom_tokyonight_storm.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title_template": "{{ .Folder }}::",
"palette": {
"main-bg": "#24283b",
"terminal-red": "#f7768e",
"pistachio-green": "#9ece6a",
"terminal-green": "#73daca",
"terminal-yellow": "#e0af68",
"terminal-blue": "#7aa2f7",
"celeste-blue": "#b4f9f8",
"light-sky-blue": "#7dcfff",
"terminal-white": "#c0caf5",
"white-blue": "#a9b1d6",
"blue-bell": "#9aa5ce",
"pastal-grey": "#cfc9c2",
"terminal-magenta": "#bb9af7",
"blue-black": "#565f89",
"terminal-black": "#414868",
"t-background": "p:main-bg"
},
"blocks": [
{
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"background": "transparent",
"foreground": "p:terminal-blue",
"template": "\u279c "
},
{
"type": "path",
"style": "plain",
"foreground": "p:terminal-magenta",
"properties": {
"style": "folder"
},
"template": "<b>{{ .Path }}</b> "
},
{
"type": "git",
"style": "plain",
"foreground": "p:light-sky-blue",
"foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:terminal-red{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:light-sky-blue {{ end }}",
"{{ if gt .Ahead 0 }}p:terminal-blue{{ end }}",
"{{ if gt .Behind 0 }}p:celeste-blue{{ end }}"
],
"template": "({{ .HEAD}}{{if gt .Ahead 0}} {{.Ahead}} {{end}}{{if gt .Behind 0}} {{.Behind}} {{end}})",
"properties": {
"fetch_status": true,
"branch_icon": "\ue725 "
}
}
],
"type": "prompt"
},
{
"alignment": "right",
"overflow": "hide",
"segments": [
{
"type": "node",
"style": "plain",
"foreground": "p:pistachio-green",
"template": "\ue718 {{ .Full }} "
},
{
"type": "php",
"style": "plain",
"foreground": "p:terminal-blue",
"template": "\ue73d {{ .Full }} "
},
{
"type": "python",
"style": "plain",
"foreground": "p:terminal-yellow",
"template": "\uE235 {{ .Full }}"
},
{
"type": "julia",
"style": "plain",
"foreground": "p:terminal-magenta",
"template": "\uE624 {{ .Full }}"
},
{
"type": "ruby",
"style": "plain",
"foreground": "p:terminal-red",
"template": "\uE791 {{ .Full}}"
},
{
"type": "go",
"style": "plain",
"foreground": "p:light-sky-blue",
"template": "\uFCD1 {{ .Full}}"
},
{
"type": "command",
"style": "plain",
"foreground": "p:white-blue",
"properties": {
"command": "git log --pretty=format:%cr -1 || date +%H:%M:%S",
"shell": "bash"
}
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "p:pistachio-green",
"style": "plain",
"template": ">",
"type": "text"
}
],
"type": "prompt"
}
],
"secondary_prompt": {
"background": "transparent",
"foreground": "p:terminal-blue",
"template": "\u279c "
},
"transient_prompt": {
"background": "transparent",
"foreground": "p:terminal-blue",
"template": "\u279c "
},
"final_space": true,
"version": 2,
"terminal_background": "p:t-background"
}