mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(theme): adding more supported languages
This commit is contained in:
parent
757c0359cf
commit
11c04e0ae6
|
@ -65,14 +65,47 @@
|
||||||
{
|
{
|
||||||
"type": "go",
|
"type": "go",
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"powerline_symbol": "\uE0B0",
|
"foreground": "#7FD5EA",
|
||||||
"foreground": "#ffffff",
|
|
||||||
"background": "#7FD5EA",
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"prefix": "\u005b\uFCD1 ",
|
"prefix": "\u005b\uFCD1 ",
|
||||||
"postfix": "\u005D "
|
"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",
|
"type": "text",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
|
@ -85,4 +118,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue