oh-my-posh/themes/powerlevel10k_classic.json

114 lines
2.6 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": {
"postfix": " "
}
},
{
"type": "root",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"root_icon": "襁"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"home_icon": "~",
"style": "short",
"postfix": " "
}
},
{
"type": "git",
"style": "plain",
2019-03-13 04:14:30 -07:00
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"branch_icon": "",
"branch_identical_icon": "≡",
"branch_ahead_icon": "↑",
"branch_behind_icon": "↓",
"branch_gone_icon": "≢",
"local_working_icon": "",
"local_staged_icon": "",
"prefix": "<#26C6DA> </>"
}
},
{
"type": "text",
"style": "plain",
2020-10-05 11:43:08 -07:00
"foreground": "#546E7A",
"background": "transparent",
"properties": {
"text": "",
"prefix": "",
"postfix": ""
}
2019-03-13 04:14:30 -07:00
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#D4E157",
"background": "#546E7A",
"leading_diamond": "",
"properties": {
"user_info_separator": "@",
"postfix": " <#26C6DA></> "
}
},
{
"type": "time",
"style": "plain",
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"time_format": "15:04:05",
"postfix": "  "
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#D4E157",
"properties": {
2020-09-30 02:25:54 -07:00
"prefix": "",
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
}