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

66 lines
1.6 KiB
JSON
Raw Normal View History

2021-03-25 13:22:55 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks":[
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0C6",
"background": "#E36464",
"foreground": "#fff",
"properties": {
"prefix": "",
2021-12-03 14:44:58 -08:00
"postfix": " ",
"template": "{{ .UserName }}"
2021-03-25 13:22:55 -07:00
}
},
{
"type":"path",
"style": "diamond",
"leading_diamond": "\uE0C7",
"trailing_diamond": "\uE0C6",
"background": "green",
"foreground": "#fff",
"properties": {
"style": "folder",
"prefix": " ",
"postfix": " "
}
},
{
"type": "git",
"style": "diamond",
"leading_diamond": "\uE0C7",
"trailing_diamond": "\uE0C6",
"background": "lightCyan",
"foreground": "#fff",
"properties": {
"branch_icon": "",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}",
"prefix": " git(",
"postfix": ") "
2021-03-25 13:22:55 -07:00
}
},
{
"type": "time",
"style": "diamond",
"leading_diamond": "\uE0C7",
"trailing_diamond": "\uE0C6",
"foreground": "#fff",
"background": "lightMagenta",
"properties": {
"time_format": "15:04",
"prefix": " ",
"postfix": " "
2021-03-25 13:22:55 -07:00
}
}
]
}
],
"final_space": true
}