From 01e206524dfa62b8812599366806a11f2cae15fd Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 19:11:19 +0100 Subject: Merge master --- config/powerline/colorschemes/shell/default.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config/powerline/colorschemes/shell/default.json (limited to 'config/powerline/colorschemes/shell/default.json') 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" } - } -} -- cgit