Created
December 6, 2020 04:42
-
-
Save knightfall/a92ee888e4a5806d0cbe1c5ae2b145f2 to your computer and use it in GitHub Desktop.
Custom 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
{ | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "os", | |
"style": "plain", | |
"properties": { | |
"prefix": "<#CB4B16>┏[</>" | |
} | |
}, | |
{ | |
"type": "root", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#100e23", | |
"background": "#ffe9aa" | |
}, | |
{ | |
"type": "path", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#100e23", | |
"background": "#91ddff", | |
"properties": { | |
"folder_icon": "\uF115", | |
"folder_separator_icon": "\uE0B1", | |
"style": "short" | |
} | |
}, | |
{ | |
"type": "git", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#193549", | |
"background": "#95ffa4" | |
}, | |
{ | |
"type": "python", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#100e23", | |
"background": "#906cff", | |
"properties": { | |
"prefix": " \uE235 " | |
} | |
}, | |
{ | |
"type": "dotnet", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"foreground": "#000000", | |
"background": "#00ffff", | |
"properties": { | |
"prefix": " \uE77F " | |
} | |
}, | |
{ | |
"type": "exit", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffffff", | |
"background": "#ff8080", | |
"properties": { | |
"prefix": " \uE20F" | |
} | |
} | |
] | |
}, | |
{ | |
"type": "prompt", | |
"alignment": "right", | |
"segments": [ | |
{ | |
"type": "session", | |
"style": "plain", | |
"leading_diamond": "\uE0B6", | |
"foreground": "#ffffff" | |
}, | |
{ | |
"type": "time", | |
"style": "powerline", | |
"foreground": "#D4E157", | |
"background": "#546E7A", | |
"properties": { | |
"time_format": "3:04:05 PM", | |
"prefix": " \uF017 " | |
} | |
}, | |
{ | |
"type": "battery", | |
"style": "diamond", | |
"foreground": "#193549", | |
"background": "#f36943", | |
"properties": { | |
"discharging_icon": "\uF581", | |
"charging_icon": "\uE234 ", | |
"charged_icon": "\uE22F ", | |
"color_background": true, | |
"charged_color": "#4caf50", | |
"charging_color": "#40c4ff", | |
"discharging_color": "#ff5722", | |
"postfix": "\uF295 " | |
} | |
} | |
] | |
}, | |
{ | |
"type": "newline" | |
}, | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "text", | |
"style": "plain", | |
"foreground": "#007ACC", | |
"properties": { | |
"text": "\u276F", | |
"prefix": "<#CB4B16>┖[</>" | |
} | |
} | |
] | |
} | |
], | |
"final_space": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment