Files
dotfiles/.omp.json
2022-12-04 22:44:08 +01:00

60 lines
1.7 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "p:tertiary",
"background_templates": [
"{{ if .Root }}#FF0000{{ end }}"
],
"foreground": "p:tertiary_font",
"style": "plain",
"template": " {{ .UserName }} {{ if .Root }}<#FF0000,p:secondary>{{ else }}<p:tertiary,p:secondary>{{ end }}</>",
"type": "session"
},
{
"foreground": "p:secondary_font",
"background": "p:secondary",
"properties": {
"style": "full"
},
"style": "plain",
"template": " {{ .Path }} <p:secondary,transparent></>",
"type": "path"
},
{
"foreground": "p:tertiary_font",
"background": "p:tertiary",
"style": "plain",
"template": "<transparent,p:tertiary></> {{ .HEAD }} <p:tertiary,transparent></>",
"type": "git"
},
{
"foreground": "p:accent",
"background": "transparent",
"foreground_templates": [
"{{ if gt .Code 0 }}red{{ end }}"
],
"properties": {
"always_enabled": true
},
"style": "plain",
"template": " ",
"type": "exit"
}
],
"type": "prompt"
}
],
"version": 2,
"palette": {
"accent": "#0ca8fb",
"secondary": "#011f2a",
"tertiary": "#0f63bd",
"accent_font": "#000000",
"secondary_font": "#FFFFFF",
"tertiary_font": "#FFFFFF"
}
}