aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/colorschemes
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-23 08:46:40 -0500
committerBen Beltran <ben@freshout.us>2013-04-23 08:46:40 -0500
commitab4e81bdabe6ea29769bb36a84da97361caf76c8 (patch)
tree62a5302f086f44655af9efefdd467ad20d4e99b7 /config/powerline/colorschemes
parent9c4857b66660faaae28530ad17475037fe554478 (diff)
parent75a6977d066445f43fdb0ed35b7ab8398fdc917d (diff)
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'config/powerline/colorschemes')
-rw-r--r--config/powerline/colorschemes/ipython/default.json8
-rw-r--r--config/powerline/colorschemes/shell/default.json17
-rw-r--r--config/powerline/colorschemes/shell/solarized.json17
-rw-r--r--config/powerline/colorschemes/tmux/default.json24
-rw-r--r--config/powerline/colorschemes/vim/default.json94
-rw-r--r--config/powerline/colorschemes/vim/solarized.json91
-rw-r--r--config/powerline/colorschemes/wm/default.json25
7 files changed, 276 insertions, 0 deletions
diff --git a/config/powerline/colorschemes/ipython/default.json b/config/powerline/colorschemes/ipython/default.json
new file mode 100644
index 0000000..d787591
--- /dev/null
+++ b/config/powerline/colorschemes/ipython/default.json
@@ -0,0 +1,8 @@
+{
+ "name": "Default color scheme for IPython prompt",
+ "groups": {
+ "virtualenv": { "fg": "white", "bg": "darkcyan" },
+ "prompt": { "fg": "gray9", "bg": "gray4" },
+ "prompt_count": { "fg": "white", "bg": "gray4" }
+ }
+}
diff --git a/config/powerline/colorschemes/shell/default.json b/config/powerline/colorschemes/shell/default.json
new file mode 100644
index 0000000..639c1f9
--- /dev/null
+++ b/config/powerline/colorschemes/shell/default.json
@@ -0,0 +1,17 @@
+{
+ "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" }
+ }
+}
diff --git a/config/powerline/colorschemes/shell/solarized.json b/config/powerline/colorschemes/shell/solarized.json
new file mode 100644
index 0000000..5bf8672
--- /dev/null
+++ b/config/powerline/colorschemes/shell/solarized.json
@@ -0,0 +1,17 @@
+{
+ "name": "Solarized Dark",
+ "groups": {
+ "user": { "fg": "oldlace", "bg": "blue", "attr": ["bold"] },
+ "superuser": { "fg": "oldlace", "bg": "red", "attr": ["bold"] },
+ "virtualenv": { "fg": "oldlace", "bg": "green" },
+ "branch": { "fg": "gray61", "bg": "royalblue5" },
+ "branch_dirty": { "fg": "yellow", "bg": "royalblue5" },
+ "branch_clean": { "fg": "gray61", "bg": "royalblue5" },
+ "cwd": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "cwd:current_folder": { "fg": "oldlace", "bg": "darkgreencopper", "attr": ["bold"] },
+ "cwd:divider": { "fg": "gray61", "bg": "darkgreencopper" },
+ "hostname": { "fg": "oldlace", "bg": "darkgreencopper" },
+ "exit_fail": { "fg": "oldlace", "bg": "red" },
+ "exit_success": { "fg": "oldlace", "bg": "green" }
+ }
+}
diff --git a/config/powerline/colorschemes/tmux/default.json b/config/powerline/colorschemes/tmux/default.json
new file mode 100644
index 0000000..35686d3
--- /dev/null
+++ b/config/powerline/colorschemes/tmux/default.json
@@ -0,0 +1,24 @@
+{
+ "name": "Default color scheme for terminal prompts",
+ "groups": {
+ "background:divider": { "fg": "gray5", "bg": "gray0" },
+ "session": { "fg": "black", "bg": "gray10", "attr": ["bold"] },
+ "date": { "fg": "gray8", "bg": "gray2" },
+ "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": "gray8", "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" }
+ }
+}
diff --git a/config/powerline/colorschemes/vim/default.json b/config/powerline/colorschemes/vim/default.json
new file mode 100644
index 0000000..ec15879
--- /dev/null
+++ b/config/powerline/colorschemes/vim/default.json
@@ -0,0 +1,94 @@
+{
+ "name": "Default color scheme",
+ "groups": {
+ "background": { "fg": "white", "bg": "gray2" },
+ "background:divider": { "fg": "gray6", "bg": "gray2" },
+ "mode": { "fg": "darkestgreen", "bg": "brightgreen", "attr": ["bold"] },
+ "modified_indicator": { "fg": "brightyellow", "bg": "gray4", "attr": ["bold"] },
+ "paste_indicator": { "fg": "white", "bg": "mediumorange", "attr": ["bold"] },
+ "readonly_indicator": { "fg": "brightestred", "bg": "gray4" },
+ "branch": { "fg": "gray9", "bg": "gray4" },
+ "branch_dirty": { "fg": "brightyellow", "bg": "gray4" },
+ "branch_clean": { "fg": "gray9", "bg": "gray4" },
+ "branch:divider": { "fg": "gray7", "bg": "gray4" },
+ "file_directory": { "fg": "gray9", "bg": "gray4" },
+ "file_name": { "fg": "white", "bg": "gray4", "attr": ["bold"] },
+ "file_size": { "fg": "gray8", "bg": "gray2" },
+ "file_name_no_file": { "fg": "gray9", "bg": "gray4", "attr": ["bold"] },
+ "file_name_empty": { "fg": "gray9", "bg": "gray4" },
+ "file_format": { "fg": "gray8", "bg": "gray2" },
+ "file_encoding": { "fg": "gray8", "bg": "gray2" },
+ "file_type": { "fg": "gray8", "bg": "gray2" },
+ "file_vcs_status": { "fg": "brightestred", "bg": "gray4" },
+ "file_vcs_status_M": { "fg": "brightyellow", "bg": "gray4" },
+ "file_vcs_status_A": { "fg": "brightgreen", "bg": "gray4" },
+ "line_percent": { "fg": "gray9", "bg": "gray4" },
+ "line_percent_gradient": { "fg": "green_yellow_red", "bg": "gray4" },
+ "line_current": { "fg": "gray1", "bg": "gray10", "attr": ["bold"] },
+ "line_current_symbol": { "fg": "gray1", "bg": "gray10" },
+ "col_current": { "fg": "gray6", "bg": "gray10" },
+ "modified_buffers": { "fg": "brightyellow", "bg": "gray2" }
+ },
+ "mode_translations": {
+ "nc": {
+ "colors": {
+ "brightyellow": "darkorange",
+ "brightestred": "darkred",
+ "gray0": "gray0",
+ "gray1": "gray0",
+ "gray2": "gray0",
+ "gray3": "gray1",
+ "gray4": "gray1",
+ "gray5": "gray1",
+ "gray6": "gray1",
+ "gray7": "gray4",
+ "gray8": "gray4",
+ "gray9": "gray4",
+ "gray10": "gray5",
+ "white": "gray6",
+ "green_yellow_red": "gray5"
+ }
+ },
+ "i": {
+ "colors": {
+ "gray0": "darkestblue",
+ "gray1": "darkestblue",
+ "gray2": "darkestblue",
+ "gray3": "darkblue",
+ "gray4": "darkblue",
+ "gray5": "darkestcyan",
+ "gray6": "darkestcyan",
+ "gray7": "darkestcyan",
+ "gray8": "mediumcyan",
+ "gray9": "mediumcyan",
+ "gray10": "mediumcyan",
+ "green_yellow_red": "gray5"
+ },
+ "groups": {
+ "mode": { "fg": "darkestcyan", "bg": "white", "attr": ["bold"] },
+ "background:divider": { "fg": "darkcyan", "bg": "darkestblue" },
+ "branch:divider": { "fg": "darkcyan", "bg": "darkblue" }
+ }
+ },
+ "v": {
+ "groups": {
+ "mode": { "fg": "darkorange", "bg": "brightestorange", "attr": ["bold"] }
+ }
+ },
+ "V": {
+ "groups": {
+ "mode": { "fg": "darkorange", "bg": "brightestorange", "attr": ["bold"] }
+ }
+ },
+ "^V": {
+ "groups": {
+ "mode": { "fg": "darkorange", "bg": "brightestorange", "attr": ["bold"] }
+ }
+ },
+ "R": {
+ "groups": {
+ "mode": { "fg": "white", "bg": "brightred", "attr": ["bold"] }
+ }
+ }
+ }
+}
diff --git a/config/powerline/colorschemes/vim/solarized.json b/config/powerline/colorschemes/vim/solarized.json
new file mode 100644
index 0000000..2eb4c36
--- /dev/null
+++ b/config/powerline/colorschemes/vim/solarized.json
@@ -0,0 +1,91 @@
+{
+ "name": "Solarized Dark",
+ "groups": {
+ "background": { "fg": "oldlace", "bg": "royalblue5" },
+ "background:divider": { "fg": "lightskyblue4", "bg": "royalblue5" },
+ "mode": { "fg": "oldlace", "bg": "green", "attr": ["bold"] },
+ "modified_indicator": { "fg": "yellow", "bg": "darkgreencopper", "attr": ["bold"] },
+ "paste_indicator": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
+ "readonly_indicator": { "fg": "red", "bg": "darkgreencopper" },
+ "branch": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "branch_dirty": { "fg": "yellow", "bg": "darkgreencopper" },
+ "branch_clean": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "branch:divider": { "fg": "gray61", "bg": "darkgreencopper" },
+ "file_directory": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "file_name": { "fg": "oldlace", "bg": "darkgreencopper", "attr": ["bold"] },
+ "file_size": { "fg": "oldlace", "bg": "darkgreencopper" },
+ "file_name_no_file": { "fg": "oldlace", "bg": "darkgreencopper", "attr": ["bold"] },
+ "file_name_empty": { "fg": "oldlace", "bg": "darkgreencopper" },
+ "file_format": { "fg": "gray61", "bg": "royalblue5" },
+ "file_encoding": { "fg": "gray61", "bg": "royalblue5" },
+ "file_type": { "fg": "gray61", "bg": "royalblue5" },
+ "file_vcs_status": { "fg": "red", "bg": "darkgreencopper" },
+ "file_vcs_status_M": { "fg": "yellow", "bg": "darkgreencopper" },
+ "file_vcs_status_A": { "fg": "green", "bg": "darkgreencopper" },
+ "line_percent": { "fg": "oldlace", "bg": "lightskyblue4" },
+ "line_percent_gradient": { "fg": "green_yellow_orange_red", "bg": "lightskyblue4" },
+ "line_current": { "fg": "gray13", "bg": "lightyellow", "attr": ["bold"] },
+ "line_current_symbol": { "fg": "gray13", "bg": "lightyellow" },
+ "col_current": { "fg": "azure4", "bg": "lightyellow" }
+ },
+ "mode_translations": {
+ "nc": {
+ "colors": {
+ "darkgreencopper": "royalblue5",
+ "lightskyblue4": "royalblue5",
+ "azure4": "darkgreencopper",
+ "gray61": "lightskyblue4",
+ "lightyellow": "azure4",
+ "oldlace": "gray61"
+ }
+ },
+ "i": {
+ "groups": {
+ "background": { "fg": "oldlace", "bg": "darkgreencopper" },
+ "background:divider": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "mode": { "fg": "oldlace", "bg": "blue", "attr": ["bold"] },
+ "modified_indicator": { "fg": "yellow", "bg": "lightyellow", "attr": ["bold"] },
+ "paste_indicator": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
+ "readonly_indicator": { "fg": "red", "bg": "lightyellow" },
+ "branch": { "fg": "darkgreencopper", "bg": "lightyellow" },
+ "branch:divider": { "fg": "lightskyblue4", "bg": "lightyellow" },
+ "file_directory": { "fg": "darkgreencopper", "bg": "lightyellow" },
+ "file_name": { "fg": "royalblue5", "bg": "lightyellow", "attr": ["bold"] },
+ "file_size": { "fg": "royalblue5", "bg": "lightyellow" },
+ "file_name_no_file": { "fg": "royalblue5", "bg": "lightyellow", "attr": ["bold"] },
+ "file_name_empty": { "fg": "royalblue5", "bg": "lightyellow" },
+ "file_format": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "file_encoding": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "file_type": { "fg": "lightyellow", "bg": "darkgreencopper" },
+ "file_vcs_status": { "fg": "red", "bg": "lightyellow" },
+ "file_vcs_status_M": { "fg": "yellow", "bg": "lightyellow" },
+ "file_vcs_status_A": { "fg": "green", "bg": "lightyellow" },
+ "line_percent": { "fg": "oldlace", "bg": "gray61" },
+ "line_percent_gradient": { "fg": "oldlace", "bg": "gray61" },
+ "line_current": { "fg": "gray13", "bg": "oldlace", "attr": ["bold"] },
+ "line_current_symbol": { "fg": "gray13", "bg": "oldlace" },
+ "col_current": { "fg": "azure4", "bg": "oldlace" }
+ }
+ },
+ "v": {
+ "groups": {
+ "mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
+ }
+ },
+ "V": {
+ "groups": {
+ "mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
+ }
+ },
+ "^V": {
+ "groups": {
+ "mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
+ }
+ },
+ "R": {
+ "groups": {
+ "mode": { "fg": "oldlace", "bg": "red", "attr": ["bold"] }
+ }
+ }
+ }
+}
diff --git a/config/powerline/colorschemes/wm/default.json b/config/powerline/colorschemes/wm/default.json
new file mode 100644
index 0000000..d71d4e3
--- /dev/null
+++ b/config/powerline/colorschemes/wm/default.json
@@ -0,0 +1,25 @@
+{
+ "name": "Default color scheme for window managers",
+ "groups": {
+ "background:divider": { "fg": "gray5", "bg": "gray0" },
+ "session": { "fg": "black", "bg": "gray10", "attr": ["bold"] },
+ "date": { "fg": "gray8", "bg": "gray2" },
+ "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": "gray8", "bg": "gray0" },
+ "external_ip": { "fg": "gray8", "bg": "gray0" },
+ "network_load": { "fg": "gray8", "bg": "gray0" },
+ "system_load": { "fg": "gray8", "bg": "gray0" },
+ "system_load_good": { "fg": "lightyellowgreen", "bg": "gray0" },
+ "system_load_bad": { "fg": "gold3", "bg": "gray0" },
+ "system_load_ugly": { "fg": "orangered", "bg": "gray0" }
+ }
+}