Skip to content

Instantly share code, notes, and snippets.

@Weilbyte
Created December 31, 2020 02:23
Show Gist options
  • Save Weilbyte/b7060ed1fa9b9608b9c93eb5ddf5a35b to your computer and use it in GitHub Desktop.
Save Weilbyte/b7060ed1fa9b9608b9c93eb5ddf5a35b to your computer and use it in GitHub Desktop.
My oh-my-posh3 theme
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffc078",
"background": "#072540"
},
{
"type": "session",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#072540"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "shell",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"prefix": " \uFCB5 "
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#9c4668",
"properties": {
"prefix": " \uE5FF ",
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#2ecc71",
"properties": {
"display_stash_count": false,
"display_status": false,
"display_upstream_icon": false
}
},
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#e74c3c",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"display_exit_code": true,
"always_numeric": true,
"always_enabled": false,
"error_color": "#e74c3c",
"color_background": true,
"prefix": "<transparent>\uE0B0</> "
}
}
]
}
],
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment