Themes/pararussel.json
{ "blocks": [ { "type": "prompt", "alignment": "left", "segments": [ { "type": "text", "style": "plain", "foreground": "#ffffff", "background": "#193549", "properties": { "prefix": "", "text": "<#C591E8>❭</><#69FF94>❭</>" } }, { "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 } } ] }, { "type": "prompt", "alignment": "right", "segments": [ { "type": "command", "style": "plain", "foreground": "#ffffff", "background": "#193549", "properties": { "shell": "bash", "command": "git log --pretty=format:%cr -1 || date +%H:%m:%S" } } ] }, { "type": "newline" }, { "type": "prompt", "alignment": "left", "segments": [ { "type": "text", "style": "plain", "foreground": "#ffffff", "background": "#193549", "properties": { "prefix": "", "text": " " } } ] } ], "console_background_color": "#193549", "end_space_enabled": true } |