oh-my-posh/themes/jandedobbeleer.json

135 lines
3.7 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#c386f1",
2019-03-13 04:14:30 -07:00
"leading_diamond": "",
2020-10-15 23:37:43 -07:00
"trailing_diamond": "\uE0B0",
2019-03-13 04:14:30 -07:00
"properties": {
"user_info_separator": "@",
"postfix": " "
}
},
{
"type": "spotify",
"style": "powerline",
2020-10-15 23:37:43 -07:00
"powerline_symbol": "\uE0B0",
2019-03-13 04:14:30 -07:00
"foreground": "#ffffff",
"background": "#1BD760",
"properties": {
"prefix": "  ",
"paused_icon": " ",
"playing_icon": " "
}
},
{
"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": {
"prefix": "  ",
"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": {
"branch_icon": "",
"branch_identical_icon": "≡",
"branch_ahead_icon": "↑",
"branch_behind_icon": "↓",
"branch_gone_icon": "≢",
"local_working_icon": "",
2020-10-07 04:32:42 -07:00
"local_staged_icon": "",
2020-10-07 11:44:22 -07:00
"rebase_icon": " ",
"cherry_pick_icon": " ",
"detached_icon": " ",
2020-10-11 02:56:33 -07:00
"tag_icon": "笠",
"display_stash_count": true,
"stash_count_icon": "\uF692 ",
"merge_icon": "\uE726 ",
"display_upstream_icon": true,
"github_icon": "\uE709",
"bitbucket_icon": "\uE703",
"gitlab_icon": "\uE296",
"git_icon": "\uE702"
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": "",
"discharging_icon": " ",
"charging_icon": " ",
"charged_icon": " ",
"color_background": true,
"charged_color": "#4caf50",
"charging_color": "#40c4ff",
"discharging_color": "#ff5722",
"postfix": " "
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": {
"prefix": "  "
}
},
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",
"foreground": "#ffffff",
"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": "",
"trailing_diamond": "",
"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-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
}