diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 19:11:19 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 19:11:19 +0100 |
| commit | 01e206524dfa62b8812599366806a11f2cae15fd (patch) | |
| tree | 130a037d78d71a97adb70d46251aa9b39b54e412 /config/powerline/colorschemes/shell/default.json | |
| parent | 0111fba856f086d9b94858328e1388d724c12826 (diff) | |
Merge master
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" } - } -} |