aboutsummaryrefslogtreecommitdiff
path: root/themes/mate
blob: 334765329ab8eb5ff3fa2b423047d6029d3079da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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