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

110 lines
3.2 KiB
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#f1184c",
2022-02-03 01:22:57 -08:00
"foreground": "#242424",
"powerline_symbol": "\ue0c4",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "\uf0e7",
2022-02-03 01:22:57 -08:00
"type": "root"
},
{
"background": "#282c34",
2022-02-03 01:22:57 -08:00
"foreground": "#3A86FF",
"leading_diamond": " ",
"style": "diamond",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
2022-02-03 01:22:57 -08:00
"type": "os"
},
{
"background": "#242424",
2022-02-03 01:22:57 -08:00
"foreground": "#FFBB00",
"powerline_symbol": "\ue0c4",
"properties": {
2022-02-03 01:22:57 -08:00
"time_format": "15:04:05"
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "{{ .CurrentDate | date .Format }} ",
2022-02-03 01:22:57 -08:00
"type": "time"
},
{
"background": "#242424",
2022-02-03 01:22:57 -08:00
"foreground": "#33DD2D",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"folder_separator_icon": "/",
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "\ue5ff {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
},
{
"background": "#242424",
2022-02-03 01:22:57 -08:00
"foreground": "#3A86FF",
"powerline_symbol": "\ue0b0",
"properties": {
"fetch_stash_count": true,
2022-02-03 01:22:57 -08:00
"fetch_status": true,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
},
{
"background": "#0184bc",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0c4",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue70c {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "dotnet"
},
{
"background": "#8800dd",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0c4",
"properties": {
"style": "austin",
2022-02-03 01:22:57 -08:00
"threshold": 1
},
"style": "powerline",
"template": " <#fefefe>\ueba2</> {{ .FormattedMs }} ",
2022-02-03 01:22:57 -08:00
"type": "executiontime"
},
{
"background": "#33DD2D",
2022-02-03 01:22:57 -08:00
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#242424",
"powerline_symbol": "\ue0b4",
"style": "powerline",
"template": " \ueb05 ",
"type": "status"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#f1184c",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\u279c ",
2022-02-03 01:22:57 -08:00
"type": "text"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
}
2022-02-03 01:22:57 -08:00
],
"console_title_template": "{{if .Root}}(Admin) {{end}}{{.Folder}}",
2022-03-27 01:12:47 -07:00
"version": 2
}