Dotfiles-sword/.poshthemes/fish.omp.json

62 lines
1.4 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"postfix": ""
}
},
{
"type": "root",
"style": "plain",
"foreground": "#100e23"
},
{
"type": "session",
"style": "plain",
"foreground": "#ffffff"
},
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC",
"properties": {
"folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ",
"style": "full",
"prefix": "<transparent>\uE0B0</> ",
"postfix": " "
}
},
{
"type": "git",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC",
"properties": {
"prefix": "<#ffffff>\uE0B1</> ",
"postfix": " "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"prefix": "",
"text": "\uE0B0"
}
}
]
}
]
}