aboutsummaryrefslogtreecommitdiff
path: root/themes/archlinux
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/archlinux
parent602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff)
Add theme manager
Diffstat (limited to 'themes/archlinux')
-rw-r--r--themes/archlinux46
1 files changed, 46 insertions, 0 deletions
diff --git a/themes/archlinux b/themes/archlinux
new file mode 100644
index 0000000..bfad5aa
--- /dev/null
+++ b/themes/archlinux
@@ -0,0 +1,46 @@
+# vim: filetype=yaml
+# TODO: use color aliases to make the theme more readable
+---
+meta:
+ description: 'Archlinux theme by okraits <http://okraits.de>'
+window_colors:
+ focused:
+ border: '#0088CC'
+ background: '#0088CC'
+ text: '#ffffff'
+ indicator: '#dddddd'
+ focused_inactive:
+ border: '#333333'
+ background: '#333333'
+ text: '#888888'
+ indicator: '#292d2e'
+ unfocused:
+ border: '#333333'
+ background: '#333333'
+ text: '#888888'
+ indicator: '#292d2e'
+ urgent:
+ border: '#2f343a'
+ background: '#900000'
+ text: '#ffffff'
+ indicator: '#900000'
+bar_colors:
+ separator: '#666666'
+ background: '#222222'
+ statusline: '#dddddd'
+ focused_workspace:
+ border: '#0088CC'
+ background: '#0088CC'
+ text: '#ffffff'
+ active_workspace:
+ border: '#333333'
+ background: '#333333'
+ text: '#ffffff'
+ inactive_workspace:
+ border: '#333333'
+ background: '#333333'
+ text: '#888888'
+ urgent_workspace:
+ border: '#2f343a'
+ background: '#900000'
+ text: '#ffffff'