blob: b386b253fdb3450dc0771e88f23680bb3376ba78 (
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
|
# vim: filetype=yaml
# TODO: use color aliases to make the theme more readable
---
meta:
author: okraits
url: http://okraits.de
description: 'Archlinux theme'
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'
|