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

55 lines
1.3 KiB
JSON
Raw Normal View History

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