aboutsummaryrefslogtreecommitdiff
path: root/themes/lime
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-06 23:05:44 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-06 23:05:44 -0400
commit71688839f0c3fb8107bbea27eb6cb1b4d8277e4a (patch)
treec4fabc1bfdda72b65d4a62e36cbf891d9fed44ef /themes/lime
parent602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff)
Add theme manager
Diffstat (limited to 'themes/lime')
-rw-r--r--themes/lime57
1 files changed, 57 insertions, 0 deletions
diff --git a/themes/lime b/themes/lime
new file mode 100644
index 0000000..fa7f44b
--- /dev/null
+++ b/themes/lime
@@ -0,0 +1,57 @@
+# vim: filetype=yaml
+---
+meta:
+ description: 'Lime theme by wei2912 <http://wei2912.github.io>, based on Archlinux theme by okraits <http://okraits.de>'
+colors:
+ lime: '#4E9C00' # main colour
+ lime_inactive: '#1B3600'
+
+ red: '#C20000' # urgent colour
+ black: '#333333' # background
+
+ txt_active: '#FFFFFF' # white
+ txt_inactive: '#888888' # grey
+
+ indicator: '#FFFFFF' # white
+
+window_colors:
+ focused:
+ border: 'lime'
+ background: 'lime'
+ text: 'txt_active'
+ indicator: 'indicator'
+ focused_inactive:
+ border: 'lime_inactive'
+ background: 'lime_inactive'
+ text: 'txt_inactive'
+ indicator: 'indicator'
+ unfocused:
+ border: 'black'
+ background: 'black'
+ text: 'txt_inactive'
+ indicator: 'indicator'
+ urgent:
+ border: 'red'
+ background: 'red'
+ text: 'txt_active'
+ indicator: 'indicator'
+bar_colors:
+ separator: 'txt_inactive'
+ background: 'black'
+ statusline: 'txt_active'
+ focused_workspace:
+ border: 'lime'
+ background: 'lime'
+ text: 'txt_active'
+ active_workspace:
+ border: 'black'
+ background: 'black'
+ text: 'txt_active'
+ inactive_workspace:
+ border: 'black'
+ background: 'black'
+ text: 'txt_inactive'
+ urgent_workspace:
+ border: 'red'
+ background: 'red'
+ text: 'txt_active'