fix(theme): adding more supported languages

This commit is contained in:
Jos3s 2021-03-26 00:00:10 -03:00 committed by Jan De Dobbeleer
parent 757c0359cf
commit 11c04e0ae6

View file

@ -1,88 +1,121 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false, "final_space": false,
"osc99": false, "osc99": false,
"console_title": false, "console_title": false,
"blocks": [ "blocks": [
{ {
"type": "prompt", "type": "prompt",
"alignment": "left", "alignment": "left",
"horizontal_offset": 0, "horizontal_offset": 0,
"vertical_offset": 0, "vertical_offset": 0,
"segments": [ "segments": [
{ {
"type": "os", "type": "os",
"style": "plain", "style": "plain",
"foreground": "#26C6DA", "foreground": "#26C6DA",
"properties": { "properties": {
"prefix": "", "prefix": "",
"postfix": "", "postfix": "",
"macos": "mac" "macos": "mac"
} }
}, },
{ {
"type": "session", "type": "session",
"style": "plain", "style": "plain",
"foreground": "#26C6DA", "foreground": "#26C6DA",
"properties": { "properties": {
"display_host": false, "display_host": false,
"prefix": " ", "prefix": " ",
"postfix": ": ", "postfix": ": ",
"user_info_separator": "", "user_info_separator": "",
"display_user": true "display_user": true
}
},
{
"type": "path",
"style": "plain",
"invert_powerline": false,
"foreground": "lightGreen",
"properties": {
"prefix": "",
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"invert_powerline": false,
"properties": {
"branch_icon": "",
"display_stash_count": true,
"display_status": false,
"prefix": "<#ffffff>on</> "
}
},
{
"type": "python",
"style": "powerline",
"foreground": "#906cff",
"properties": {
"prefix": "\u005b\uE235 ",
"postfix": "\u005D "
}
},
{
"type": "go",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#7FD5EA",
"properties": {
"prefix": "\u005b\uFCD1 ",
"postfix": "\u005D "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#FFD54F",
"properties": {
"prefix": "",
"text": "\u276F"
}
}
]
} }
},
{
"type": "path",
"style": "plain",
"invert_powerline": false,
"foreground": "lightGreen",
"properties": {
"prefix": "",
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"invert_powerline": false,
"properties": {
"branch_icon": "",
"display_stash_count": true,
"display_status": false,
"prefix": "<#ffffff>on</> "
}
},
{
"type": "python",
"style": "powerline",
"foreground": "#906cff",
"properties": {
"prefix": "\u005b\uE235 ",
"postfix": "\u005D "
}
},
{
"type": "go",
"style": "powerline",
"foreground": "#7FD5EA",
"properties": {
"prefix": "\u005b\uFCD1 ",
"postfix": "\u005D "
}
},
{
"type": "node",
"style": "powerline",
"foreground": "#76b367",
"properties": {
"prefix": "\u005b\uE718 ",
"postfix": "\u005D "
}
},
{
"type": "ruby",
"style": "powerline",
"foreground": "#f44336",
"properties": {
"prefix": "\u005b\uE791",
"postfix": "\u005D "
}
},
{
"type": "java",
"style": "powerline",
"foreground": "#ea2d2e",
"properties": {
"prefix": "\u005b\uE738 ",
"postfix": "\u005D "
}
},
{
"type": "julia",
"style": "powerline",
"foreground": "#4063D8",
"properties": {
"prefix": " \uE624 "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#FFD54F",
"properties": {
"prefix": "",
"text": "\u276F"
}
}
] ]
} }
]
}