Skip to content

Commit

Permalink
OMP theme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXero-dev committed Jul 26, 2024
1 parent ef87b18 commit f7f9c7c
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions Configs/Home/.config/ohmyposh/tokyonight_storm.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
},
"template": "<b>{{ .Path }}</b> <p:light-sky-blue>\u26a1</>"
},
{
"type": "upgrade",
"style": "plain",
"foreground": "#111111",
"background": "#FFD664"
},
{
"type": "git",
"style": "plain",
Expand Down Expand Up @@ -111,12 +117,16 @@
"template": "\uFCD1 {{ .Full}}"
},
{
"type": "command",
"style": "plain",
"foreground": "p:white-blue",
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#ffffff",
"background": "transparent",
"template": " <#fefefe></> {{ .FormattedMs }} ",
"properties": {
"command": "git log --pretty=format:%cr -1 || date +%H:%M:%S",
"shell": "bash"
"threshold": 500,
"style": "austin",
"always_enabled": true
}
}
],
Expand Down

0 comments on commit f7f9c7c

Please sign in to comment.