Last active
May 6, 2022 06:30
-
-
Save chrishantha/f9ed5ccc516cbb3d5617348c4ced2ba7 to your computer and use it in GitHub Desktop.
Powerline posh theme
This file contains hidden or 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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "root", | |
"style": "plain", | |
"foreground": "#FFEE58" | |
}, | |
{ | |
"type": "session", | |
"style": "plain", | |
"foreground": "#ffffff", | |
"properties": { | |
"display_host": false | |
} | |
}, | |
{ | |
"type": "path", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#100e23", | |
"background": "#91ddff", | |
"properties": { | |
"home_icon": "\uF7DB ", | |
"folder_icon": "\uF115", | |
"folder_separator_icon": " \uE0B1 ", | |
"style": "agnoster", | |
"postfix": "\u2800" | |
} | |
}, | |
{ | |
"type": "git", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#193549", | |
"background": "#95ffa4", | |
"properties": { | |
"display_status": false | |
} | |
}, | |
{ | |
"type": "python", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#100e23", | |
"background": "#906cff", | |
"properties": { | |
"prefix": " \uE235 ", | |
"display_version": false | |
} | |
}, | |
{ | |
"type": "exit", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffffff", | |
"background": "#ff8080", | |
"properties": { | |
"prefix": "\uE20F" | |
} | |
} | |
] | |
} | |
], | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "template", | |
"console_title_template": "{{ .Shell }} in {{ .Folder }}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment