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

59 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2021-03-25 13:22:55 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2022-02-03 01:22:57 -08:00
"blocks": [
2021-03-25 13:22:55 -07:00
{
"alignment": "left",
"segments": [
{
"background": "#E36464",
"foreground": "#fff",
2022-02-03 01:22:57 -08:00
"leading_diamond": "\ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "{{ .UserName }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0c6",
"type": "session"
2021-03-25 13:22:55 -07:00
},
{
"background": "green",
"foreground": "#fff",
2022-02-03 01:22:57 -08:00
"leading_diamond": "\ue0c7",
2021-03-25 13:22:55 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0c6",
"type": "path"
2021-03-25 13:22:55 -07:00
},
{
"background": "lightCyan",
"foreground": "#fff",
2022-02-03 01:22:57 -08:00
"leading_diamond": "\ue0c7",
2021-03-25 13:22:55 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"branch_icon": ""
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " git({{ .HEAD }}) ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0c6",
"type": "git"
2021-03-25 13:22:55 -07:00
},
{
"background": "lightMagenta",
2022-02-03 01:22:57 -08:00
"foreground": "#fff",
"leading_diamond": "\ue0c7",
2021-03-25 13:22:55 -07:00
"properties": {
2021-12-04 02:56:55 -08:00
"time_format": "15:04"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ .CurrentDate | date .Format }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0c6",
"type": "time"
2021-03-25 13:22:55 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-03-25 13:22:55 -07:00
}
],
2022-02-03 01:22:57 -08:00
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
2021-03-25 13:22:55 -07:00
}