blob: 27739a86a6a646cb55e669679b63e43ae8acfd38 (
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: Made by freeware-preacher <https://github.com/freeware-preacher> to match gruvbox by morhetz <https://github.com/morhetz>
bar_colors:
separator: grey
background: black
statusline: wheat
focused_workspace:
border: darkseagreen
background: darkseagreen
text: black
active_workspace:
border: black1
background: black1
text: grey
inactive_workspace:
border: darkslategray
background: darkslategray
text: grey
urgent_workspace:
border: firebrick
background: firebrick
text: wheat
colors:
grey: '#928374'
black: '#282828'
wheat: '#ebdbb2'
darkseagreen: '#689d6a'
black1: '#1d2021'
darkslategray: '#32302f'
firebrick: '#cc241d'
window_colors:
focused:
border: darkseagreen
background: darkseagreen
text: black
indicator: black
focused_inactive:
border: black1
background: black1
text: grey
indicator: black
unfocused:
border: darkslategray
background: darkslategray
text: grey
indicator: black
urgent:
border: firebrick
background: firebrick
text: wheat
indicator: black
|