blob: 5c06d579adc90ad1b7515a78a9e5782611c80569 (
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
|
layout {
focus-ring {
active-color "#a7c080"
inactive-color "#232a2e"
urgent-color "#e67e80"
}
border {
active-color "#a7c080"
inactive-color "#232a2e"
urgent-color "#e67e80"
}
shadow {
color "#47525870"
}
tab-indicator {
active-color "#a7c080"
inactive-color "#4e6924"
urgent-color "#e67e80"
}
insert-hint {
color "#a7c08080"
}
}
recent-windows {
highlight {
active-color "#a7c080"
urgent-color "#e67e80"
}
}
|