aboutsummaryrefslogtreecommitdiff
path: root/themes/mate
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/mate
parent602c70c5174b2c73600aa06fce915eaf8a1d8a26 (diff)
Add theme manager
Diffstat (limited to 'themes/mate')
-rw-r--r--themes/mate54
1 files changed, 54 insertions, 0 deletions
diff --git a/themes/mate b/themes/mate
new file mode 100644
index 0000000..3347653
--- /dev/null
+++ b/themes/mate
@@ -0,0 +1,54 @@
+# vim: filetype=yaml
+---
+meta:
+ description: 'Theme for blending i3 into MATE'
+colors:
+ green: '#526532'
+ lightgreen: '#a4cb64'
+ darkgrey: '#3c3b37'
+ grey: '#4c4c4c'
+ lightgrey: '#aea79f'
+ black: '#000000'
+ white: '#ffffff'
+ red: '#FF0000'
+window_colors:
+ focused:
+ border: green
+ background: green
+ text: white
+ indicator: lightgreen
+ focused_inactive:
+ border: lightgrey
+ background: lightgrey
+ text: darkgrey
+ indicator: lightgrey
+ unfocused:
+ border: darkgrey
+ background: darkgrey
+ text: lightgrey
+ indicator: darkgrey
+ urgent:
+ border: red
+ background: red
+ text: white
+ indicator: red
+bar_colors:
+ separator: white
+ background: darkgrey
+ statusline: white
+ focused_workspace:
+ border: green
+ background: green
+ text: white
+ active_workspace:
+ border: lightgrey
+ background: lightgrey
+ text: darkgrey
+ inactive_workspace:
+ border: darkgrey
+ background: darkgrey
+ text: lightgrey
+ urgent_workspace:
+ border: red
+ background: red
+ text: white