Created
September 8, 2019 12:01
-
-
Save VDigitall/d4adf89b92ba036243e3de33c194353e to your computer and use it in GitHub Desktop.
Nord powerline colorsheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Nord", | |
| "groups": { | |
| "information:additional": { "fg": "nord:gray0", "bg": "nord:black0", "attrs": [] }, | |
| "information:regular": { "fg": "nord:gray0", "bg": "nord:black0", "attrs": ["bold"] }, | |
| "information:highlighted": { "fg": "white", "bg": "nord:black2", "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": "nord:black0", "attrs": [] }, | |
| "background:divider": { "fg": "gray5", "bg": "node:black0", "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": "nord:gray2", "bg": "nord:base03", "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": "nord:gray2", "bg": "nord:base03", "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": "nord:black0", "attrs": [] }, | |
| "virtualenv": { "fg": "nord:gray0", "bg": "nord:base01", "attrs": [] }, | |
| "attached_clients": { "fg": "gray8", "bg": "gray0", "attrs": [] } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment