aboutsummaryrefslogtreecommitdiff
path: root/themes/mate
diff options
context:
space:
mode:
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