aboutsummaryrefslogtreecommitdiff
path: root/themes/icelines
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/icelines
parent602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff)
Add theme manager
Diffstat (limited to 'themes/icelines')
-rw-r--r--themes/icelines52
1 files changed, 52 insertions, 0 deletions
diff --git a/themes/icelines b/themes/icelines
new file mode 100644
index 0000000..ad56aa3
--- /dev/null
+++ b/themes/icelines
@@ -0,0 +1,52 @@
+# vim: filetype=yaml
+# Theme meant to be simple but visually efficient
+---
+meta:
+ description: 'icelines theme by mbfraga'
+colors:
+ darkgray: '#141414'
+ ice: '#00b0ef'
+ gray: '#7d7d7d'
+ darkred: '#472b2a'
+ urgent: '#ff7066'
+window_colors:
+ focused:
+ border: 'ice'
+ background: 'ice'
+ text: 'darkgray'
+ indicator: 'urgent'
+ focused_inactive:
+ border: 'darkgray'
+ background: 'darkgray'
+ text: 'ice'
+ indicator: 'darkred'
+ unfocused:
+ border: 'darkgray'
+ background: 'darkgray'
+ text: 'gray'
+ indicator: 'darkgray'
+ urgent:
+ border: 'urgent'
+ background: 'urgent'
+ text: 'darkgray'
+ indicator: 'urgent'
+bar_colors:
+ separator: 'gray'
+ background: 'darkgray'
+ statusline: 'ice'
+ focused_workspace:
+ border: 'ice'
+ background: 'darkgray'
+ text: 'ice'
+ active_workspace:
+ border: 'darkgray'
+ background: 'darkgray'
+ text: 'ice'
+ inactive_workspace:
+ border: 'darkgray'
+ background: 'darkgray'
+ text: 'gray'
+ urgent_workspace:
+ border: 'urgent'
+ background: 'darkgray'
+ text: 'urgent'