Skip to content

Commit f7f9c7c

Browse files
committed
OMP theme update
1 parent ef87b18 commit f7f9c7c

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

Diff for: Configs/Home/.config/ohmyposh/tokyonight_storm.omp.json

+15-5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
},
4040
"template": "<b>{{ .Path }}</b> <p:light-sky-blue>\u26a1</>"
4141
},
42+
{
43+
"type": "upgrade",
44+
"style": "plain",
45+
"foreground": "#111111",
46+
"background": "#FFD664"
47+
},
4248
{
4349
"type": "git",
4450
"style": "plain",
@@ -111,12 +117,16 @@
111117
"template": "\uFCD1 {{ .Full}}"
112118
},
113119
{
114-
"type": "command",
115-
"style": "plain",
116-
"foreground": "p:white-blue",
120+
"type": "executiontime",
121+
"style": "powerline",
122+
"powerline_symbol": "",
123+
"foreground": "#ffffff",
124+
"background": "transparent",
125+
"template": " <#fefefe></> {{ .FormattedMs }} ",
117126
"properties": {
118-
"command": "git log --pretty=format:%cr -1 || date +%H:%M:%S",
119-
"shell": "bash"
127+
"threshold": 500,
128+
"style": "austin",
129+
"always_enabled": true
120130
}
121131
}
122132
],

0 commit comments

Comments
 (0)