aboutsummaryrefslogtreecommitdiff
path: root/powerline/colorschemes/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'powerline/colorschemes/default.json')
-rw-r--r--powerline/colorschemes/default.json56
1 files changed, 0 insertions, 56 deletions
diff --git a/powerline/colorschemes/default.json b/powerline/colorschemes/default.json
deleted file mode 100644
index 7e271ef..0000000
--- a/powerline/colorschemes/default.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Default",
- "groups": {
- "information:additional": { "fg": "gray9", "bg": "gray4", "attrs": [] },
- "information:regular": { "fg": "gray10", "bg": "gray4", "attrs": ["bold"] },
- "information:highlighted": { "fg": "white", "bg": "gray4", "attrs": [] },
- "information:priority": { "fg": "brightyellow", "bg": "mediumorange", "attrs": [] },
- "warning:regular": { "fg": "white", "bg": "brightred", "attrs": ["bold"] },
- "critical:failure": { "fg": "white", "bg": "darkestred", "attrs": [] },
- "critical:success": { "fg": "white", "bg": "darkestgreen", "attrs": [] },
- "background": { "fg": "white", "bg": "gray0", "attrs": [] },
- "background:divider": { "fg": "gray5", "bg": "gray0", "attrs": [] },
- "session": { "fg": "black", "bg": "gray10", "attrs": ["bold"] },
- "date": { "fg": "gray8", "bg": "gray2", "attrs": [] },
- "time": { "fg": "gray10", "bg": "gray2", "attrs": ["bold"] },
- "time:divider": { "fg": "gray5", "bg": "gray2", "attrs": [] },
- "email_alert": "warning:regular",
- "email_alert_gradient": { "fg": "white", "bg": "yellow_orange_red", "attrs": ["bold"] },
- "hostname": { "fg": "black", "bg": "gray10", "attrs": ["bold"] },
- "weather": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "weather_temp_gradient": { "fg": "blue_red", "bg": "gray0", "attrs": [] },
- "weather_condition_hot": { "fg": "khaki1", "bg": "gray0", "attrs": [] },
- "weather_condition_snowy": { "fg": "skyblue1", "bg": "gray0", "attrs": [] },
- "weather_condition_rainy": { "fg": "skyblue1", "bg": "gray0", "attrs": [] },
- "uptime": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "external_ip": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "internal_ip": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "network_load": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "network_load_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0", "attrs": [] },
- "network_load_sent_gradient": "network_load_gradient",
- "network_load_recv_gradient": "network_load_gradient",
- "network_load:divider": "background:divider",
- "system_load": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "system_load_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0", "attrs": [] },
- "environment": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "cpu_load_percent": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "cpu_load_percent_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0", "attrs": [] },
- "battery": { "fg": "gray8", "bg": "gray0", "attrs": [] },
- "battery_gradient": { "fg": "white_red", "bg": "gray0", "attrs": [] },
- "battery_full": { "fg": "red", "bg": "gray0", "attrs": [] },
- "battery_empty": { "fg": "white", "bg": "gray0", "attrs": [] },
- "player": { "fg": "gray10", "bg": "black", "attrs": [] },
- "user": { "fg": "white", "bg": "darkblue", "attrs": ["bold"] },
- "branch": { "fg": "gray9", "bg": "gray2", "attrs": [] },
- "branch_dirty": { "fg": "brightyellow", "bg": "gray2", "attrs": [] },
- "branch_clean": { "fg": "gray9", "bg": "gray2", "attrs": [] },
- "branch:divider": { "fg": "gray7", "bg": "gray2", "attrs": [] },
- "stash": "branch_dirty",
- "stash:divider": "branch:divider",
- "cwd": "information:additional",
- "cwd:current_folder": "information:regular",
- "cwd:divider": { "fg": "gray7", "bg": "gray4", "attrs": [] },
- "virtualenv": { "fg": "white", "bg": "darkcyan", "attrs": [] },
- "attached_clients": { "fg": "gray8", "bg": "gray0", "attrs": [] }
- }
-}