btw i use nix
1configuration {
2 modi: "window,drun,ssh";
3 show-icons: true;
4 separator-style: "none";
5}
6
7window {
8 padding: 5px;
9 background-color: #282828;
10}
11
12inputbar {
13 children: [entry];
14}
15
16listview {
17 border: none;
18}
19
20entry {
21 padding: 5px;
22 text-color: #ebdbb2;
23 placeholder: "";
24}
25
26textbox {
27 text-color: #ebdbb2;
28 background-color: argb:00000000;
29}
30
31element {
32 background-color: argb:00000000;
33}
34
35element.normal.normal {
36 text-color: #ebdbb2;
37 background-color: #32302f;
38}
39
40element.alternate.normal {
41 text-color: #ebdbb2;
42 background-color: argb:00000000;
43}
44
45element.selected.normal {
46 text-color: #ebdbb2;
47 background-color: #1d2021;
48}
49
50scrollbar {
51 handle-color: #32302f;
52}