blob: 206cc7e3dfa04d3a8739ecf727f5a52a9ab5b9f2 (
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
|
# vim: filetype=yaml
# TODO: use color aliases to make the theme more readable
---
meta:
author: lasers
description: 'Debian theme'
window_colors:
focused:
border: '#d70a53'
background: '#d70a53'
text: '#ffffff'
indicator: '#8c0333'
focused_inactive:
border: '#333333'
background: '#333333'
text: '#888888'
indicator: '#333333'
unfocused:
border: '#333333'
background: '#333333'
text: '#888888'
indicator: '#333333'
urgent:
border: '#eb709b'
background: '#eb709b'
text: '#ffffff'
indicator: '#eb709b'
bar_colors:
separator: '#444444'
background: '#222222'
statusline: '#666666'
focused_workspace:
border: '#d70a53'
background: '#d70a53'
text: '#ffffff'
active_workspace:
border: '#333333'
background: '#333333'
text: '#888888'
inactive_workspace:
border: '#333333'
background: '#333333'
text: '#888888'
urgent_workspace:
border: '#eb709b'
background: '#eb709b'
text: '#ffffff'
|