Created
November 6, 2021 17:52
-
-
Save MuhammadKhizar7/71f0189cc9aea3272276bb38dd108cb8 to your computer and use it in GitHub Desktop.
tonybaloneyextended.omp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, | |
"segments": [ | |
{ | |
"type": "os", | |
"style": "diamond", | |
"background": "#18354c", | |
"foreground": "#ffc107", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"postfix": " \uE0B1", | |
"macos": "mac" | |
} | |
}, | |
{ | |
"type": "session", | |
"style": "diamond", | |
"background": "#18354c", | |
"foreground": "#ffc107", | |
"powerline_symbol": "", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"postfix": " ", | |
"prefix": "<transparent></> ", | |
"display_host": false | |
} | |
}, | |
{ | |
"background": "#18354c", | |
"foreground": "#ffc107", | |
"powerline_symbol": "", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"prefix": "<transparent></> ", | |
"style": "folder" | |
}, | |
"style": "diamond", | |
"type": "path" | |
}, | |
{ | |
"background": "#18354c", | |
"foreground": "#ffc107", | |
"powerline_symbol": "", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"display_status": true, | |
"display_stash_count": true, | |
"display_upstream_icon": true, | |
"status_colors_enabled": false, | |
"prefix": "<transparent></> " | |
}, | |
"style": "diamond", | |
"type": "git" | |
}, | |
{ | |
"type": "dotnet", | |
"style": "diamond", | |
"powerline_symbol": "", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"background": "#0463ac", | |
"foreground": "#ffffff", | |
"properties": { | |
"prefix": "<transparent></> \uE77F " | |
} | |
}, | |
{ | |
"type": "python", | |
"style": "diamond", | |
"powerline_symbol": "", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"background": "#ffc107", | |
"foreground": "#0463ac", | |
"properties": { | |
"prefix": "<transparent></> \uE235 " | |
} | |
}, | |
{ | |
"type": "node", | |
"style": "diamond", | |
"powerline_symbol": "", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"foreground": "#ffffff", | |
"background": "#6CA35E", | |
"properties": { | |
"prefix": "<transparent></> \uF898 ", | |
"display_version": true | |
} | |
}, | |
{ | |
"type": "angularcli", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"background": "#18354c", | |
"foreground": "#ffc107", | |
"properties": { | |
"prefix": "<transparent></> \uE753 " | |
} | |
}, | |
{ | |
"background": "#ffc107", | |
"foreground": "#18354c", | |
"powerline_symbol": "", | |
"style": "powerline", | |
"type": "root" | |
}, | |
{ | |
"background": "#ffc107", | |
"foreground": "#18354c", | |
"powerline_symbol": "", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"prefix": "<transparent></>\ufa1e ", | |
"postfix": "", | |
"style": "amarillo", | |
"always_enabled": true | |
}, | |
"style": "diamond", | |
"type": "executiontime" | |
}, | |
{ | |
"type": "exit", | |
"style": "diamond", | |
"foreground": "#ffffff", | |
"background": "#185954", | |
"leading_diamond": "<transparent></>", | |
"trailing_diamond": "\uE0B4", | |
"properties": { | |
"display_exit_code": false, | |
"always_enabled": true, | |
"error_color": "#992268", | |
"color_background": true, | |
"prefix": "<transparent></> " | |
} | |
} | |
], | |
"type": "prompt" | |
}, | |
{ | |
"type": "rprompt", | |
"segments": [ | |
{ | |
"type": "shell", | |
"style": "plain", | |
"foreground": "#ffc107", | |
"background": "#18354c", | |
"properties": { | |
"prefix": "<#18354c,transparent>\uE0B6</> ", | |
"postfix": " <transparent,#18354c>\uE0B2</>" | |
} | |
}, | |
{ | |
"type": "ytm", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B2", | |
"invert_powerline": true, | |
"foreground": "#111111", | |
"background": "#185954", | |
"properties": { | |
"prefix": " \uF167 ", | |
"paused_icon": " ", | |
"playing_icon": " " | |
} | |
}, | |
{ | |
"type": "battery", | |
"style": "powerline", | |
"invert_powerline": true, | |
"powerline_symbol": "\uE0B2", | |
"foreground": "#ffffff", | |
"background": "#f36943", | |
"properties": { | |
"battery_icon": "", | |
"discharging_icon": " ", | |
"charging_icon": " ", | |
"charged_icon": " ", | |
"color_background": true, | |
"charged_color": "#185954", | |
"charging_color": "#1B3063", | |
"discharging_color": "#992268", | |
"postfix": " " | |
} | |
}, | |
{ | |
"type": "time", | |
"style": "diamond", | |
"invert_powerline": true, | |
"leading_diamond": "\uE0B2", | |
"trailing_diamond": "\uE0B4", | |
"background": "#18354c", | |
"foreground": "#ffc107", | |
"properties": { | |
"postfix": " " | |
} | |
} | |
] | |
} | |
], | |
"final_space": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment