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

65 lines
1.5 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
"template": "[{{ .CurrentDate | date .Format }}]",
"time_format": "15:04:05"
},
"style": "plain",
"type": "time"
2019-03-13 04:14:30 -07:00
},
{
2022-02-03 01:22:57 -08:00
"foreground": "#B5B50D",
"properties": {
"template": " \uf0e7 "
},
2019-03-13 04:14:30 -07:00
"style": "plain",
2022-02-03 01:22:57 -08:00
"type": "root"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#61AFEF",
"properties": {
"style": "agnoster",
2022-02-03 01:22:57 -08:00
"template": " {{ .Path }} on"
},
"style": "plain",
"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",
"branch_identical_icon": "\uf14a",
"template": " {{ .HEAD }} "
},
"style": "plain",
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#C94A16",
"properties": {
"template": "x{{ .Meaning }} "
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"type": "exit"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#E06C75",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\u276f "
},
"style": "plain",
"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
],
"version": 1
2019-03-13 04:14:30 -07:00
}