~kris/dots

srice

srice/.config/gtk-4.0/gtk.css -rw-r--r-- 896 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
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
/* ThumbPick dark theme */

window {
    background-color: rgba(10, 10, 10, 0.92);
}

flowbox {
    background-color: transparent;
}

flowboxchild {
    background-color: rgba(20, 20, 20, 0.95);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4px;
    transition: border-color 150ms ease;
}

flowboxchild:selected {
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(40, 40, 40, 0.95);
}

frame {
    border-radius: 6px;
    background-color: transparent;
}

picture {
    border-radius: 6px;
}

scrolledwindow {
    background-color: transparent;
}

label {
    color: rgba(255, 255, 255, 0.9);
    font-family: "JetBrainsMono Nerd Font", monospace;
}

overlay > label {
    background-color: rgba(10, 10, 10, 0.85);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}