* Use a base CSS for styles * Fix updater dialogs too close to buttons and updater too close to the edge * Fix blurry Dropdown and dialog buttons * minor tweaks and fixes * Solarized restyle * more vertical clearance between items * workaround colorized bar at high res. * colorized pressed state
194 lines
3.7 KiB
CSS
194 lines
3.7 KiB
CSS
* {
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
window {
|
|
background-color: #002b36; /*base03*/
|
|
}
|
|
|
|
button {
|
|
background-color: #002b36; /*base03*/
|
|
}
|
|
|
|
button:active {
|
|
background-color: #cb4b16; /*solarized-orange*/
|
|
}
|
|
|
|
.button_active {
|
|
border-color: #073642; /*base02*/
|
|
border-style: solid;
|
|
border-radius: 1em;
|
|
border-width: .25em;
|
|
background-color: #073642; /*base02*/
|
|
}
|
|
|
|
button.color1 {
|
|
background-color: #073642; /*base02*/
|
|
border-bottom-color: #cb4b16; /*solarized-orange*/
|
|
border-radius: 1em;
|
|
}
|
|
|
|
button.color2 {
|
|
background-color: #073642; /*base02*/
|
|
border-bottom-color: #d33682; /*solarized-magenta*/
|
|
border-radius: 1em;
|
|
}
|
|
|
|
button.color3 {
|
|
background-color: #073642; /*base02*/
|
|
border-bottom-color: #2aa198; /*solarized-cyan*/
|
|
border-radius: 1em;
|
|
}
|
|
|
|
button.color4 {
|
|
background-color: #073642; /*base02*/
|
|
border-bottom-color: #859900; /*solarized-green*/
|
|
border-radius: 1em;
|
|
}
|
|
|
|
button.color1:active, button.color2:active, button.color3:active, button.color4:active {
|
|
border-style: none;
|
|
}
|
|
|
|
button.active {
|
|
background-color: #cb4b16; /*solarized-orange*/
|
|
}
|
|
|
|
combobox box button {
|
|
background-color: #073642; /*base02*/
|
|
border-color: #002b36; /*base03*/
|
|
}
|
|
|
|
switch {
|
|
/* background-color: #073642; base02 */
|
|
}
|
|
|
|
entry {
|
|
background-color: #073642; /*base02*/
|
|
border-color: #002b36; /*base03*/
|
|
}
|
|
|
|
frame {
|
|
color: #fdf6e3; /*base3*/
|
|
border-bottom-color: #073642; /*base02*/
|
|
}
|
|
|
|
label {
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
menu {
|
|
background-color: #002b36; /*base03*/
|
|
border-color: #93a1a1; /*base1*/
|
|
}
|
|
|
|
menuitem {
|
|
background-color: #002b36; /*base03*/
|
|
border-color: #93a1a1; /*base1*/
|
|
}
|
|
|
|
trough {
|
|
background-color: #073642; /*base02*/
|
|
color: #fdf6e3; /*base3*/
|
|
border-color: #002b36; /*base03*/
|
|
border-radius: 1em;
|
|
}
|
|
|
|
trough highlight, trough progress {
|
|
background-color: #6c71c4; /*solarized-violet*/
|
|
color: #fdf6e3; /*base3*/
|
|
border-color: #002b36; /*base03*/
|
|
border-radius: 1em;
|
|
}
|
|
|
|
scale-mark {
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
scrollbar, scrollbar button, scrollbar trough {
|
|
background-color: #002b36; /*base03*/
|
|
}
|
|
|
|
scrollbar slider {
|
|
background-color: #586e75; /*base01*/
|
|
}
|
|
|
|
textview .time {
|
|
color: #93a1a1; /*base1*/
|
|
}
|
|
|
|
.popup {
|
|
background-color: #268bd2; /*solarized-cyan*/
|
|
}
|
|
|
|
.dialog {
|
|
border: #002b36; /*base03*/
|
|
background-color: #002b36; /*base03*/
|
|
}
|
|
|
|
.dialog button {
|
|
border-bottom-color: #268bd2; /*solarized-cyan*/
|
|
}
|
|
|
|
.tempbutton_top, .tempbutton, .tempbutton_bottom, .distbutton_top, .distbutton, .distbutton_bottom {
|
|
border-color: #002b36; /*base03*/
|
|
background-color: #073642; /*base02*/
|
|
}
|
|
|
|
.distbutton_active {
|
|
background-color: #cb4b16; /*solarized-orange*/
|
|
}
|
|
|
|
.fan_slider {
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
.message_popup {
|
|
background-color: #dc322f; /*solarazed-red*/
|
|
border-bottom-color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
.message_popup button {
|
|
background-color: #dc322f; /*solarazed-red*/
|
|
}
|
|
|
|
.numpad_tleft, .numpad_top, .numpad_tright, .numpad_left, .numpad_button, .numpad_right, .numpad_bleft, .numpad_bottom, .numpad_bright {
|
|
border-color: #002b36; /*base03*/
|
|
background-color: #073642; /*base02*/
|
|
}
|
|
|
|
.printing-status {
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
.printing-progress-bar {
|
|
color: #2aa198; /*solarized-cyan*/
|
|
}
|
|
|
|
.printing-progress-text {
|
|
color: #fdf6e3; /*base3*/
|
|
}
|
|
|
|
.printing-status-label {
|
|
color: #93a1a1; /*base1*/
|
|
}
|
|
|
|
.message {
|
|
border-color: #dc322f; /*solarized-red*/
|
|
color: #fdf6e3; /*base3*/
|
|
background-color: #dc322f; /*solarized-red*/
|
|
}
|
|
|
|
.message button {
|
|
background-color: #fdf6e3; /*base3*/
|
|
color: #002b36; /*base03*/
|
|
}
|
|
|
|
.warning {
|
|
background-color: #b58900; /*solarazed-yellow*/
|
|
}
|
|
|
|
.error {
|
|
background-color: #dc322f; /*solarized-red*/
|
|
}
|