blob: ddbee551d0e33f31bde81ffd7051cd50d5a9ee19 (
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
|
# vim: filetype=yaml
---
meta:
description: 'Purple theme by AAlakkad <http://aalakkad.me>'
bar_colors:
separator: darkgray
background: black
statusline: white
focused_workspace:
border: darkslateblue
background: darkslateblue
text: lightgray
active_workspace:
border: khaki
background: khaki
text: black1
inactive_workspace:
border: black
background: black
text: darkgray
urgent_workspace:
border: firebrick
background: firebrick
text: white
colors:
darkgray: '#AAAAAA'
black: '#222133'
white: '#FFFFFF'
wheat: '#e7d8b1'
black1: '#181715'
khaki: '#DCCD69'
firebrick: '#CE4045'
darkslateblue: '#664477'
lightgray: '#cccccc'
mediumpurple: '#A074C4'
window_colors:
focused:
border: darkslateblue
background: darkslateblue
text: lightgray
indicator: wheat
focused_inactive:
border: wheat
background: wheat
text: black1
indicator: mediumpurple
unfocused:
border: black
background: black
text: darkgray
indicator: mediumpurple
urgent:
border: firebrick
background: firebrick
text: wheat
indicator: khaki
|