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

96 lines
2 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": "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",
2020-10-16 08:12:34 -07:00
"folder_separator_icon": "\uE0B1",
2020-12-24 13:17:00 -08:00
"style": "full"
2019-03-13 04:14:30 -07:00
}
},
{
"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": {
2020-10-16 08:12:34 -07:00
"prefix": " \uE235 "
2019-03-13 04:14:30 -07:00
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#CB4B16"
2019-03-13 04:14:30 -07:00
},
{
"type": "text",
"style": "plain",
"foreground": "#CC4B16",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "\u279C"
2019-03-13 04:14:30 -07:00
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}