oh-my-posh/themes/honukai.json

95 lines
1.9 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "plain",
"foreground": "#FFFFFF",
"properties": {
"user_info_separator": " <#ffffff>in</> ",
"prefix": "<#0377C8># </>",
"user_color": "#0377C8",
"host_color": "#4A9207"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "path",
"style": "plain",
"foreground": "#0973C0",
"properties": {
2020-10-16 06:57:42 -07:00
"folder_icon": "\uF115",
2019-03-13 04:14:30 -07:00
"folder_separator_icon": "",
"style": "short"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#B8B80A",
"properties": {
"prefix": "<#ffffff>on git:</>"
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "time",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "[",
"postfix": "]"
}
}
]
},
{
"type": "newline"
2019-03-13 04:14:30 -07:00
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "plain",
"foreground": "#CECE04",
"properties": {
2020-10-15 23:37:43 -07:00
"prefix": ""
2019-03-13 04:14:30 -07:00
}
},
{
"type": "python",
2019-03-13 04:14:30 -07:00
"style": "plain",
"foreground": "#100e23",
"properties": {
"prefix": "  "
2019-03-13 04:14:30 -07:00
}
},
{
"type": "exit",
"style": "plain",
2020-10-15 23:37:43 -07:00
"foreground": "#CB4B16"
2019-03-13 04:14:30 -07:00
},
{
"type": "text",
"style": "plain",
"foreground": "#CC4B16",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"text": "→"
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}