diff options
Diffstat (limited to 'config/powerline/colorschemes/shell/default.json')
| -rw-r--r-- | config/powerline/colorschemes/shell/default.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config/powerline/colorschemes/shell/default.json b/config/powerline/colorschemes/shell/default.json deleted file mode 100644 index 639c1f9..0000000 --- a/config/powerline/colorschemes/shell/default.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "Default color scheme for shell prompts", - "groups": { - "user": { "fg": "white", "bg": "darkblue", "attr": ["bold"] }, - "superuser": { "fg": "white", "bg": "brightred", "attr": ["bold"] }, - "virtualenv": { "fg": "white", "bg": "darkcyan" }, - "branch": { "fg": "gray9", "bg": "gray2" }, - "branch_dirty": { "fg": "brightyellow", "bg": "gray2" }, - "branch_clean": { "fg": "gray9", "bg": "gray2" }, - "cwd": { "fg": "gray9", "bg": "gray4" }, - "cwd:current_folder": { "fg": "gray10", "bg": "gray4", "attr": ["bold"] }, - "cwd:divider": { "fg": "gray7", "bg": "gray4" }, - "hostname": { "fg": "brightyellow", "bg": "mediumorange" }, - "exit_fail": { "fg": "white", "bg": "darkestred" }, - "exit_success": { "fg": "white", "bg": "darkestgreen" } - } -} |