aboutsummaryrefslogtreecommitdiff
path: root/themes/purple
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/purple
parent602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff)
Add theme manager
Diffstat (limited to 'themes/purple')
-rw-r--r--themes/purple56
1 files changed, 56 insertions, 0 deletions
diff --git a/themes/purple b/themes/purple
new file mode 100644
index 0000000..ddbee55
--- /dev/null
+++ b/themes/purple
@@ -0,0 +1,56 @@
+# vim: filetype=yaml
+---
+meta:
+ description: 'Purple theme by AAlakkad <http://aalakkad.me>'
+bar_colors:
+ separator: darkgray
+ background: black
+ statusline: white
+ focused_workspace:
+ border: darkslateblue
+ background: darkslateblue
+ text: lightgray
+ active_workspace:
+ border: khaki
+ background: khaki
+ text: black1
+ inactive_workspace:
+ border: black
+ background: black
+ text: darkgray
+ urgent_workspace:
+ border: firebrick
+ background: firebrick
+ text: white
+colors:
+ darkgray: '#AAAAAA'
+ black: '#222133'
+ white: '#FFFFFF'
+ wheat: '#e7d8b1'
+ black1: '#181715'
+ khaki: '#DCCD69'
+ firebrick: '#CE4045'
+ darkslateblue: '#664477'
+ lightgray: '#cccccc'
+ mediumpurple: '#A074C4'
+window_colors:
+ focused:
+ border: darkslateblue
+ background: darkslateblue
+ text: lightgray
+ indicator: wheat
+ focused_inactive:
+ border: wheat
+ background: wheat
+ text: black1
+ indicator: mediumpurple
+ unfocused:
+ border: black
+ background: black
+ text: darkgray
+ indicator: mediumpurple
+ urgent:
+ border: firebrick
+ background: firebrick
+ text: wheat
+ indicator: khaki