Remove custom gtk styling
parent
5e171b1bb7
commit
afba1dbfac
|
@ -1,68 +0,0 @@
|
|||
.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;
|
||||
}
|
||||
|
||||
menu {
|
||||
background: #111;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
window.background.chromium {
|
||||
color: #ccc;
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
window.background.chromium menubar {
|
||||
color: #555;
|
||||
background-color: #0a0a0a;
|
||||
}
|
Loading…
Reference in New Issue