blob: 571dd34797f64279c229013ddd8960cf7e21564d (
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
55
56
57
58
|
# vim: filetype=yaml
---
meta:
description: 'seti theme by Jody Ribton - based on the seti Atom theme at https://atom.io/themes/seti-ui'
colors:
blue: '#4F99D3'
green: '#9FCA56'
yellow: '#DCCD69'
red: '#CE4045'
orange: '#FF8315'
purple: '#A074C4'
grey: '#1f2326'
white: '#FFFFFF'
dull_white: '#AAAAAA'
base: '#151718'
window_colors:
focused:
border: 'blue'
background: 'blue'
text: 'base'
indicator: 'green'
focused_inactive:
border: 'green'
background: 'green'
text: 'base'
indicator: 'purple'
unfocused:
border: 'grey'
background: 'grey'
text: 'dull_white'
indicator: 'purple'
urgent:
border: 'red'
background: 'red'
text: 'white'
indicator: 'yellow'
bar_colors:
separator: 'dull_white'
background: 'grey'
statusline: 'white'
focused_workspace:
border: 'green'
background: 'green'
text: 'base'
active_workspace:
border: 'yellow'
background: 'yellow'
text: 'base'
inactive_workspace:
border: 'grey'
background: 'grey'
text: 'dull_white'
urgent_workspace:
border: 'red'
background: 'red'
text: 'white'
|