Skip to content

Instantly share code, notes, and snippets.

@Cyklan
Created March 23, 2021 15:11
Show Gist options
  • Save Cyklan/8542ff643a6bd7f384882818f4d39b1e to your computer and use it in GitHub Desktop.
Save Cyklan/8542ff643a6bd7f384882818f4d39b1e to your computer and use it in GitHub Desktop.
Oh My Posh Theme
{
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#ffb300",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B0",
"properties": {
"postfix": " ",
"display_host": false
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#61AFEF",
"properties": {
"prefix": " \uE5FF ",
"style": "folder",
"enable_hyperlink": false
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#ffeb3b",
"properties": {
"display_status": false
}
},
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#00897b",
"leading_diamond": "<#000000></>",
"trailing_diamond": "\uE0B4",
"properties": {
"always_enabled": true,
"display_exit_code": false,
"success_icon": "\uf164 ",
"error_icon": "\uf165 ",
"error_color": "#e91e63",
"success_color": "#00897b",
"color_background": true,
"prefix": "<#000000>\uE0B0 </>"
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#00897b",
"properties": {
"prefix": "\uf178",
"text": ""
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment