mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
chore: delete festivetech
This commit is contained in:
parent
dfed233171
commit
5b6cf08acc
|
@ -1,85 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
||||||
"blocks": [
|
|
||||||
{
|
|
||||||
"alignment": "left",
|
|
||||||
"segments": [
|
|
||||||
{
|
|
||||||
"background": "#adbccd",
|
|
||||||
"foreground": "#0f1225",
|
|
||||||
"leading_diamond": "\ue0b6",
|
|
||||||
"style": "diamond",
|
|
||||||
"template": "{{ .UserName }} ",
|
|
||||||
"type": "session"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"background": "#f1ece6",
|
|
||||||
"foreground": "#0f1225",
|
|
||||||
"powerline_symbol": "\ue0b0",
|
|
||||||
"properties": {
|
|
||||||
"style": "folder"
|
|
||||||
},
|
|
||||||
"style": "powerline",
|
|
||||||
"template": " {{ .Path }} ",
|
|
||||||
"type": "path"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"background": "#90a7c4",
|
|
||||||
"foreground": "#0f1225",
|
|
||||||
"powerline_symbol": "\ue0b0",
|
|
||||||
"properties": {
|
|
||||||
"branch_icon": "",
|
|
||||||
"fetch_stash_count": true,
|
|
||||||
"fetch_status": true,
|
|
||||||
"fetch_upstream_icon": true
|
|
||||||
},
|
|
||||||
"style": "powerline",
|
|
||||||
"template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }}) ",
|
|
||||||
"type": "git"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"background": "#86BBD8",
|
|
||||||
"foreground": "#ffffff",
|
|
||||||
"powerline_symbol": "\ue0b0",
|
|
||||||
"style": "powerline",
|
|
||||||
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
|
|
||||||
"type": "node"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"background": "#1f4b8e",
|
|
||||||
"foreground": "#ffffff",
|
|
||||||
"properties": {
|
|
||||||
"time_format": "15:04"
|
|
||||||
},
|
|
||||||
"style": "diamond",
|
|
||||||
"template": " \uf9b6{{ .CurrentDate | date .Format }} ",
|
|
||||||
"trailing_diamond": "\ue0b0",
|
|
||||||
"type": "time"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "prompt"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"segments": [
|
|
||||||
{
|
|
||||||
"background": "#1f4b8e",
|
|
||||||
"foreground": "#ffffff",
|
|
||||||
"leading_diamond": "\ue0b2",
|
|
||||||
"style": "diamond",
|
|
||||||
"template": " \uf1bb {{ .Env.DAYS }} days till Christmas ",
|
|
||||||
"trailing_diamond": "\ue0b4",
|
|
||||||
"type": "text"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "rprompt"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
|
|
||||||
"final_space": true,
|
|
||||||
"transient_prompt": {
|
|
||||||
"background": "transparent",
|
|
||||||
"foreground": "#ffffff",
|
|
||||||
"template": "<#1f4b8e,transparent>\ue0b6</><#ffffff,#1f4b8e>\uf2dc</><#1f4b8e,transparent>\ue0b4</> "
|
|
||||||
},
|
|
||||||
"version": 2
|
|
||||||
}
|
|
Loading…
Reference in a new issue