blob: 7a0c1932def95e529870a6ca54da1c7b428bcea3 (
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
59
60
61
62
|
# vim: filetype=yaml
---
meta:
description: Theme by Valentin Weber inspired by voronianski (https://github.com/voronianski/oceanic-next-color-scheme)
bar_colors:
separator: base03
background: base00
statusline: base07
focused_workspace:
border: base0D
background: base0D
text: base00
active_workspace:
border: base0C
background: base0C
text: base00
inactive_workspace:
border: base01
background: base01
text: base07
urgent_workspace:
border: base08
background: base08
text: base00
colors:
base00: '#1B2B34'
base01: '#343D46'
base02: '#4F5B66'
base03: '#65737E'
base04: '#A7ADBA'
base05: '#C0C5CE'
base06: '#CDD3DE'
base07: '#D8DEE9'
base08: '#EC5f67'
base09: '#F99157'
base0A: '#FAC863'
base0B: '#99C794'
base0C: '#5FB3B3'
base0D: '#6699CC'
base0E: '#C594C5'
base0F: '#AB7967'
window_colors:
focused:
border: base0D
background: base0D
text: base00
indicator: base0D
focused_inactive:
border: base0C
background: base0C
text: base07
indicator: base04
unfocused:
border: base01
background: base01
text: base07
indicator: base01
urgent:
border: base08
background: base08
text: base00
indicator: base08
|