Created
July 30, 2021 07:00
-
-
Save Holt59/270a2a700ba964334836d85d549c87c1 to your computer and use it in GitHub Desktop.
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "root", | |
"style": "plain", | |
"foreground": "#ffee58" | |
}, | |
{ | |
"type": "exit", | |
"style": "powerline", | |
"foreground": "#06884b", | |
"properties": { | |
"always_enabled": true, | |
"always_numeric": true, | |
"color_background": false, | |
"display_exit_code": false, | |
"success_icon": "\u2714", | |
"error_color": "#e61010", | |
"error_icon": "\u2717" | |
} | |
}, | |
{ | |
"type": "session", | |
"style": "plain", | |
"foreground": "#ffffff", | |
"properties": { | |
"postfix": "", | |
"display_host": false | |
} | |
} | |
] | |
}, | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "envvar", | |
"style": "powerline", | |
"foreground": "#fff000", | |
"properties": { | |
"prefix": " \uFCB5 ", | |
"var_name": "__SHELL_INFORMATION_POSH_258__" | |
} | |
}, | |
{ | |
"type": "go", | |
"style": "powerline", | |
"foreground": "#b600ff", | |
"properties": { | |
"prefix": " \uFCD1 " | |
} | |
}, | |
{ | |
"type": "node", | |
"style": "powerline", | |
"foreground": "#b600ff", | |
"properties": { | |
"prefix": " \uE718 " | |
} | |
}, | |
{ | |
"type": "python", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"background": "#b600ff", | |
"foreground": "#ffffff", | |
"properties": { | |
"prefix": " \uE235 ", | |
"display_mode": "context" | |
} | |
} | |
] | |
}, | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "os", | |
"style": "plain", | |
"foreground": "#8e24aa" | |
}, | |
{ | |
"type": "path", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"background": "#0037da", | |
"foreground": "#ffffff", | |
"properties": { | |
"home_icon": "\uF7DB", | |
"folder_separator_icon": " \uE0B1 ", | |
"style": "agnoster_full" | |
} | |
}, | |
{ | |
"type": "git", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"background": "#0ad014", | |
"foreground": "#193549", | |
"properties": { | |
"ahead_and_behind_color": "#f26d50", | |
"ahead_color": "#89569c", | |
"behind_color": "#c50f1f", | |
"color_background": true, | |
"display_stash_count": true, | |
"display_status": true, | |
"display_upstream_icon": true, | |
"local_changes_color": "#e74856", | |
"stash_count_icon": "\uF692 ", | |
"status_colors_enabled": true | |
} | |
} | |
] | |
}, | |
{ | |
"type": "rprompt", | |
"alignment": "right", | |
"segments": [ | |
{ | |
"type": "executiontime", | |
"style": "plain", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#8454bb", | |
"properties": { | |
"threshold": 500, | |
"style": "austin", | |
"prefix": " <#fefefe>\ufbab</> " | |
} | |
}, | |
{ | |
"type": "time", | |
"style": "plain", | |
"foreground": "#007ACC", | |
"properties": { | |
"time_format": "[15:04:05]" | |
} | |
} | |
] | |
}, | |
{ | |
"newline": true, | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "text", | |
"style": "powerline", | |
"foreground": "#0037da", | |
"properties": { | |
"text": "\u276F" | |
} | |
} | |
] | |
} | |
], | |
"transient_prompt": { | |
"background": "transparent", | |
"foreground": "#8800dd" | |
}, | |
"final_space": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment