Last active
February 24, 2021 18:28
-
-
Save aessing/c6b1ace33a3bf86dd2fa96e027225b92 to your computer and use it in GitHub Desktop.
My Oh my Posh Theme
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
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, | |
"segments": [ | |
{ | |
"type": "session", | |
"style": "diamond", | |
"foreground": "#ffffff", | |
"background": "#FF6600", | |
"leading_diamond": "\uE0B6", | |
"trailing_diamond": "\uE0B0", | |
"properties": null | |
}, | |
{ | |
"type": "path", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffffff", | |
"background": "#2f5af3", | |
"properties": { | |
"prefix": " \uE5FE ", | |
"style": "folder" | |
} | |
}, | |
{ | |
"type": "git", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#193549", | |
"background": "#fffb38", | |
"properties": { | |
"display_stash_count": true, | |
"display_upstream_icon": true | |
} | |
}, | |
{ | |
"type": "dotnet", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffffff", | |
"background": "#5C2177", | |
"properties": { | |
"display_version": true, | |
"prefix": " \uE77F " | |
} | |
}, | |
{ | |
"type": "python", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#306998", | |
"background": "#ffd43b", | |
"properties": { | |
"prefix": " \uE235 " | |
} | |
}, | |
{ | |
"type": "node", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffffff", | |
"background": "#3c873a", | |
"properties": { | |
"prefix": " \uE718 " | |
} | |
}, | |
{ | |
"type": "kubectl", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffffff", | |
"background": "#496ce3", | |
"properties": { | |
"prefix": " \uFD31 " | |
} | |
}, | |
{ | |
"type": "root", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffff00", | |
"background": "#ff0000", | |
"properties": null | |
}, | |
{ | |
"type": "exit", | |
"style": "diamond", | |
"foreground": "#ffffff", | |
"background": "#3f953a", | |
"trailing_diamond": "\uE0B4", | |
"properties": { | |
"always_enabled": true, | |
"color_background": true, | |
"display_exit_code": false, | |
"error_color": "#f1184c", | |
"prefix": "<transparent>\uE0B0</> \uE23A" | |
} | |
} | |
] | |
}, | |
{ | |
"type": "prompt", | |
"alignment": "right", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, | |
"segments": [ | |
{ | |
"type": "executiontime", | |
"style": "plain", | |
"foreground": "#ffffff", | |
"properties": { | |
"always_enabled": true, | |
"threshold": 500, | |
"style": "austin", | |
"prefix": " <#fefefe>\ufbab</> " | |
} | |
}, | |
{ | |
"type": "time", | |
"style": "plain", | |
"foreground": "#ffffff", | |
"properties": { | |
"time_format": "15:04:05" | |
} | |
} | |
] | |
}, | |
{ | |
"type": "newline", | |
"segments": null | |
}, | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, | |
"segments": [ | |
{ | |
"type": "shell", | |
"style": "powerline", | |
"foreground": "#ffffff", | |
"properties": { | |
"prefix": " \uFCB5 " | |
} | |
}, | |
{ | |
"type": "text", | |
"style": "plain", | |
"properties": { | |
"text": "\u276F" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment