oh-my-posh/themes/sorin.json

59 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
2020-10-15 23:37:43 -07:00
"foreground": "#CB4B16"
2019-03-13 04:14:30 -07:00
},
{
"type": "root",
"style": "plain",
2020-10-15 23:37:43 -07:00
"foreground": "#CECE04"
2019-03-13 04:14:30 -07:00
},
{
"type": "session",
"style": "plain",
2020-10-16 07:06:52 -07:00
"foreground": "#FFFFFF"
2019-03-13 04:14:30 -07:00
},
{
"type": "path",
"style": "plain",
"foreground": "#0973C0",
"properties": {
2020-10-06 06:35:30 -07:00
"style": "short"
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
}