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

49 lines
1.2 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": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#61AFEF",
2020-10-16 08:12:34 -07:00
"leading_diamond": "\uE0B6",
2020-10-16 07:06:52 -07:00
"trailing_diamond": "\uE0B0"
2019-03-13 04:14:30 -07:00
},
{
"type": "path",
"style": "powerline",
2020-10-15 23:37:43 -07:00
"powerline_symbol": "\uE0B0",
2019-03-13 04:14:30 -07:00
"foreground": "#ffffff",
"background": "#C678DD",
"properties": {
2020-12-24 13:17:00 -08:00
"style": "full"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "powerline",
2020-10-15 23:37:43 -07:00
"powerline_symbol": "\uE0B0",
2019-03-13 04:14:30 -07:00
"foreground": "#193549",
2020-10-16 04:28:54 -07:00
"background": "#95ffa4"
2019-03-13 04:14:30 -07:00
},
{
"type": "python",
2019-03-13 04:14:30 -07:00
"style": "diamond",
"foreground": "#ffffff",
"background": "#FF6471",
"leading_diamond": "",
2020-10-16 08:12:34 -07:00
"trailing_diamond": "\uE0B4",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-15 23:37:43 -07:00
"prefix": "<transparent>\uE0B0 </>"
2019-03-13 04:14:30 -07:00
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}