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

61 lines
1.3 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": "exit",
"style": "plain",
"foreground": "#CB4B16"
2019-03-13 04:14:30 -07:00
},
{
"type": "root",
"style": "plain",
"foreground": "#CECE04"
2019-03-13 04:14:30 -07:00
},
{
"type": "session",
"style": "plain",
"foreground": "#FFFFFF"
2019-03-13 04:14:30 -07:00
},
{
"type": "path",
"style": "plain",
"foreground": "#0973C0",
"properties": {
"style": "full",
"prefix": ""
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C1C106",
"properties": {
"prefix": "<#ffffff>git:</>"
}
},
{
"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": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "<#CB4B16>\u276F</><#CACA02>\u276F</><#4E9A06>\u276F</>"
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}