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

102 lines
2.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": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
2019-03-13 04:14:30 -07:00
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
2020-10-16 08:12:34 -07:00
"postfix": " \uE0B1"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "root",
"style": "plain",
"foreground": "#26C6DA",
2020-10-15 23:37:43 -07:00
"background": "#546E7A"
2019-03-13 04:14:30 -07:00
},
{
"type": "path",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
2021-12-04 02:56:55 -08:00
"style": "full"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
2019-03-13 04:14:30 -07:00
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"prefix": "<#26C6DA>\uE0B1 </>",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "text",
"style": "plain",
2020-10-05 11:43:08 -07:00
"foreground": "#546E7A",
"background": "transparent",
"properties": {
2020-10-15 23:37:43 -07:00
"text": "\uE0B0",
"prefix": "",
"postfix": ""
}
2019-03-13 04:14:30 -07:00
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#D4E157",
"background": "#546E7A",
2020-10-16 08:12:34 -07:00
"leading_diamond": "\uE0B2",
2019-03-13 04:14:30 -07:00
"properties": {
2021-12-03 14:44:58 -08:00
"postfix": " <#26C6DA>\uE0B3</> ",
"template": "{{ .UserName }}@{{ .ComputerName }}"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "time",
"style": "plain",
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"time_format": "15:04:05",
2020-10-16 08:12:34 -07:00
"postfix": " \uF017 "
2019-03-13 04:14:30 -07:00
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
2019-03-13 04:14:30 -07:00
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#D4E157",
2021-11-14 04:39:00 -08:00
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"],
2019-03-13 04:14:30 -07:00
"properties": {
2021-11-14 04:39:00 -08:00
"template": "\u276F",
"prefix": "",
"always_enabled": true
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}