blob: 964ffd0de8ddf4d111989cc8f965683b37c96886 (
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
|
# vim: filetype=yaml
---
meta:
description: flat gray based theme
colors:
darkslategrey: '#333333'
white: '#FFFFFF'
black: '#000000'
darkgray: '#AAAAAA'
black1: '#282828'
window_colors:
unfocused:
border: darkslategrey
background: darkslategrey
text: white
indicator: darkslategrey
focused_inactive:
border: darkslategrey
background: darkslategrey
text: white
indicator: black
focused:
border: black
background: black
text: white
indicator: black
bar_colors:
statusline: darkgray
background: darkslategrey
focused_workspace:
border: black1
background: black1
text: white
inactive_workspace:
border: darkslategrey
background: darkslategrey
text: darkgray
|