Skip to content

Instantly share code, notes, and snippets.

@BigBadJock
Created January 7, 2021 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigBadJock/d9f0e5a12814dd10fdd8723112ec8094 to your computer and use it in GitHub Desktop.
Save BigBadJock/d9f0e5a12814dd10fdd8723112ec8094 to your computer and use it in GitHub Desktop.
Custom oh-my-posh theme for windows terminal
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"console_title_template": "",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"type": "root",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#100e23",
"background": "#ffe9aa",
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "session",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#100e23",
"background": "#ffffff",
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "battery",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#ffeb3b",
"properties": {
"battery_icon": "",
"discharging_icon": "\uE231 ",
"charging_icon": "\uE234 ",
"charged_icon": "\uE22F ",
"color_background": true,
"charged_color": "#4caf50",
"charging_color": "#40c4ff",
"discharging_color": "#ff5722",
"postfix": "\uF295 ",
"display_charging": true
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#100e23",
"background": "#91ddff",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"folder_icon": "",
"folder_separator_icon": "",
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#193549",
"background": "#fffb38",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#ff8080",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": " "
}
}
]
},
{
"type": "newline",
"alignment": "",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": null
},
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"type": "text",
"style": "plain",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#007ACC",
"background": "",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": "",
"text": "❯"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment