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

110 lines
3.2 KiB
JSON
Raw Normal View History

2021-12-23 10:51:12 -08:00
{
2022-03-27 01:12:47 -07:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
2021-12-23 10:51:12 -08:00
{
2022-03-27 01:12:47 -07:00
"background": "#2e9599",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"powerline_symbol": "\ue0b0",
"style": "diamond",
"template": "\uf108 {{ .HostName }} ",
2022-03-27 01:12:47 -07:00
"type": "session"
2021-12-23 10:51:12 -08:00
},
{
2022-03-27 01:12:47 -07:00
"background": "#0080ff",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"style": "full"
},
"style": "powerline",
"template": " \ue5ff {{ .Path }} ",
"type": "path"
2021-12-23 10:51:12 -08:00
},
{
2022-03-27 01:12:47 -07:00
"background": "#c19c00",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFA300{{ end }}",
"{{ if gt .Ahead 0 }}#FF7070{{ end }}",
"{{ if gt .Behind 0 }}#90F090{{ end }}"
],
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "powerline",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
2022-03-27 01:12:47 -07:00
"type": "git"
},
{
"background": "#2e9599",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"properties": {
"always_enabled": true
},
"style": "diamond",
"template": " ",
"trailing_diamond": "\ue0b4",
"type": "exit"
}
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#2e9599",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"time_format": "15:04:05"
},
"style": "diamond",
"template": " {{ .CurrentDate | date .Format }} ",
"trailing_diamond": "\ue0b4",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ff0000",
"style": "plain",
"template": "\ue00a ",
"type": "root"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": " {{ .Name }} ",
"type": "shell"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "\uf054 ",
"type": "text"
2021-12-23 10:51:12 -08:00
}
2022-03-27 01:12:47 -07:00
],
"type": "prompt"
}
],
"console_title_template": "{{ .Folder }}",
"version": 2
2022-03-14 11:14:10 -07:00
}