blob: adbf3559cd3a3536c9b0e391c980cebf7568d9d7 (
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 "#67b8e4"
inactive-color "#1c1f21"
urgent-color "#fd4663"
}
border {
active-color "#67b8e4"
inactive-color "#1c1f21"
urgent-color "#fd4663"
}
shadow {
color "#1c1f2170"
}
tab-indicator {
active-color "#67b8e4"
inactive-color "#0c5f8d"
urgent-color "#fd4663"
}
insert-hint {
color "#67b8e480"
}
}
recent-windows {
highlight {
active-color "#67b8e4"
urgent-color "#fd4663"
}
}
|