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

100 lines
2.6 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/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": "#c386f1",
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": "#ff479c",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-16 08:12:34 -07:00
"prefix": " \uE5FF ",
2019-03-13 04:14:30 -07:00
"style": "folder"
}
},
{
"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",
"background": "#fffb38",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-11 02:56:33 -07:00
"display_stash_count": true,
2020-10-16 04:28:54 -07:00
"display_upstream_icon": true
2019-03-13 04:14:30 -07:00
}
},
{
"type": "battery",
"style": "powerline",
2020-10-15 23:37:43 -07:00
"powerline_symbol": "\uE0B0",
2019-03-13 04:14:30 -07:00
"foreground": "#193549",
"background": "#f36943",
2019-03-13 04:14:30 -07:00
"properties": {
"battery_icon": "",
"color_background": true,
"charged_color": "#4caf50",
"charging_color": "#40c4ff",
"discharging_color": "#ff5722",
2020-10-16 01:18:22 -07:00
"postfix": "\uF295 "
2019-03-13 04:14:30 -07:00
}
},
2020-10-01 11:57:02 -07:00
{
"type": "node",
"style": "powerline",
2020-10-15 23:37:43 -07:00
"powerline_symbol": "\uE0B0",
2020-10-01 11:57:02 -07:00
"foreground": "#ffffff",
"background": "#6CA35E",
"properties": {
2020-10-16 08:12:34 -07:00
"prefix": " \uE718 "
2020-10-01 11:57:02 -07:00
}
},
2020-09-15 04:44:53 -07:00
{
"type": "shell",
"style": "powerline",
2020-10-15 23:37:43 -07:00
"powerline_symbol": "\uE0B0",
2020-09-15 04:44:53 -07:00
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
2020-10-15 23:49:23 -07:00
"prefix": " \uFCB5 "
2020-09-15 04:44:53 -07:00
}
},
{
"type": "root",
"style": "powerline",
2020-10-15 23:37:43 -07:00
"powerline_symbol": "\uE0B0",
2020-11-30 11:30:44 -08:00
"foreground": "#193549",
"background": "#ffff66"
},
2019-03-13 04:14:30 -07:00
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#2e9599",
2019-03-13 04:14:30 -07:00
"leading_diamond": "",
2020-10-16 08:12:34 -07:00
"trailing_diamond": "\uE0B4",
2019-03-13 04:14:30 -07:00
"properties": {
2020-09-30 02:18:35 -07:00
"display_exit_code": false,
2019-03-13 04:14:30 -07:00
"always_enabled": true,
"error_color": "#f1184c",
2019-03-13 04:14:30 -07:00
"color_background": true,
2020-10-16 08:12:34 -07:00
"prefix": "<transparent>\uE0B0</> \uE23A"
2019-03-13 04:14:30 -07:00
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}