Created
June 5, 2014 01:30
-
-
Save dtinth/c63367746893980abbdd to your computer and use it in GitHub Desktop.
Powerline color scheme for Vim
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": "Default color scheme for terminal prompts", | |
"groups": { | |
"background:divider": { "fg": "gray5", "bg": "gray0" }, | |
"session": { "fg": "black", "bg": "gray10", "attr": ["bold"] }, | |
"date": { "fg": "gray6", "bg": "gray1" }, | |
"time": { "fg": "gray10", "bg": "gray2", "attr": ["bold"] }, | |
"time:divider": { "fg": "gray5", "bg": "gray2" }, | |
"email_alert": { "fg": "white", "bg": "brightred", "attr": ["bold"] }, | |
"email_alert_gradient": { "fg": "white", "bg": "yellow_orange_red", "attr": ["bold"] }, | |
"hostname": { "fg": "black", "bg": "gray10", "attr": ["bold"] }, | |
"weather": { "fg": "gray8", "bg": "gray0" }, | |
"weather_temp_gradient": { "fg": "blue_red", "bg": "gray0" }, | |
"weather_condition_hot": { "fg": "khaki1", "bg": "gray0" }, | |
"weather_condition_snowy": { "fg": "skyblue1", "bg": "gray0" }, | |
"weather_condition_rainy": { "fg": "skyblue1", "bg": "gray0" }, | |
"uptime": { "fg": "gray3", "bg": "gray0" }, | |
"external_ip": { "fg": "gray8", "bg": "gray0" }, | |
"network_load": { "fg": "gray8", "bg": "gray0" }, | |
"network_load_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0" }, | |
"system_load": { "fg": "gray8", "bg": "gray0" }, | |
"system_load_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0" }, | |
"environment": { "fg": "gray8", "bg": "gray0" } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment