aboutsummaryrefslogtreecommitdiff
path: root/themes/debian
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/debian
parent602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff)
Add theme manager
Diffstat (limited to 'themes/debian')
-rw-r--r--themes/debian46
1 files changed, 46 insertions, 0 deletions
diff --git a/themes/debian b/themes/debian
new file mode 100644
index 0000000..16a5380
--- /dev/null
+++ b/themes/debian
@@ -0,0 +1,46 @@
+# vim: filetype=yaml
+# TODO: use color aliases to make the theme more readable
+---
+meta:
+ description: 'Debian theme by lasers'
+window_colors:
+ focused:
+ border: '#d70a53'
+ background: '#d70a53'
+ text: '#ffffff'
+ indicator: '#8c0333'
+ focused_inactive:
+ border: '#333333'
+ background: '#333333'
+ text: '#888888'
+ indicator: '#333333'
+ unfocused:
+ border: '#333333'
+ background: '#333333'
+ text: '#888888'
+ indicator: '#333333'
+ urgent:
+ border: '#eb709b'
+ background: '#eb709b'
+ text: '#ffffff'
+ indicator: '#eb709b'
+bar_colors:
+ separator: '#444444'
+ background: '#222222'
+ statusline: '#666666'
+ focused_workspace:
+ border: '#d70a53'
+ background: '#d70a53'
+ text: '#ffffff'
+ active_workspace:
+ border: '#333333'
+ background: '#333333'
+ text: '#888888'
+ inactive_workspace:
+ border: '#333333'
+ background: '#333333'
+ text: '#888888'
+ urgent_workspace:
+ border: '#eb709b'
+ background: '#eb709b'
+ text: '#ffffff'