dots/.config/gtk-3.0/gtk.css

70 lines
906 B
CSS

.background {
color: #ccc;
background-color: #111;
}
.view,
iconview,
.view text,
iconview text,
textview text {
color: #ccc;
background-color: #111;
}
.view:selected,
iconview:selected,
.view:selected:focus,
iconview:selected:focus,
.view text:selected,
iconview text:selected,
textview text:selected,
.view text:selected:focus,
iconview text:selected:focus,
textview text:selected:focus {
background-color: #333;
}
label.separator,
popover label.separator,
popover.background label.separator {
color: #ccc;
}
label:disabled {
color: #555;
}
label selection {
color: #fff;
}
headerbar {
background: #111;
}
entry {
border: none;
}
toolbar {
background: #111;
color: #ccc;
}
.top {
background: #111;
color: #ccc;
}
menu {
background: #111;
color: #ccc;
}
window.background.chromium menubar,
window.background.chromium {
background-color: #111;
color: #ccc;
}