oh-my-posh/themes/festivetech.omp.json

92 lines
2.6 KiB
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#adbccd",
2022-02-03 01:22:57 -08:00
"foreground": "#0f1225",
"leading_diamond": "\ue0b6",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "{{ .UserName }} "
},
"style": "diamond",
"type": "session"
},
{
"background": "#f1ece6",
2022-02-03 01:22:57 -08:00
"foreground": "#0f1225",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"style": "folder",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#90a7c4",
2022-02-03 01:22:57 -08:00
"foreground": "#0f1225",
"powerline_symbol": "\ue0b0",
"properties": {
"branch_icon": "",
2022-02-03 01:22:57 -08:00
"fetch_stash_count": true,
"fetch_status": true,
2022-02-03 01:22:57 -08:00
"fetch_upstream_icon": true,
"template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }}) "
},
"style": "powerline",
"type": "git"
},
{
"background": "#86BBD8",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
},
"style": "powerline",
"type": "node"
},
{
"background": "#1f4b8e",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \uf9b6{{ .CurrentDate | date .Format }} ",
"time_format": "15:04"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "time"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
},
{
"segments": [
{
"background": "#1f4b8e",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"leading_diamond": "\ue0b2",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \uf1bb {{ .Env.DAYS }} days till Christmas "
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "text"
}
2022-02-03 01:22:57 -08:00
],
"type": "rprompt"
}
],
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
2022-02-03 01:22:57 -08:00
"final_space": true,
"transient_prompt": {
"background": "transparent",
"foreground": "#ffffff",
2022-02-03 01:22:57 -08:00
"template": "<#1f4b8e,transparent>\ue0b6</><#ffffff,#1f4b8e>\uf2dc</><#1f4b8e,transparent>\ue0b4</> {{ .Command }}"
},
"version": 1
}