summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/colorschemes/shell/solarized.json
diff options
context:
space:
mode:
Diffstat (limited to 'powerline/config_files/colorschemes/shell/solarized.json')
-rw-r--r--powerline/config_files/colorschemes/shell/solarized.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/powerline/config_files/colorschemes/shell/solarized.json b/powerline/config_files/colorschemes/shell/solarized.json
new file mode 100644
index 0000000..69dcab1
--- /dev/null
+++ b/powerline/config_files/colorschemes/shell/solarized.json
@@ -0,0 +1,13 @@
+{
+ "name": "Solarized dark for shell",
+ "groups": {
+ "mode": { "fg": "solarized:base3", "bg": "solarized:green", "attrs": ["bold"] }
+ },
+ "mode_translations": {
+ "vicmd": {
+ "groups": {
+ "mode": { "fg": "solarized:base3", "bg": "solarized:blue", "attrs": ["bold"] }
+ }
+ }
+ }
+}