/* 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);
}