oh-my-posh/themes/remk.omp.json
2022-02-03 10:44:18 +01:00

55 lines
1.3 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "lightMagenta",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"template": "{{ .UserName }} "
},
"style": "diamond",
"type": "session"
},
{
"background": "lightYellow",
"foreground": "#3f3f3f",
"properties": {
"style": "folder",
"template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
},
{
"background": "lightCyan",
"foreground": "#ffffff",
"properties": {
"branch_icon": "",
"template": " git({{ .HEAD }}) "
},
"style": "plain",
"type": "git"
},
{
"background": "lightGreen",
"foreground": "#ffffff",
"properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04"
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "time"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 1
}