Skip to content

Instantly share code, notes, and snippets.

@JKc66
Last active August 2, 2024 13:58
Show Gist options
  • Save JKc66/c08118565c1f77456e564564eac78a01 to your computer and use it in GitHub Desktop.
Save JKc66/c08118565c1f77456e564564eac78a01 to your computer and use it in GitHub Desktop.
windows terminal theme of oh my posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "diamond",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#ff479c",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": "  ",
"style": "folder"
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \uf0e7 ",
"background": "#76d333",
"foreground": "#ffffff"
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#193549",
"background": "#fffb38",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"display_status": true,
"display_stash_count": true,
"display_upstream_icon": true
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"invert_powerline": false,
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"trailing_diamond": "",
"template": " \ue23a ",
"properties": {
"always_enabled": true
},
"background": "#2e9599",
"foreground": "#ffffff"
},
{
"type": "executiontime",
"alignment": "right",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#ffffff",
"background": "#8800dd",
"template": " <#ffffff></> {{ .FormattedMs }} ",
"properties": {
"threshold": 500,
"style": "austin",
"always_enabled": true
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment