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

102 lines
2.2 KiB
JSON
Raw Normal View History

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": {
"style": "short",
"postfix": " "
}
},
{
"type": "git",
"style": "plain",
2019-03-13 04:14:30 -07:00
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
2020-10-16 08:12:34 -07:00
"prefix": "<#26C6DA>\uE0B1 </>"
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": {
2020-10-16 08:12:34 -07:00
"postfix": " <#26C6DA>\uE0B3</> "
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": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#D4E157",
"properties": {
2020-10-16 08:12:34 -07:00
"prefix": "\u276F",
2019-03-13 04:14:30 -07:00
"always_enabled": true,
"error_color": "#FF5252",
2020-09-30 02:18:35 -07:00
"display_exit_code": false
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}