diff --git a/themes/gmay.omp.json b/themes/gmay.omp.json new file mode 100644 index 000000000000..01ea9abf0b6f --- /dev/null +++ b/themes/gmay.omp.json @@ -0,0 +1,107 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "blocks": [ + { + "type": "prompt", + "alignment": "left", + "segments": [ + { + "type": "os", + "style": "diamond", + "foreground": "#ffffff", + "background": "#3A86FF", + "leading_diamond": "\uE0B6" + }, + { + "type": "session", + "style": "powerline", + "foreground": "#ffffff", + "background": "#3A86FF" + }, + { + "type": "path", + "style": "powerline", + "powerline_symbol": "\uE0B0", + "foreground": "#ffffff", + "background": "#ff479c", + "properties": { + "prefix": " \uE5FF ", + "style": "full" + } + }, + { + "type": "time", + "style": "powerline", + "powerline_symbol": "\uE0B0", + "foreground":"#193549", + "background":"#4caf50", + "properties": { + "time_format": "2006-01-02 15:04:05", + "prefix": "" + } + }, + + { + "type": "git", + "style": "powerline", + "powerline_symbol": "\uE0B0", + "foreground": "#193549", + "background": "#fffb38", + "properties": { + "display_stash_count": true, + "display_upstream_icon": true + } + }, + { + "type": "node", + "style": "powerline", + "powerline_symbol": "\uE0B0", + "foreground": "#ffffff", + "background": "#6CA35E", + "properties": { + "prefix": " \uE718 " + } + }, + { + "type": "root", + "style": "powerline", + "powerline_symbol": "\uE0B0", + "foreground": "#193549", + "background": "#ffff66" + }, + { + "type": "exit", + "style": "diamond", + "foreground": "#ffffff", + "background": "#2e9599", + "leading_diamond": "", + "trailing_diamond": "\uE0B4", + "properties": { + "display_exit_code": false, + "always_enabled": true, + "error_color": "#f1184c", + "color_background": true, + "prefix": "\uE0B0 \uFC0C" + } + } + ] + }, + { + "type": "prompt", + "alignment": "left", + "newline": true, + "segments": [ + { + "type": "text", + "style": "plain", + "foreground": "#f1184c", + "properties": { + "prefix": "", + "text": "\uF7C6" + } + } + ] + } + ], + "final_space": true +}