87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||
"version": 2,
|
||
"blocks": [
|
||
{
|
||
"type": "prompt",
|
||
"alignment": "left",
|
||
"segments": [
|
||
{
|
||
"type": "os",
|
||
"style": "diamond",
|
||
"foreground": "#FFF",
|
||
"background": "233",
|
||
"trailing_diamond": "\ue0b0",
|
||
"template": " {{.Icon}} "
|
||
},
|
||
{
|
||
"type": "path",
|
||
"style": "diamond",
|
||
"foreground": "#26C6DA",
|
||
"background": "236",
|
||
"trailing_diamond": "\ue0b0",
|
||
"template": " {{ .Path }} ",
|
||
"properties": {
|
||
"style": "full"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "prompt",
|
||
"alignment": "right",
|
||
"segments": [
|
||
{
|
||
"type": "time",
|
||
"style": "diamond",
|
||
"foreground": "#597E7E",
|
||
"background": "233",
|
||
"leading_diamond": "\ue0b2",
|
||
"template": " {{ .CurrentDate | date .Format }} \uf017 ",
|
||
"properties": {
|
||
"time_format": "15:03"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "prompt",
|
||
"alignment": "left",
|
||
"segments": [
|
||
{
|
||
"type": "status",
|
||
"style": "plain",
|
||
"foreground": "#5ACA00",
|
||
"foreground_templates": [
|
||
"{{ if gt .Code 0 }}#FF5252{{ end }}"
|
||
],
|
||
"template": "❯ ",
|
||
"properties": {
|
||
"always_enabled": true
|
||
}
|
||
}
|
||
],
|
||
"newline": true
|
||
},
|
||
{
|
||
"type": "rprompt",
|
||
"alignment": "right",
|
||
"segments": [
|
||
{
|
||
"type": "git",
|
||
"style": "diamond",
|
||
"foreground": "#4D9D0F",
|
||
"background": "236",
|
||
"leading_diamond": "\ue0b2",
|
||
"template": " {{ .HEAD }} "
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"secondary_prompt": {
|
||
"background": "transparent",
|
||
"foreground": "#ffffff",
|
||
"template": "❯ "
|
||
}
|
||
}
|