Themes/robbyrussel.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
{ "blocks": [ { "type": "prompt", "alignment": "left", "segments": [ { "type": "text", "style": "plain", "foreground": "#98C379", "background": "#193549", "properties": { "text": "→" } }, { "type": "path", "style": "plain", "foreground": "#56B6C2", "background": "#193549", "properties": { "style": "folder" } }, { "type": "git", "style": "plain", "foreground": "#D0666F", "background": "#193549", "properties": { "branch_icon": "", "display_status": false, "prefix": "<#5FAAE8>git:(</>", "postfix": "<#5FAAE8>)</>" } }, { "type": "exit", "style": "plain", "foreground": "#DCB977", "background": "#193549", "properties": { "error_icon": "✗", "display_error_code": false } } ] } ], "console_background_color": "#193549", "end_space_enabled": true } |