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

59 lines
1.4 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
2021-02-15 23:36:37 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#E5C07B",
"properties": {
2022-02-03 01:22:57 -08:00
"time_format": "15:04:05"
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "[{{ .CurrentDate | date .Format }}]",
2022-02-03 01:22:57 -08:00
"type": "time"
2019-03-13 04:14:30 -07:00
},
{
2022-02-03 01:22:57 -08:00
"foreground": "#B5B50D",
2019-03-13 04:14:30 -07:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " \uf0e7 ",
2022-02-03 01:22:57 -08:00
"type": "root"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#61AFEF",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "agnoster"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " {{ .Path }} on",
2022-02-03 01:22:57 -08:00
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#F3C267",
"properties": {
2022-02-03 01:22:57 -08:00
"branch_gone_icon": "\u274e",
2022-03-27 01:12:47 -07:00
"branch_identical_icon": "\uf14a"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " {{ .HEAD }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#C94A16",
2022-02-03 01:22:57 -08:00
"style": "plain",
"template": "x{{ reason .Code }} ",
"type": "status"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#E06C75",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\u276f ",
2022-02-03 01:22:57 -08:00
"type": "text"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
2022-03-27 01:12:47 -07:00
"version": 2
2019-03-13 04:14:30 -07:00
}