[gtk/gtk-3-24] Adwaita: tone down $base_color saturation
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24] Adwaita: tone down $base_color saturation
- Date: Mon, 10 Dec 2018 11:29:51 +0000 (UTC)
commit ecfdd186fe00136e93f67d2f5f14a9f8da384586
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Dec 10 12:29:08 2018 +0100
Adwaita: tone down $base_color saturation
gtk/theme/Adwaita/_colors.scss | 2 +-
gtk/theme/Adwaita/gtk-contained-dark.css | 230 +++++++++++++++----------------
2 files changed, 116 insertions(+), 116 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_colors.scss b/gtk/theme/Adwaita/_colors.scss
index b57f0ed443..ffd42c3ff0 100644
--- a/gtk/theme/Adwaita/_colors.scss
+++ b/gtk/theme/Adwaita/_colors.scss
@@ -2,7 +2,7 @@
// it gets @if ed depending on $variant
-$base_color: if($variant == 'light', #ffffff, desaturate(#241f31, 10%));
+$base_color: if($variant == 'light', #ffffff, lighten(desaturate(#241f31, 20%), 2%));
$text_color: if($variant == 'light', black, white);
$bg_color: if($variant == 'light', #f6f5f4, desaturate(#3d3846, 10%));
$fg_color: if($variant == 'light', #2e3436, #eeeeec);
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index c6c47480b7..620c813336 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -14,21 +14,21 @@
.gtkstyle-fallback:active { color: #eeeeec; background-color: #252526; }
-.gtkstyle-fallback:disabled { color: #969696; background-color: #353338; }
+.gtkstyle-fallback:disabled { color: #969696; background-color: #383739; }
.gtkstyle-fallback:selected { color: #ffffff; background-color: #15539e; }
-.view, iconview, .view text, iconview text, textview text { color: white; background-color: #26232d; }
+.view, iconview, .view text, iconview text, textview text { color: white; background-color: #2d2c2e; }
-.view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop {
color: #d4d3d6; background-color: #282530; }
+.view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop {
color: #d5d5d6; background-color: #2f2e31; }
.view:backdrop:disabled, iconview:backdrop:disabled, .view text:backdrop:disabled, iconview
text:backdrop:disabled, textview text:backdrop:disabled { color: #656466; }
-.view:disabled, iconview:disabled, .view text:disabled, iconview text:disabled, textview text:disabled {
color: #969696; background-color: #353338; }
+.view:disabled, iconview:disabled, .view text:disabled, iconview text:disabled, textview text:disabled {
color: #969696; background-color: #383739; }
.view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus,
iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected,
textview text:selected { border-radius: 3px; }
-textview border { background-color: #323136; }
+textview border { background-color: #363537; }
.rubberband, rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.content-view .rubberband { border: 1px solid #0f3b71; background-color: rgba(15, 59, 113, 0.2); }
@@ -38,11 +38,11 @@ flowbox flowboxchild:selected { outline-offset: -2px; }
.content-view .tile { margin: 2px; background-color: black; border-radius: 0; padding: 0; }
-.content-view .tile:backdrop { background-color: #1c1a22; }
+.content-view .tile:backdrop { background-color: #232224; }
.content-view .tile:active, .content-view .tile:selected { background-color: #15539e; }
-.content-view .tile:disabled { background-color: #353338; }
+.content-view .tile:disabled { background-color: #383739; }
label { caret-color: currentColor; }
@@ -60,9 +60,9 @@ label:backdrop { color: #969696; }
.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, headerbar .subtitle { opacity: 0.55;
text-shadow: none; }
-assistant .sidebar { background-color: #26232d; border-top: 1px solid #252526; }
+assistant .sidebar { background-color: #2d2c2e; border-top: 1px solid #252526; }
-assistant .sidebar:backdrop { background-color: #282530; border-color: #2a2a2b; }
+assistant .sidebar:backdrop { background-color: #2f2e31; border-color: #2a2a2b; }
assistant.csd .sidebar { border-top-style: none; }
@@ -84,7 +84,7 @@ spinner:checked { opacity: 1; animation: spin 1s linear infinite; }
spinner:checked:disabled { opacity: 0.5; }
/**************** Text Entries * */
-spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px
solid; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white;
border-color: #252526; background-color: #26232d; box-shadow: inset 0 0 0 1px rgba(21, 83, 158, 0); }
+spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px
solid; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white;
border-color: #252526; background-color: #2d2c2e; box-shadow: inset 0 0 0 1px rgba(21, 83, 158, 0); }
spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }
@@ -98,11 +98,11 @@ spinbutton.flat:focus:not(.vertical), spinbutton.flat:backdrop:not(.vertical), s
spinbutton:focus:not(.vertical), entry:focus { box-shadow: inset 0 0 0 1px #15539e; border-color: #092444; }
-spinbutton:disabled:not(.vertical), entry:disabled { color: #969696; border-color: #252526;
background-color: #353338; box-shadow: none; }
+spinbutton:disabled:not(.vertical), entry:disabled { color: #969696; border-color: #252526;
background-color: #383739; box-shadow: none; }
-spinbutton:backdrop:not(.vertical), entry:backdrop { color: #d4d3d6; border-color: #2a2a2b;
background-color: #282530; box-shadow: none; transition: 200ms ease-out; }
+spinbutton:backdrop:not(.vertical), entry:backdrop { color: #d5d5d6; border-color: #2a2a2b;
background-color: #2f2e31; box-shadow: none; transition: 200ms ease-out; }
-spinbutton:backdrop:disabled:not(.vertical), entry:backdrop:disabled { color: #656466; border-color:
#2a2a2b; background-color: #353338; box-shadow: none; }
+spinbutton:backdrop:disabled:not(.vertical), entry:backdrop:disabled { color: #656466; border-color:
#2a2a2b; background-color: #383739; box-shadow: none; }
spinbutton.error:not(.vertical), entry.error { color: #cc0000; border-color: #1a0000; }
@@ -116,13 +116,13 @@ spinbutton.warning:focus:not(.vertical), entry.warning:focus { box-shadow: inset
spinbutton.warning:not(.vertical) selection, entry.warning selection { background-color: #f57900; }
-spinbutton:not(.vertical) image, entry image { color: #c6c5c6; }
+spinbutton:not(.vertical) image, entry image { color: #c7c7c6; }
spinbutton:not(.vertical) image:hover, entry image:hover { color: #eeeeec; }
spinbutton:not(.vertical) image:active, entry image:active { color: #15539e; }
-spinbutton:not(.vertical) image:backdrop, entry image:backdrop { color: #807f82; }
+spinbutton:not(.vertical) image:backdrop, entry image:backdrop { color: #818182; }
spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical),
entry:drop(active):focus, entry:drop(active) { border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; }
@@ -144,11 +144,11 @@ spinbutton:not(.vertical) progress:backdrop, entry progress:backdrop { backgroun
.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical),
.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) >
spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) >
entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + button,
.linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) >
spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + entry {
border-left-color: #4e9a06; }
-.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical >
spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical >
entry:not(:disabled) + entry:not(:disabled), .linked.vertical > entry:not(:disabled) +
spinbutton:not(:disabled):not(.vertical) { border-top-color: #26242b; }
+.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical >
spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical >
entry:not(:disabled) + entry:not(:disabled), .linked.vertical > entry:not(:disabled) +
spinbutton:not(:disabled):not(.vertical) { border-top-color: #2a2a2c; }
-.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop,
.linked.vertical > spinbutton:not(:disabled):not(.vertical) +
spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > entry:not(:disabled) +
entry:not(:disabled):backdrop, .linked.vertical > entry:not(:disabled) +
spinbutton:not(:disabled):backdrop:not(.vertical) { border-top-color: #29272e; }
+.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop,
.linked.vertical > spinbutton:not(:disabled):not(.vertical) +
spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > entry:not(:disabled) +
entry:not(:disabled):backdrop, .linked.vertical > entry:not(:disabled) +
spinbutton:not(:disabled):backdrop:not(.vertical) { border-top-color: #2e2d2f; }
-.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical
spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > entry:disabled +
spinbutton:disabled:not(.vertical), .linked.vertical > entry:disabled + entry:disabled { border-top-color:
#26242b; }
+.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical
spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > entry:disabled +
spinbutton:disabled:not(.vertical), .linked.vertical > entry:disabled + entry:disabled { border-top-color:
#2a2a2c; }
.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical),
.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry +
spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > entry + entry:focus:not(:only-child) {
border-top-color: #092444; }
@@ -162,27 +162,27 @@ spinbutton:not(.vertical) progress:backdrop, entry progress:backdrop { backgroun
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical),
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, .linked.vertical >
spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical >
spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical >
entry:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical >
entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-top-color:
#4e9a06; }
-treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #26232d;
transition-property: color, background; }
+treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #2d2c2e;
transition-property: color, background; }
-treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #26232d; }
+treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #2d2c2e; }
treeview entry.flat:focus, treeview entry:focus { border-color: #15539e; }
-.entry-tag { padding: 5px; margin-top: 2px; margin-bottom: 2px; border-style: none; color: #26232d;
background-color: #8a898d; }
+.entry-tag { padding: 5px; margin-top: 2px; margin-bottom: 2px; border-style: none; color: #2d2c2e;
background-color: #8d8d8d; }
:dir(ltr) .entry-tag { margin-left: 8px; margin-right: -5px; }
:dir(rtl) .entry-tag { margin-left: -5px; margin-right: 8px; }
-.entry-tag:hover { background-color: #a4a3a6; }
+.entry-tag:hover { background-color: #a7a7a7; }
-:backdrop .entry-tag { color: #282530; background-color: #5f5e63; }
+:backdrop .entry-tag { color: #2f2e31; background-color: #636263; }
-.entry-tag.button { background-color: transparent; color: rgba(38, 35, 45, 0.7); }
+.entry-tag.button { background-color: transparent; color: rgba(45, 44, 46, 0.7); }
-:not(:backdrop) .entry-tag.button:hover { border: 1px solid #8a898d; color: #26232d; }
+:not(:backdrop) .entry-tag.button:hover { border: 1px solid #8d8d8d; color: #2d2c2e; }
-:not(:backdrop) .entry-tag.button:active { background-color: #8a898d; color: rgba(38, 35, 45, 0.7); }
+:not(:backdrop) .entry-tag.button:active { background-color: #8d8d8d; color: rgba(45, 44, 46, 0.7); }
/*********** Buttons * */
@keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center,
0.01, to(#1f76e1), to(transparent)); }
@@ -204,25 +204,25 @@ notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, butto
notebook > header > tabs > arrow:backdrop label, button.sidebar-button:backdrop label,
button.titlebutton:backdrop label, notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop,
button.titlebutton:backdrop, notebook > header > tabs > arrow:backdrop label, button.titlebutton:backdrop
label, notebook > header > tabs > arrow:backdrop, button.titlebutton:backdrop, button:backdrop.flat label,
button:backdrop.flat, button:backdrop label, button:backdrop { color: #969696; }
-notebook > header > tabs > arrow:backdrop:active, button.sidebar-button:backdrop:active,
button.titlebutton:backdrop:active, notebook > header > tabs > arrow:backdrop:checked,
button.sidebar-button:backdrop:checked, button.titlebutton:backdrop:checked, notebook > header > tabs >
arrow:backdrop:active, button.titlebutton:backdrop:active, notebook > header > tabs > arrow:backdrop:checked,
button.titlebutton:backdrop:checked, button:backdrop.flat:active, button:backdrop.flat:checked,
button:backdrop:active, button:backdrop:checked { border-color: #2a2a2b; background-image: image(#313033);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+notebook > header > tabs > arrow:backdrop:active, button.sidebar-button:backdrop:active,
button.titlebutton:backdrop:active, notebook > header > tabs > arrow:backdrop:checked,
button.sidebar-button:backdrop:checked, button.titlebutton:backdrop:checked, notebook > header > tabs >
arrow:backdrop:active, button.titlebutton:backdrop:active, notebook > header > tabs > arrow:backdrop:checked,
button.titlebutton:backdrop:checked, button:backdrop.flat:active, button:backdrop.flat:checked,
button:backdrop:active, button:backdrop:checked { border-color: #2a2a2b; background-image: image(#323233);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
notebook > header > tabs > arrow:backdrop:active label, button.sidebar-button:backdrop:active label,
button.titlebutton:backdrop:active label, notebook > header > tabs > arrow:backdrop:active,
button.sidebar-button:backdrop:active, button.titlebutton:backdrop:active, notebook > header > tabs >
arrow:backdrop:checked label, button.sidebar-button:backdrop:checked label,
button.titlebutton:backdrop:checked label, notebook > header > tabs > arrow:backdrop:checked,
button.sidebar-button:backdrop:checked, button.titlebutton:backdrop:checked, notebook > header > tabs >
arrow:backdrop:active label, button.titlebutton:backdrop:active label, notebook > header > tabs >
arrow:backdrop:active, button.titlebutton:backdrop:active, notebook > header > tabs > arrow:backdrop:checked
label, button.titlebutton:backdrop:checked label, notebook > header > tabs > arrow:backdrop:checked,
button.titlebutton:backdrop:checked, button:backdrop.flat:active label, button:backdrop.flat:active,
button:back
drop.fla
t:checked label, button:backdrop.flat:checked, button:backdrop:active label, button:backdrop:active,
button:backdrop:checked label, button:backdrop:checked { color: #969696; }
-notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled,
button.titlebutton:backdrop:disabled, notebook > header > tabs > arrow:backdrop:disabled,
button.titlebutton:backdrop:disabled, button:backdrop.flat:disabled, button:backdrop:disabled { border-color:
#2a2a2b; background-image: image(#353338); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px
rgba(255, 255, 255, 0); }
+notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled,
button.titlebutton:backdrop:disabled, notebook > header > tabs > arrow:backdrop:disabled,
button.titlebutton:backdrop:disabled, button:backdrop.flat:disabled, button:backdrop:disabled { border-color:
#2a2a2b; background-image: image(#383739); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px
rgba(255, 255, 255, 0); }
notebook > header > tabs > arrow:backdrop:disabled label, button.sidebar-button:backdrop:disabled label,
button.titlebutton:backdrop:disabled label, notebook > header > tabs > arrow:backdrop:disabled,
button.sidebar-button:backdrop:disabled, button.titlebutton:backdrop:disabled, notebook > header > tabs >
arrow:backdrop:disabled label, button.titlebutton:backdrop:disabled label, notebook > header > tabs >
arrow:backdrop:disabled, button.titlebutton:backdrop:disabled, button:backdrop.flat:disabled label,
button:backdrop.flat:disabled, button:backdrop:disabled label, button:backdrop:disabled { color: #656466; }
-notebook > header > tabs > arrow:backdrop:disabled:active, button.sidebar-button:backdrop:disabled:active,
button.titlebutton:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked,
button.sidebar-button:backdrop:disabled:checked, button.titlebutton:backdrop:disabled:checked, notebook >
header > tabs > arrow:backdrop:disabled:active, button.titlebutton:backdrop:disabled:active, notebook >
header > tabs > arrow:backdrop:disabled:checked, button.titlebutton:backdrop:disabled:checked,
button:backdrop.flat:disabled:active, button:backdrop.flat:disabled:checked, button:backdrop:disabled:active,
button:backdrop:disabled:checked { border-color: #2a2a2b; background-image: image(#313033); box-shadow: inset
0 1px rgba(255, 255, 255, 0); }
+notebook > header > tabs > arrow:backdrop:disabled:active, button.sidebar-button:backdrop:disabled:active,
button.titlebutton:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked,
button.sidebar-button:backdrop:disabled:checked, button.titlebutton:backdrop:disabled:checked, notebook >
header > tabs > arrow:backdrop:disabled:active, button.titlebutton:backdrop:disabled:active, notebook >
header > tabs > arrow:backdrop:disabled:checked, button.titlebutton:backdrop:disabled:checked,
button:backdrop.flat:disabled:active, button:backdrop.flat:disabled:checked, button:backdrop:disabled:active,
button:backdrop:disabled:checked { border-color: #2a2a2b; background-image: image(#323233); box-shadow: inset
0 1px rgba(255, 255, 255, 0); }
notebook > header > tabs > arrow:backdrop:disabled:active label,
button.sidebar-button:backdrop:disabled:active label, button.titlebutton:backdrop:disabled:active label,
notebook > header > tabs > arrow:backdrop:disabled:checked label,
button.sidebar-button:backdrop:disabled:checked label, button.titlebutton:backdrop:disabled:checked label,
notebook > header > tabs > arrow:backdrop:disabled:active label, button.titlebutton:backdrop:disabled:active
label, notebook > header > tabs > arrow:backdrop:disabled:checked label,
button.titlebutton:backdrop:disabled:checked label, button:backdrop.flat:disabled:active label,
button:backdrop.flat:disabled:checked label, button:backdrop:disabled:active label,
button:backdrop:disabled:checked label { color: #656466; }
notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, button.titlebutton:backdrop,
notebook > header > tabs > arrow:disabled, button.sidebar-button:disabled, button.titlebutton:disabled,
notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled,
button.titlebutton:backdrop:disabled, button.flat:backdrop, button.flat:disabled,
button.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image:
none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }
-notebook > header > tabs > arrow:disabled, button.titlebutton:disabled, button:disabled { border-color:
#252526; background-image: image(#353338); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px
rgba(255, 255, 255, 0); }
+notebook > header > tabs > arrow:disabled, button.titlebutton:disabled, button:disabled { border-color:
#252526; background-image: image(#383739); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px
rgba(255, 255, 255, 0); }
notebook > header > tabs > arrow:disabled label, button.titlebutton:disabled label, notebook > header > tabs
arrow:disabled, button.titlebutton:disabled, button:disabled label, button:disabled { color: #969696; }
-notebook > header > tabs > arrow:disabled:active, button.titlebutton:disabled:active, notebook > header >
tabs > arrow:disabled:checked, button.titlebutton:disabled:checked, button:disabled:active,
button:disabled:checked { border-color: #252526; background-image: image(#2c2b2d); box-shadow: inset 0 1px
rgba(255, 255, 255, 0); }
+notebook > header > tabs > arrow:disabled:active, button.titlebutton:disabled:active, notebook > header >
tabs > arrow:disabled:checked, button.titlebutton:disabled:checked, button:disabled:active,
button:disabled:checked { border-color: #252526; background-image: image(#2d2d2e); box-shadow: inset 0 1px
rgba(255, 255, 255, 0); }
notebook > header > tabs > arrow:disabled:active label, button.titlebutton:disabled:active label, notebook >
header > tabs > arrow:disabled:active, button.titlebutton:disabled:active, notebook > header > tabs >
arrow:disabled:checked label, button.titlebutton:disabled:checked label, notebook > header > tabs >
arrow:disabled:checked, button.titlebutton:disabled:checked, button:disabled:active label,
button:disabled:active, button:disabled:checked label, button:disabled:checked { color: #969696; }
@@ -284,25 +284,25 @@ button.suggested-action:active, button.suggested-action:checked { color: white;
.selection-mode button.titlebutton:backdrop label, .selection-mode button.titlebutton:backdrop,
button.suggested-action:backdrop label, button.suggested-action:backdrop,
button.suggested-action.flat:backdrop label, button.suggested-action.flat:backdrop { color: #d0ddec; }
-.selection-mode button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked,
button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked,
button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { border-color:
#092444; background-image: image(#15437c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.selection-mode button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked,
button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked,
button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { border-color:
#092444; background-image: image(#16447c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.selection-mode button.titlebutton:backdrop:active label, .selection-mode
button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked label,
.selection-mode button.titlebutton:backdrop:checked, button.suggested-action:backdrop:active label,
button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked label,
button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active label,
button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked label,
button.suggested-action.flat:backdrop:checked { color: #d0d9e5; }
+.selection-mode button.titlebutton:backdrop:active label, .selection-mode
button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked label,
.selection-mode button.titlebutton:backdrop:checked, button.suggested-action:backdrop:active label,
button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked label,
button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active label,
button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked label,
button.suggested-action.flat:backdrop:checked { color: #d0dae5; }
-.selection-mode button.titlebutton:backdrop:disabled, button.suggested-action:backdrop:disabled,
button.suggested-action.flat:backdrop:disabled { border-color: #2a2a2b; background-image: image(#353338);
text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.selection-mode button.titlebutton:backdrop:disabled, button.suggested-action:backdrop:disabled,
button.suggested-action.flat:backdrop:disabled { border-color: #2a2a2b; background-image: image(#383739);
text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.selection-mode button.titlebutton:backdrop:disabled label, .selection-mode
button.titlebutton:backdrop:disabled, button.suggested-action:backdrop:disabled label,
button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled label,
button.suggested-action.flat:backdrop:disabled { color: #656466; }
-.selection-mode button.titlebutton:backdrop:disabled:active, .selection-mode
button.titlebutton:backdrop:disabled:checked, button.suggested-action:backdrop:disabled:active,
button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active,
button.suggested-action.flat:backdrop:disabled:checked { border-color: #092444; background-image:
image(#15437c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.selection-mode button.titlebutton:backdrop:disabled:active, .selection-mode
button.titlebutton:backdrop:disabled:checked, button.suggested-action:backdrop:disabled:active,
button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active,
button.suggested-action.flat:backdrop:disabled:checked { border-color: #092444; background-image:
image(#16447c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-.selection-mode button.titlebutton:backdrop:disabled:active label, .selection-mode
button.titlebutton:backdrop:disabled:checked label, button.suggested-action:backdrop:disabled:active label,
button.suggested-action:backdrop:disabled:checked label,
button.suggested-action.flat:backdrop:disabled:active label,
button.suggested-action.flat:backdrop:disabled:checked label { color: #6785aa; }
+.selection-mode button.titlebutton:backdrop:disabled:active label, .selection-mode
button.titlebutton:backdrop:disabled:checked label, button.suggested-action:backdrop:disabled:active label,
button.suggested-action:backdrop:disabled:checked label,
button.suggested-action.flat:backdrop:disabled:active label,
button.suggested-action.flat:backdrop:disabled:checked label { color: #6885aa; }
.selection-mode button.titlebutton:backdrop, .selection-mode button.titlebutton:disabled, .selection-mode
button.titlebutton:backdrop:disabled, button.suggested-action.flat:backdrop,
button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { border-color:
transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255,
255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(21, 83, 158, 0.8); }
-button.suggested-action:disabled { border-color: #252526; background-image: image(#353338); text-shadow:
none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+button.suggested-action:disabled { border-color: #252526; background-image: image(#383739); text-shadow:
none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
button.suggested-action:disabled label, button.suggested-action:disabled { color: #969696; }
-button.suggested-action:disabled:active, button.suggested-action:disabled:checked { border-color: #092444;
background-image: image(#143e73); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+button.suggested-action:disabled:active, button.suggested-action:disabled:checked { border-color: #092444;
background-image: image(#143f73); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
button.suggested-action:disabled:active label, button.suggested-action:disabled:active,
button.suggested-action:disabled:checked label, button.suggested-action:disabled:checked { color: #a1b2c7; }
@@ -328,27 +328,27 @@ button.destructive-action:backdrop, button.destructive-action.flat:backdrop { bo
button.destructive-action:backdrop label, button.destructive-action:backdrop,
button.destructive-action.flat:backdrop label, button.destructive-action.flat:backdrop { color: #f0d0d2; }
-button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked,
button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked {
border-color: #570b0e; background-image: image(#8b151c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked,
button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked {
border-color: #570b0e; background-image: image(#8c161c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
button.destructive-action:backdrop:active label, button.destructive-action:backdrop:active,
button.destructive-action:backdrop:checked label, button.destructive-action:backdrop:checked,
button.destructive-action.flat:backdrop:active label, button.destructive-action.flat:backdrop:active,
button.destructive-action.flat:backdrop:checked label, button.destructive-action.flat:backdrop:checked {
color: #e8d0d2; }
-button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled {
border-color: #2a2a2b; background-image: image(#353338); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled {
border-color: #2a2a2b; background-image: image(#383739); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
button.destructive-action:backdrop:disabled label, button.destructive-action:backdrop:disabled,
button.destructive-action.flat:backdrop:disabled label, button.destructive-action.flat:backdrop:disabled {
color: #656466; }
-button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked,
button.destructive-action.flat:backdrop:disabled:active,
button.destructive-action.flat:backdrop:disabled:checked { border-color: #570b0e; background-image:
image(#8b151c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked,
button.destructive-action.flat:backdrop:disabled:active,
button.destructive-action.flat:backdrop:disabled:checked { border-color: #570b0e; background-image:
image(#8c161c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-button.destructive-action:backdrop:disabled:active label,
button.destructive-action:backdrop:disabled:checked label,
button.destructive-action.flat:backdrop:disabled:active label,
button.destructive-action.flat:backdrop:disabled:checked label { color: #b4676b; }
+button.destructive-action:backdrop:disabled:active label,
button.destructive-action:backdrop:disabled:checked label,
button.destructive-action.flat:backdrop:disabled:active label,
button.destructive-action.flat:backdrop:disabled:checked label { color: #b5686b; }
button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled,
button.destructive-action.flat:backdrop:disabled { border-color: transparent; background-color: transparent;
background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow:
none; color: rgba(178, 22, 29, 0.8); }
-button.destructive-action:disabled { border-color: #252526; background-image: image(#353338); text-shadow:
none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+button.destructive-action:disabled { border-color: #252526; background-image: image(#383739); text-shadow:
none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
button.destructive-action:disabled label, button.destructive-action:disabled { color: #969696; }
-button.destructive-action:disabled:active, button.destructive-action:disabled:checked { border-color:
#570b0e; background-image: image(#82141a); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+button.destructive-action:disabled:active, button.destructive-action:disabled:checked { border-color:
#570b0e; background-image: image(#84151a); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
-button.destructive-action:disabled:active label, button.destructive-action:disabled:active,
button.destructive-action:disabled:checked label, button.destructive-action:disabled:checked { color:
#cda1a3; }
+button.destructive-action:disabled:active label, button.destructive-action:disabled:active,
button.destructive-action:disabled:checked label, button.destructive-action:disabled:checked { color:
#cea1a3; }
.osd button.destructive-action { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-color:
transparent; background-image: image(rgba(178, 22, 29, 0.5)); background-clip: padding-box; box-shadow: inset
0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color:
rgba(238, 238, 236, 0.3); }
@@ -400,11 +400,11 @@ button.circular:hover:not(:checked):not(:active):not(:disabled):not(:backdrop) {
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #eeeeec;
outline-color: rgba(238, 238, 236, 0.3); border-color: #252526; background-image: image(#282828); box-shadow:
inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }
-.inline-toolbar toolbutton > button:disabled { border-color: #252526; background-image: image(#353338);
text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.inline-toolbar toolbutton > button:disabled { border-color: #252526; background-image: image(#383739);
text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { color:
#969696; }
-.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
border-color: #252526; background-image: image(#2c2b2d); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
border-color: #252526; background-image: image(#2d2d2e); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton >
button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar
toolbutton > button:disabled:checked { color: #969696; }
@@ -412,15 +412,15 @@ button.circular:hover:not(:checked):not(:active):not(:disabled):not(:backdrop) {
.inline-toolbar toolbutton > button:backdrop label, .inline-toolbar toolbutton > button:backdrop { color:
#969696; }
-.inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked {
border-color: #2a2a2b; background-image: image(#313033); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked {
border-color: #2a2a2b; background-image: image(#323233); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:backdrop:active label, .inline-toolbar toolbutton >
button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked label, .inline-toolbar
toolbutton > button:backdrop:checked { color: #969696; }
-.inline-toolbar toolbutton > button:backdrop:disabled { border-color: #2a2a2b; background-image:
image(#353338); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.inline-toolbar toolbutton > button:backdrop:disabled { border-color: #2a2a2b; background-image:
image(#383739); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:backdrop:disabled label, .inline-toolbar toolbutton >
button:backdrop:disabled { color: #656466; }
-.inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton >
button:backdrop:disabled:checked { border-color: #2a2a2b; background-image: image(#313033); box-shadow: inset
0 1px rgba(255, 255, 255, 0); }
+.inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton >
button:backdrop:disabled:checked { border-color: #2a2a2b; background-image: image(#323233); box-shadow: inset
0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:backdrop:disabled:active label, .inline-toolbar toolbutton >
button:backdrop:disabled:checked label { color: #656466; }
@@ -497,7 +497,7 @@ spinbutton:not(.vertical) entry { min-width: 28px; margin: 0; background: none;
spinbutton:not(.vertical) entry:backdrop:disabled { background-color: transparent; }
-spinbutton:not(.vertical) button { min-height: 16px; margin: 0; padding-bottom: 0; padding-top: 0; color:
#dadad9; background-image: none; border-style: none none none solid; border-color: rgba(37, 37, 38, 0.3);
border-radius: 0; box-shadow: none; }
+spinbutton:not(.vertical) button { min-height: 16px; margin: 0; padding-bottom: 0; padding-top: 0; color:
#dbdbd9; background-image: none; border-style: none none none solid; border-color: rgba(37, 37, 38, 0.3);
border-radius: 0; box-shadow: none; }
spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; }
@@ -507,7 +507,7 @@ spinbutton:not(.vertical) button:disabled { color: rgba(150, 150, 150, 0.3); bac
spinbutton:not(.vertical) button:active { background-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 3px
-1px rgba(0, 0, 0, 0.2); }
-spinbutton:not(.vertical) button:backdrop { color: #8b8b8c; background-color: transparent; border-color:
rgba(42, 42, 43, 0.3); transition: 200ms ease-out; }
+spinbutton:not(.vertical) button:backdrop { color: #8c8c8c; background-color: transparent; border-color:
rgba(42, 42, 43, 0.3); transition: 200ms ease-out; }
spinbutton:not(.vertical) button:backdrop:disabled { color: rgba(101, 100, 102, 0.3); background-color:
transparent; border-style: none none none solid; }
@@ -616,25 +616,25 @@ searchbar > revealer > box { margin: -6px; padding: 6px; }
.selection-mode .titlebar:not(headerbar) button:backdrop.flat label, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat, .selection-mode .titlebar:not(headerbar) button:backdrop
label, .selection-mode .titlebar:not(headerbar) button:backdrop, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat label, .selection-mode.titlebar:not(headerbar) button:backdrop.flat,
.selection-mode.titlebar:not(headerbar) button:backdrop label, .selection-mode.titlebar:not(headerbar)
button:backdrop, .selection-mode headerbar button:backdrop.flat label, .selection-mode headerbar
button:backdrop.flat, .selection-mode headerbar button:backdrop label, .selection-mode headerbar
button:backdrop, headerbar.selection-mode button:backdrop.flat label, headerbar.selection-mode
button:backdrop.flat, headerbar.selection-mode button:backdrop label, headerbar.selection-mode
button:backdrop { color: #d0ddec; }
-.selection-mode .titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode .titlebar:not(headerbar)
button:backdrop:active, .selection-mode .titlebar:not(headerbar) button:backdrop:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:active,
.selection-mode.titlebar:not(headerbar) button:backdrop:checked, .selection-mode headerbar
button:backdrop.flat:active, .selection-mode headerbar button:backdrop.flat:checked, .selection-mode
headerbar button:backdrop:active, .selection-mode headerbar button:backdrop:checked, headerbar.selection-mode
button:backdrop.flat:active, headerbar.selection-mode button:backdrop.flat:checked, headerbar.selection-mode
button:backdrop:active, headerbar.selection-mode button:backdrop:checked { border-color: #092444; backg
round-im
age: image(#15437c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #092444; }
+.selection-mode .titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode .titlebar:not(headerbar)
button:backdrop:active, .selection-mode .titlebar:not(headerbar) button:backdrop:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:active,
.selection-mode.titlebar:not(headerbar) button:backdrop:checked, .selection-mode headerbar
button:backdrop.flat:active, .selection-mode headerbar button:backdrop.flat:checked, .selection-mode
headerbar button:backdrop:active, .selection-mode headerbar button:backdrop:checked, headerbar.selection-mode
button:backdrop.flat:active, headerbar.selection-mode button:backdrop.flat:checked, headerbar.selection-mode
button:backdrop:active, headerbar.selection-mode button:backdrop:checked { border-color: #092444; backg
round-im
age: image(#16447c); box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #092444; }
-.selection-mode .titlebar:not(headerbar) button:backdrop.flat:active label, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode .titlebar:not(headerbar)
button:backdrop.flat:checked label, .selection-mode .titlebar:not(headerbar) button:backdrop.flat:checked,
.selection-mode .titlebar:not(headerbar) button:backdrop:active label, .selection-mode
.titlebar:not(headerbar) button:backdrop:active, .selection-mode .titlebar:not(headerbar)
button:backdrop:checked label, .selection-mode .titlebar:not(headerbar) button:backdrop:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:active label,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:checked label, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop:active label, .selection-mode.titlebar:not(headerbar)
button:backdrop:activ
e, .sele
ction-mode.titlebar:not(headerbar) button:backdrop:checked label, .selection-mode.titlebar:not(headerbar)
button:backdrop:checked, .selection-mode headerbar button:backdrop.flat:active label, .selection-mode
headerbar button:backdrop.flat:active, .selection-mode headerbar button:backdrop.flat:checked label,
.selection-mode headerbar button:backdrop.flat:checked, .selection-mode headerbar button:backdrop:active
label, .selection-mode headerbar button:backdrop:active, .selection-mode headerbar button:backdrop:checked
label, .selection-mode headerbar button:backdrop:checked, headerbar.selection-mode
button:backdrop.flat:active label, headerbar.selection-mode button:backdrop.flat:active,
headerbar.selection-mode button:backdrop.flat:checked label, headerbar.selection-mode
button:backdrop.flat:checked, headerbar.selection-mode button:backdrop:active label, headerbar.selection-mode
button:backdrop:active, headerbar.selection-mode button:backdrop:checked label, headerbar.selection-
mode but
ton:backdrop:checked { color: #d0d9e5; }
+.selection-mode .titlebar:not(headerbar) button:backdrop.flat:active label, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode .titlebar:not(headerbar)
button:backdrop.flat:checked label, .selection-mode .titlebar:not(headerbar) button:backdrop.flat:checked,
.selection-mode .titlebar:not(headerbar) button:backdrop:active label, .selection-mode
.titlebar:not(headerbar) button:backdrop:active, .selection-mode .titlebar:not(headerbar)
button:backdrop:checked label, .selection-mode .titlebar:not(headerbar) button:backdrop:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:active label,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:checked label, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop:active label, .selection-mode.titlebar:not(headerbar)
button:backdrop:activ
e, .sele
ction-mode.titlebar:not(headerbar) button:backdrop:checked label, .selection-mode.titlebar:not(headerbar)
button:backdrop:checked, .selection-mode headerbar button:backdrop.flat:active label, .selection-mode
headerbar button:backdrop.flat:active, .selection-mode headerbar button:backdrop.flat:checked label,
.selection-mode headerbar button:backdrop.flat:checked, .selection-mode headerbar button:backdrop:active
label, .selection-mode headerbar button:backdrop:active, .selection-mode headerbar button:backdrop:checked
label, .selection-mode headerbar button:backdrop:checked, headerbar.selection-mode
button:backdrop.flat:active label, headerbar.selection-mode button:backdrop.flat:active,
headerbar.selection-mode button:backdrop.flat:checked label, headerbar.selection-mode
button:backdrop.flat:checked, headerbar.selection-mode button:backdrop:active label, headerbar.selection-mode
button:backdrop:active, headerbar.selection-mode button:backdrop:checked label, headerbar.selection-
mode but
ton:backdrop:checked { color: #d0dae5; }
-.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode
.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled,
.selection-mode headerbar button:backdrop.flat:disabled, .selection-mode headerbar button:backdrop:disabled,
headerbar.selection-mode button:backdrop.flat:disabled, headerbar.selection-mode button:backdrop:disabled {
border-color: #092444; background-image: image(#184c8d); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #092444; }
+.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode
.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled,
.selection-mode headerbar button:backdrop.flat:disabled, .selection-mode headerbar button:backdrop:disabled,
headerbar.selection-mode button:backdrop.flat:disabled, headerbar.selection-mode button:backdrop:disabled {
border-color: #092444; background-image: image(#194d8d); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #092444; }
-.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled label, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode .titlebar:not(headerbar)
button:backdrop:disabled label, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled label,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled label,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode headerbar
button:backdrop.flat:disabled label, .selection-mode headerbar button:backdrop.flat:disabled, .selection-mode
headerbar button:backdrop:disabled label, .selection-mode headerbar button:backdrop:disabled,
headerbar.selection-mode button:backdrop.flat:disabled label, headerbar.selection-mode
button:backdrop.flat:disabled, headerbar.selection-mode button:backdrop:disabled label, headerba
r.select
ion-mode button:backdrop:disabled { color: #698bb5; }
+.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled label, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode .titlebar:not(headerbar)
button:backdrop:disabled label, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled label,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled label,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode headerbar
button:backdrop.flat:disabled label, .selection-mode headerbar button:backdrop.flat:disabled, .selection-mode
headerbar button:backdrop:disabled label, .selection-mode headerbar button:backdrop:disabled,
headerbar.selection-mode button:backdrop.flat:disabled label, headerbar.selection-mode
button:backdrop.flat:disabled, headerbar.selection-mode button:backdrop:disabled label, headerba
r.select
ion-mode button:backdrop:disabled { color: #6a8bb5; }
-.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode .titlebar:not(headerbar)
button:backdrop:disabled:active, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:active,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked, .selection-mode headerbar
button:backdrop.flat:disabled:active, .selection-mode headerbar button:backdrop.flat:disabled:checked,
.selection-mode headerbar button:backdrop:disabled:active, .selection-mode headerbar
button:backdrop:disabled:checked, headerbar.selection-mode button:backdrop.flat:disabled:active,
headerbar.selection-mode button:backdrop.flat:disabled:checked, he
aderbar.
selection-mode button:backdrop:disabled:active, headerbar.selection-mode button:backdrop:disabled:checked {
border-color: #092444; background-image: image(#15437c); box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #092444; }
+.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode .titlebar:not(headerbar)
button:backdrop:disabled:active, .selection-mode .titlebar:not(headerbar) button:backdrop:disabled:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:active,
.selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:checked,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active,
.selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked, .selection-mode headerbar
button:backdrop.flat:disabled:active, .selection-mode headerbar button:backdrop.flat:disabled:checked,
.selection-mode headerbar button:backdrop:disabled:active, .selection-mode headerbar
button:backdrop:disabled:checked, headerbar.selection-mode button:backdrop.flat:disabled:active,
headerbar.selection-mode button:backdrop.flat:disabled:checked, he
aderbar.
selection-mode button:backdrop:disabled:active, headerbar.selection-mode button:backdrop:disabled:checked {
border-color: #092444; background-image: image(#16447c); box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #092444; }
-.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:active label, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:disabled:checked label, .selection-mode
.titlebar:not(headerbar) button:backdrop:disabled:active label, .selection-mode .titlebar:not(headerbar)
button:backdrop:disabled:checked label, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:disabled:active label, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:disabled:checked label, .selection-mode.titlebar:not(headerbar)
button:backdrop:disabled:active label, .selection-mode.titlebar:not(headerbar)
button:backdrop:disabled:checked label, .selection-mode headerbar button:backdrop.flat:disabled:active label,
.selection-mode headerbar button:backdrop.flat:disabled:checked label, .selection-mode headerbar
button:backdrop:disabled:active label, .selection-mode headerbar button:backdrop:disabled:checked label,
headerbar.selection-mode button:backdrop.flat:disabled:ac
tive lab
el, headerbar.selection-mode button:backdrop.flat:disabled:checked label, headerbar.selection-mode
button:backdrop:disabled:active label, headerbar.selection-mode button:backdrop:disabled:checked label {
color: #6785aa; }
+.selection-mode .titlebar:not(headerbar) button:backdrop.flat:disabled:active label, .selection-mode
.titlebar:not(headerbar) button:backdrop.flat:disabled:checked label, .selection-mode
.titlebar:not(headerbar) button:backdrop:disabled:active label, .selection-mode .titlebar:not(headerbar)
button:backdrop:disabled:checked label, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:disabled:active label, .selection-mode.titlebar:not(headerbar)
button:backdrop.flat:disabled:checked label, .selection-mode.titlebar:not(headerbar)
button:backdrop:disabled:active label, .selection-mode.titlebar:not(headerbar)
button:backdrop:disabled:checked label, .selection-mode headerbar button:backdrop.flat:disabled:active label,
.selection-mode headerbar button:backdrop.flat:disabled:checked label, .selection-mode headerbar
button:backdrop:disabled:active label, .selection-mode headerbar button:backdrop:disabled:checked label,
headerbar.selection-mode button:backdrop.flat:disabled:ac
tive lab
el, headerbar.selection-mode button:backdrop.flat:disabled:checked label, headerbar.selection-mode
button:backdrop:disabled:active label, headerbar.selection-mode button:backdrop:disabled:checked label {
color: #6885aa; }
.selection-mode .titlebar:not(headerbar) button.flat:backdrop, .selection-mode .titlebar:not(headerbar)
button.flat:disabled, .selection-mode .titlebar:not(headerbar) button.flat:backdrop:disabled,
.selection-mode.titlebar:not(headerbar) button.flat:backdrop, .selection-mode.titlebar:not(headerbar)
button.flat:disabled, .selection-mode.titlebar:not(headerbar) button.flat:backdrop:disabled, .selection-mode
headerbar button.flat:backdrop, .selection-mode headerbar button.flat:disabled, .selection-mode headerbar
button.flat:backdrop:disabled, headerbar.selection-mode button.flat:backdrop, headerbar.selection-mode
button.flat:disabled, headerbar.selection-mode button.flat:backdrop:disabled { border-color: transparent;
background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none; -gtk-icon-shadow: none; }
-.selection-mode .titlebar:not(headerbar) button:disabled, .selection-mode.titlebar:not(headerbar)
button:disabled, .selection-mode headerbar button:disabled, headerbar.selection-mode button:disabled {
border-color: #092444; background-image: image(#184c8d); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.selection-mode .titlebar:not(headerbar) button:disabled, .selection-mode.titlebar:not(headerbar)
button:disabled, .selection-mode headerbar button:disabled, headerbar.selection-mode button:disabled {
border-color: #092444; background-image: image(#194d8d); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.selection-mode .titlebar:not(headerbar) button:disabled label, .selection-mode .titlebar:not(headerbar)
button:disabled, .selection-mode.titlebar:not(headerbar) button:disabled label,
.selection-mode.titlebar:not(headerbar) button:disabled, .selection-mode headerbar button:disabled label,
.selection-mode headerbar button:disabled, headerbar.selection-mode button:disabled label,
headerbar.selection-mode button:disabled { color: #8ca6c6; }
-.selection-mode .titlebar:not(headerbar) button:disabled:active, .selection-mode .titlebar:not(headerbar)
button:disabled:checked, .selection-mode.titlebar:not(headerbar) button:disabled:active,
.selection-mode.titlebar:not(headerbar) button:disabled:checked, .selection-mode headerbar
button:disabled:active, .selection-mode headerbar button:disabled:checked, headerbar.selection-mode
button:disabled:active, headerbar.selection-mode button:disabled:checked { border-color: #092444;
background-image: image(#143e73); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+.selection-mode .titlebar:not(headerbar) button:disabled:active, .selection-mode .titlebar:not(headerbar)
button:disabled:checked, .selection-mode.titlebar:not(headerbar) button:disabled:active,
.selection-mode.titlebar:not(headerbar) button:disabled:checked, .selection-mode headerbar
button:disabled:active, .selection-mode headerbar button:disabled:checked, headerbar.selection-mode
button:disabled:active, headerbar.selection-mode button:disabled:checked { border-color: #092444;
background-image: image(#143f73); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.selection-mode .titlebar:not(headerbar) button:disabled:active label, .selection-mode
.titlebar:not(headerbar) button:disabled:active, .selection-mode .titlebar:not(headerbar)
button:disabled:checked label, .selection-mode .titlebar:not(headerbar) button:disabled:checked,
.selection-mode.titlebar:not(headerbar) button:disabled:active label, .selection-mode.titlebar:not(headerbar)
button:disabled:active, .selection-mode.titlebar:not(headerbar) button:disabled:checked label,
.selection-mode.titlebar:not(headerbar) button:disabled:checked, .selection-mode headerbar
button:disabled:active label, .selection-mode headerbar button:disabled:active, .selection-mode headerbar
button:disabled:checked label, .selection-mode headerbar button:disabled:checked, headerbar.selection-mode
button:disabled:active label, headerbar.selection-mode button:disabled:active, headerbar.selection-mode
button:disabled:checked label, headerbar.selection-mode button:disabled:checked { color: #a1b2c7; }
@@ -644,7 +644,7 @@ searchbar > revealer > box { margin: -6px; padding: 6px; }
.selection-mode .titlebar:not(headerbar) button.suggested-action:active,
.selection-mode.titlebar:not(headerbar) button.suggested-action:active, .selection-mode headerbar
button.suggested-action:active, headerbar.selection-mode button.suggested-action:active { color: #eeeeec;
outline-color: rgba(238, 238, 236, 0.3); border-color: #252526; background-image: image(#282828); box-shadow:
inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; border-color: #092444; }
-.selection-mode .titlebar:not(headerbar) button.suggested-action:disabled,
.selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode headerbar
button.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled { border-color:
#252526; background-image: image(#353338); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px
rgba(255, 255, 255, 0); border-color: #092444; }
+.selection-mode .titlebar:not(headerbar) button.suggested-action:disabled,
.selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode headerbar
button.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled { border-color:
#252526; background-image: image(#383739); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px
rgba(255, 255, 255, 0); border-color: #092444; }
.selection-mode .titlebar:not(headerbar) button.suggested-action:disabled label, .selection-mode
.titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode.titlebar:not(headerbar)
button.suggested-action:disabled label, .selection-mode.titlebar:not(headerbar)
button.suggested-action:disabled, .selection-mode headerbar button.suggested-action:disabled label,
.selection-mode headerbar button.suggested-action:disabled, headerbar.selection-mode
button.suggested-action:disabled label, headerbar.selection-mode button.suggested-action:disabled { color:
#969696; }
@@ -652,7 +652,7 @@ searchbar > revealer > box { margin: -6px; padding: 6px; }
.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop label, .selection-mode
.titlebar:not(headerbar) button.suggested-action:backdrop, .selection-mode.titlebar:not(headerbar)
button.suggested-action:backdrop label, .selection-mode.titlebar:not(headerbar)
button.suggested-action:backdrop, .selection-mode headerbar button.suggested-action:backdrop label,
.selection-mode headerbar button.suggested-action:backdrop, headerbar.selection-mode
button.suggested-action:backdrop label, headerbar.selection-mode button.suggested-action:backdrop { color:
#969696; }
-.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop:disabled,
.selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode headerbar
button.suggested-action:backdrop:disabled, headerbar.selection-mode button.suggested-action:backdrop:disabled
{ border-color: #2a2a2b; background-image: image(#353338); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #092444; }
+.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop:disabled,
.selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode headerbar
button.suggested-action:backdrop:disabled, headerbar.selection-mode button.suggested-action:backdrop:disabled
{ border-color: #2a2a2b; background-image: image(#383739); text-shadow: none; -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #092444; }
.selection-mode .titlebar:not(headerbar) button.suggested-action:backdrop:disabled label, .selection-mode
.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode.titlebar:not(headerbar)
button.suggested-action:backdrop:disabled label, .selection-mode.titlebar:not(headerbar)
button.suggested-action:backdrop:disabled, .selection-mode headerbar
button.suggested-action:backdrop:disabled label, .selection-mode headerbar
button.suggested-action:backdrop:disabled, headerbar.selection-mode button.suggested-action:backdrop:disabled
label, headerbar.selection-mode button.suggested-action:backdrop:disabled { color: #656466; }
@@ -712,7 +712,7 @@ window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #3f3
.path-bar button.slider-button { padding-left: 0; padding-right: 0; }
/************** Tree Views * */
-treeview.view { border-left-color: #8a898d; border-top-color: #3f3e40; }
+treeview.view { border-left-color: #8d8d8d; border-top-color: #3f3e40; }
* { -GtkTreeView-horizontal-separator: 4; -GtkTreeView-grid-line-width: 1; -GtkTreeView-grid-line-pattern:
''; -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; }
@@ -724,7 +724,7 @@ treeview.view:disabled { color: #969696; }
treeview.view:disabled:selected { color: #7398c5; }
-treeview.view:disabled:selected:backdrop { color: #4e79af; }
+treeview.view:disabled:selected:backdrop { color: #4f7aaf; }
treeview.view:disabled:backdrop { color: #656466; }
@@ -740,7 +740,7 @@ treeview.view:drop(active).after { border-top-style: none; }
treeview.view:drop(active).before { border-bottom-style: none; }
-treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); color: #bebdc0; }
+treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); color: silver; }
treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
@@ -750,31 +750,31 @@ treeview.view.expander:selected { color: #b9cbe2; }
treeview.view.expander:selected:hover { color: #ffffff; }
-treeview.view.expander:selected:backdrop { color: #9badc5; }
+treeview.view.expander:selected:backdrop { color: #9baec5; }
treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
-treeview.view.expander:backdrop { color: #757477; }
+treeview.view.expander:backdrop { color: #777778; }
treeview.view.progressbar { border: 1px solid #092444; border-radius: 4px; background-color: #15539e;
background-image: linear-gradient(to bottom, #15539e, #0f3b71); box-shadow: inset 0 1px rgba(255, 255, 255,
0.15), 0 1px rgba(0, 0, 0, 0.1); }
-treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { border-radius: 4px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); background-image: linear-gradient(to bottom, #26232d,
#0e0d10); }
+treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { border-radius: 4px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); background-image: linear-gradient(to bottom, #2d2c2e,
#131314); }
-treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop {
border-color: #282530; background-color: #282530; }
+treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop {
border-color: #2f2e31; background-color: #2f2e31; }
-treeview.view.progressbar:backdrop { border-color: #282530; background-image: none; box-shadow: none; }
+treeview.view.progressbar:backdrop { border-color: #2f2e31; background-image: none; box-shadow: none; }
treeview.view.trough { background-color: rgba(238, 238, 236, 0.1); border-radius: 4px; }
treeview.view.trough:selected:focus, treeview.view.trough:selected { background-color: #0f3b71;
border-radius: 4px; }
-treeview.view header button { color: #8a898d; background-color: #26232d; font-weight: bold; text-shadow:
none; box-shadow: none; }
+treeview.view header button { color: #8d8d8d; background-color: #2d2c2e; font-weight: bold; text-shadow:
none; box-shadow: none; }
-treeview.view header button:hover { color: #bcbcbd; box-shadow: none; transition: none; }
+treeview.view header button:hover { color: #bebebd; box-shadow: none; transition: none; }
treeview.view header button:active { color: #eeeeec; transition: none; }
-treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover,
treeview.view button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected,
treeview.view header.button.dnd:hover, treeview.view header.button.dnd { padding: 0 6px; color: #26232d;
background-image: none; background-color: #15539e; border-style: none; border-radius: 0; box-shadow: inset 0
0 0 1px #26232d; text-shadow: none; transition: none; }
+treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover,
treeview.view button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected,
treeview.view header.button.dnd:hover, treeview.view header.button.dnd { padding: 0 6px; color: #2d2c2e;
background-image: none; background-color: #15539e; border-style: none; border-radius: 0; box-shadow: inset 0
0 0 1px #2d2c2e; text-shadow: none; transition: none; }
treeview.view acceleditor > label { background-color: #15539e; }
@@ -782,7 +782,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he
treeview.view header button:disabled { border-color: #3f3e40; background-image: none; }
-treeview.view header button:backdrop { color: #6a6a6b; border-color: #3f3e40; border-style: none solid solid
none; background-image: none; background-color: #282530; }
+treeview.view header button:backdrop { color: #6a6a6b; border-color: #3f3e40; border-style: none solid solid
none; background-image: none; background-color: #2f2e31; }
treeview.view header button:backdrop:disabled { border-color: #3f3e40; background-image: none; }
@@ -805,11 +805,11 @@ menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #969696; box-
.background.popup { background-color: transparent; }
-menu, .menu, .context-menu { margin: 4px; padding: 8px 0px; background-color: #2b2831; border: 1px solid
#252526; border-radius: 5px; }
+menu, .menu, .context-menu { margin: 4px; padding: 8px 0px; background-color: #303032; border: 1px solid
#252526; border-radius: 5px; }
.csd menu, .csd .menu, .csd .context-menu { border: none; }
-menu:backdrop, .menu:backdrop, .context-menu:backdrop { background-color: #2d2a33; }
+menu:backdrop, .menu:backdrop, .context-menu:backdrop { background-color: #323234; }
menu menuitem, .menu menuitem, .context-menu menuitem { min-height: 16px; min-width: 40px; padding: 4px 6px;
text-shadow: none; }
@@ -829,15 +829,15 @@ menu menuitem arrow:dir(rtl), .menu menuitem arrow:dir(rtl), .context-menu menui
menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), .menu menuitem label:dir(rtl), .menu menuitem
label:dir(ltr), .context-menu menuitem label:dir(rtl), .context-menu menuitem label:dir(ltr) { color:
inherit; }
-menu > arrow, .menu > arrow, .context-menu > arrow { border-color: transparent; background-color:
transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none;
-gtk-icon-shadow: none; min-height: 16px; min-width: 16px; padding: 4px; background-color: #2b2831;
border-radius: 0; }
+menu > arrow, .menu > arrow, .context-menu > arrow { border-color: transparent; background-color:
transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none;
-gtk-icon-shadow: none; min-height: 16px; min-width: 16px; padding: 4px; background-color: #303032;
border-radius: 0; }
-menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { margin-top: -6px; border-bottom: 1px solid
#3a3740; border-top-right-radius: 5px; border-top-left-radius: 5px; -gtk-icon-source:
-gtk-icontheme("pan-up-symbolic"); }
+menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { margin-top: -6px; border-bottom: 1px solid
#403f41; border-top-right-radius: 5px; border-top-left-radius: 5px; -gtk-icon-source:
-gtk-icontheme("pan-up-symbolic"); }
-menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { margin-bottom: -6px; border-top:
1px solid #3a3740; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -gtk-icon-source:
-gtk-icontheme("pan-down-symbolic"); }
+menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { margin-bottom: -6px; border-top:
1px solid #403f41; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -gtk-icon-source:
-gtk-icontheme("pan-down-symbolic"); }
-menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { background-color: #3a3740; }
+menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { background-color: #403f41; }
-menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { background-color: #2d2a33; }
+menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { background-color: #323234; }
menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { color: transparent;
background-color: transparent; border-color: transparent; }
@@ -995,12 +995,12 @@ notebook > header.top tab { padding-bottom: 4px; }
notebook > header.bottom tab { padding-top: 4px; }
-notebook > stack:not(:only-child) { background-color: #26232d; }
+notebook > stack:not(:only-child) { background-color: #2d2c2e; }
-notebook > stack:not(:only-child):backdrop { background-color: #282530; }
+notebook > stack:not(:only-child):backdrop { background-color: #2f2e31; }
/************** Scrollbars * */
-scrollbar { background-color: #323136; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
+scrollbar { background-color: #363537; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
* { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; }
@@ -1077,13 +1077,13 @@ switch { font-weight: bold; font-size: smaller; outline-offset: -4px; border: 1p
switch:checked { color: #ffffff; border-color: #092444; background-color: #15539e; text-shadow: 0 1px
rgba(9, 36, 68, 0.5), 0 0 2px rgba(255, 255, 255, 0.6); }
-switch:disabled { color: #969696; border-color: #252526; background-color: #353338; text-shadow: none; }
+switch:disabled { color: #969696; border-color: #252526; background-color: #383739; text-shadow: none; }
switch:backdrop { color: #969696; border-color: #2a2a2b; background-color: #383738; text-shadow: none;
transition: 200ms ease-out; }
switch:backdrop:checked { border-color: #092444; background-color: #15539e; }
-switch:backdrop:disabled { color: #656466; border-color: #2a2a2b; background-color: #353338; }
+switch:backdrop:disabled { color: #656466; border-color: #2a2a2b; background-color: #383739; }
switch slider { margin: -1px; min-width: 24px; min-height: 24px; border: 1px solid; border-radius: 50%;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -gtk-outline-radius: 20px; color: #eeeeec;
outline-color: rgba(238, 238, 236, 0.3); border-color: #111111; text-shadow: 0 -1px rgba(0, 0, 0, 0.802353);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.802353); background-image: linear-gradient(to bottom, #373738 20%,
#302f30 90%); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -2px #353435, inset 0 -1px #282828,
0 1px rgba(0, 0, 0, 0.1); }
@@ -1091,7 +1091,7 @@ switch:hover slider { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); b
switch:checked slider { border: 1px solid #092444; }
-switch:disabled slider { border-color: #252526; background-image: image(#353338); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+switch:disabled slider { border-color: #252526; background-image: image(#383739); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
switch:disabled slider label, switch:disabled slider { color: #969696; }
@@ -1101,7 +1101,7 @@ switch:backdrop slider label, switch:backdrop slider { color: #969696; }
switch:backdrop:checked slider { border-color: #092444; }
-switch:backdrop:disabled slider { border-color: #2a2a2b; background-image: image(#353338); text-shadow:
none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+switch:backdrop:disabled slider { border-color: #2a2a2b; background-image: image(#383739); text-shadow:
none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
switch:backdrop:disabled slider label, switch:backdrop:disabled slider { color: #656466; }
@@ -1140,7 +1140,7 @@ check:hover, radio:hover { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.
check:active, radio:active { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); border-color: #252526;
background-image: image(#282828); box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none;
-gtk-icon-shadow: none; }
-check:disabled, radio:disabled { border-color: #252526; background-image: image(#353338); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+check:disabled, radio:disabled { border-color: #252526; background-image: image(#383739); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
check:disabled label, check:disabled, radio:disabled label, radio:disabled { color: #969696; }
@@ -1148,7 +1148,7 @@ check:backdrop, radio:backdrop { border-color: #2a2a2b; background-image: image(
check:backdrop label, check:backdrop, radio:backdrop label, radio:backdrop { color: #969696; }
-check:backdrop:disabled, radio:backdrop:disabled { border-color: #2a2a2b; background-image: image(#353338);
text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+check:backdrop:disabled, radio:backdrop:disabled { border-color: #2a2a2b; background-image: image(#383739);
text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
check:backdrop:disabled label, check:backdrop:disabled, radio:backdrop:disabled label,
radio:backdrop:disabled { color: #656466; }
@@ -1199,11 +1199,11 @@ treeview.view check:backdrop:selected, treeview.view check:backdrop, treeview.vi
/************ GtkScale * */
scale trough, scale fill, progressbar trough { border: 1px solid #252526; border-radius: 3px;
background-color: #323233; }
-scale trough:disabled, scale fill:disabled, progressbar trough:disabled { background-color: #353338; }
+scale trough:disabled, scale fill:disabled, progressbar trough:disabled { background-color: #383739; }
scale trough:backdrop, scale fill:backdrop, progressbar trough:backdrop { background-color: #383738;
border-color: #2a2a2b; transition: 200ms ease-out; }
-scale trough:backdrop:disabled, scale fill:backdrop:disabled, progressbar trough:backdrop:disabled {
background-color: #353338; }
+scale trough:backdrop:disabled, scale fill:backdrop:disabled, progressbar trough:backdrop:disabled {
background-color: #383739; }
row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled,
scale row:selected fill:disabled, row:selected progressbar trough:disabled, progressbar row:selected
trough:disabled, row:selected scale trough, scale row:selected trough, row:selected scale fill, scale
row:selected fill, row:selected progressbar trough, progressbar row:selected trough { border-color: #092444; }
@@ -1255,7 +1255,7 @@ scale slider:hover { color: #eeeeec; outline-color: rgba(238, 238, 236, 0.3); bo
scale slider:active { border-color: #092444; }
-scale slider:disabled { border-color: #252526; background-image: image(#353338); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+scale slider:disabled { border-color: #252526; background-image: image(#383739); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
scale slider:disabled label, scale slider:disabled { color: #969696; }
@@ -1263,7 +1263,7 @@ scale slider:backdrop { transition: 200ms ease-out; border-color: #2a2a2b; backg
scale slider:backdrop label, scale slider:backdrop { color: #969696; }
-scale slider:backdrop:disabled { border-color: #2a2a2b; background-image: image(#353338); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+scale slider:backdrop:disabled { border-color: #2a2a2b; background-image: image(#383739); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
scale slider:backdrop:disabled label, scale slider:backdrop:disabled { color: #656466; }
@@ -1487,9 +1487,9 @@ levelbar.vertical.discrete block { margin: 1px 0; min-height: 32px; }
levelbar:backdrop { transition: 200ms ease-out; }
-levelbar trough { border: 1px solid; padding: 2px; border-radius: 3px; color: white; border-color: #252526;
background-color: #26232d; box-shadow: inset 0 0 0 1px rgba(21, 83, 158, 0); }
+levelbar trough { border: 1px solid; padding: 2px; border-radius: 3px; color: white; border-color: #252526;
background-color: #2d2c2e; box-shadow: inset 0 0 0 1px rgba(21, 83, 158, 0); }
-levelbar trough:backdrop { color: #d4d3d6; border-color: #2a2a2b; background-color: #282530; box-shadow:
none; }
+levelbar trough:backdrop { color: #d5d5d6; border-color: #2a2a2b; background-color: #2f2e31; box-shadow:
none; }
levelbar block { border: 1px solid; border-radius: 1px; }
@@ -1553,7 +1553,7 @@ scrolledwindow undershoot.left { background-color: transparent; padding-left: 1p
scrolledwindow undershoot.right { background-color: transparent; padding-right: 1px; background-size: 1px
10px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; border:
none; box-shadow: none; box-shadow: inset -2px 0 0 rgba(20, 20, 20, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2); }
-scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #252526 1px,
transparent 1px) 0 0 0 1/0 1px stretch; background-color: #323136; }
+scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #252526 1px,
transparent 1px) 0 0 0 1/0 1px stretch; background-color: #363537; }
scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; }
@@ -1562,9 +1562,9 @@ scrolledwindow junction:backdrop { border-image-source: linear-gradient(to botto
separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }
/********* Lists * */
-list { color: white; background-color: #26232d; border-color: #252526; }
+list { color: white; background-color: #2d2c2e; border-color: #252526; }
-list:backdrop { background-color: #282530; border-color: #2a2a2b; }
+list:backdrop { background-color: #2f2e31; border-color: #2a2a2b; }
list row { padding: 2px; }
@@ -1627,7 +1627,7 @@ calendar.highlight { color: #969696; }
calendar.highlight:backdrop { color: #656466; }
-calendar:backdrop { color: #d4d3d6; border-color: #2a2a2b; }
+calendar:backdrop { color: #d5d5d6; border-color: #2a2a2b; }
calendar:indeterminate { color: alpha(currentColor,0.1); }
@@ -1651,13 +1651,13 @@ filechooser #pathbarbox { border-bottom: 1px solid #3f3e40; }
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
/*********** Sidebar * */
-.sidebar { border-style: none; background-color: #323136; }
+.sidebar { border-style: none; background-color: #363537; }
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list,
.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) {
border-right: 1px solid #252526; border-left-style: none; }
stacksidebar.sidebar:dir(rtl) list .sidebar:not(separator):dir(rtl), stacksidebar.sidebar.right list
.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid #252526;
border-right-style: none; }
-.sidebar:backdrop { background-color: #333238; border-color: #2a2a2b; transition: 200ms ease-out; }
+.sidebar:backdrop { background-color: #373638; border-color: #2a2a2b; transition: 200ms ease-out; }
.sidebar list { background-color: transparent; }
@@ -1690,7 +1690,7 @@ placessidebar row:disabled { color: #969696; }
placessidebar row:backdrop { color: #969696; }
-placessidebar row:backdrop:selected { color: #d4d3d6; }
+placessidebar row:backdrop:selected { color: #d5d5d6; }
placessidebar row:backdrop:disabled { color: #656466; }
@@ -1764,7 +1764,7 @@ infobar.info button:hover, infobar.question button:hover, infobar.warning button
infobar.info button:active, infobar.info button:checked, infobar.question button:active, infobar.question
button:checked, infobar.warning button:active, infobar.warning button:checked, infobar.error button:active,
infobar.error button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color:
#092444; background-image: image(#103e75); box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none;
-gtk-icon-shadow: none; }
-infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled,
infobar.error button:disabled { border-color: #092444; background-image: image(#184c8d); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled,
infobar.error button:disabled { border-color: #092444; background-image: image(#194d8d); text-shadow: none;
-gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
infobar.info button:disabled label, infobar.info button:disabled, infobar.question button:disabled label,
infobar.question button:disabled, infobar.warning button:disabled label, infobar.warning button:disabled,
infobar.error button:disabled label, infobar.error button:disabled { color: #8ca6c6; }
@@ -1772,9 +1772,9 @@ infobar.info button:backdrop, infobar.question button:backdrop, infobar.warning
infobar.info button:backdrop label, infobar.info button:backdrop, infobar.question button:backdrop label,
infobar.question button:backdrop, infobar.warning button:backdrop label, infobar.warning button:backdrop,
infobar.error button:backdrop label, infobar.error button:backdrop { color: #d0ddec; }
-infobar.info button:backdrop:disabled, infobar.question button:backdrop:disabled, infobar.warning
button:backdrop:disabled, infobar.error button:backdrop:disabled { border-color: #092444; background-image:
image(#184c8d); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #092444; }
+infobar.info button:backdrop:disabled, infobar.question button:backdrop:disabled, infobar.warning
button:backdrop:disabled, infobar.error button:backdrop:disabled { border-color: #092444; background-image:
image(#194d8d); text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #092444; }
-infobar.info button:backdrop:disabled label, infobar.info button:backdrop:disabled, infobar.question
button:backdrop:disabled label, infobar.question button:backdrop:disabled, infobar.warning
button:backdrop:disabled label, infobar.warning button:backdrop:disabled, infobar.error
button:backdrop:disabled label, infobar.error button:backdrop:disabled { color: #698bb5; }
+infobar.info button:backdrop:disabled label, infobar.info button:backdrop:disabled, infobar.question
button:backdrop:disabled label, infobar.question button:backdrop:disabled, infobar.warning
button:backdrop:disabled label, infobar.warning button:backdrop:disabled, infobar.error
button:backdrop:disabled label, infobar.error button:backdrop:disabled { color: #6a8bb5; }
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
background-color: #0f3b71; }
@@ -1904,9 +1904,9 @@ row:selected label, label:selected, .selection-mode button.titlebutton, .view:se
row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled,
iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview
text:disabled:selected:focus, textview text:disabled:selected:focus, .view text:disabled:selected, iconview
text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text
selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox
flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, entry
selection:disabled, modelbutton.flat:disabled:selected, .menuitem.button.flat:disabled:selected,
row:disabled:selected, calendar:disabled:selected { color: #8aa9ce; }
-row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop,
iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview
text:backdrop:selected:focus, textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview
text:backdrop:selected, textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text
selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, flowbox
flowboxchild:backdrop:selected, label:backdrop selection, spinbutton:not(.vertical) selection:backdrop, entry
selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected,
row:backdrop:selected, calendar:backdrop:selected { color: #d4d3d6; }
+row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop,
iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview
text:backdrop:selected:focus, textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview
text:backdrop:selected, textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text
selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, flowbox
flowboxchild:backdrop:selected, label:backdrop selection, spinbutton:not(.vertical) selection:backdrop, entry
selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected,
row:backdrop:selected, calendar:backdrop:selected { color: #d5d5d6; }
-row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode
button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected,
.view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, textview
text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text
selection:backdrop:disabled, textview text selection:backdrop:disabled, flowbox
flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop
selection:disabled, spinbutton:not(.vertical) selection:backdrop:disabled, entry selection:backdrop:disabled,
modelbutton.flat:backdrop:disabled:selected, .menuitem.button.flat:backdrop:disabled:selected,
row:backdrop:disabled:selected, calendar:backdrop:disabled:selected { color: #4e79af; }
+row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode
button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected,
.view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, textview
text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text
selection:backdrop:disabled, textview text selection:backdrop:disabled, flowbox
flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop
selection:disabled, spinbutton:not(.vertical) selection:backdrop:disabled, entry selection:backdrop:disabled,
modelbutton.flat:backdrop:disabled:selected, .menuitem.button.flat:backdrop:disabled:selected,
row:backdrop:disabled:selected, calendar:backdrop:disabled:selected { color: #4f7aaf; }
.monospace { font-family: monospace; }
@@ -1933,9 +1933,9 @@ cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:a
.context-menu { font: initial; }
-.keycap { min-width: 20px; min-height: 25px; margin-top: 2px; padding-bottom: 3px; padding-left: 6px;
padding-right: 6px; color: #eeeeec; background-color: #26232d; border: 1px solid; border-color: #252526;
border-radius: 5px; box-shadow: inset 0 -3px #262429; font-size: smaller; }
+.keycap { min-width: 20px; min-height: 25px; margin-top: 2px; padding-bottom: 3px; padding-left: 6px;
padding-right: 6px; color: #eeeeec; background-color: #2d2c2e; border: 1px solid; border-color: #252526;
border-radius: 5px; box-shadow: inset 0 -3px #282829; font-size: smaller; }
-.keycap:backdrop { background-color: #282530; color: #969696; transition: 200ms ease-out; }
+.keycap:backdrop { background-color: #2f2e31; color: #969696; transition: 200ms ease-out; }
:not(decoration):not(window):drop(active):focus, :not(decoration):not(window):drop(active) { border-color:
#4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; caret-color: #4e9a06; }
@@ -1989,7 +1989,7 @@ widget base background color */
@define-color theme_bg_color #3f3e40;
/*
text widgets and the like base background color */
-@define-color theme_base_color #26232d;
+@define-color theme_base_color #2d2c2e;
/*
base background color of selections */
@define-color theme_selected_bg_color #15539e;
@@ -1998,13 +1998,13 @@ text/foreground color of selections */
@define-color theme_selected_fg_color #ffffff;
/*
base background color of insensitive widgets */
-@define-color insensitive_bg_color #353338;
+@define-color insensitive_bg_color #383739;
/*
text foreground color of insensitive widgets */
@define-color insensitive_fg_color #969696;
/*
insensitive text widgets and the like base background color */
-@define-color insensitive_base_color #26232d;
+@define-color insensitive_base_color #2d2c2e;
/*
widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color #969696;
@@ -2016,7 +2016,7 @@ widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #3f3e40;
/*
text widgets and the like base background color on backdrop windows */
-@define-color theme_unfocused_base_color #282530;
+@define-color theme_unfocused_base_color #2f2e31;
/*
base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #15539e;
@@ -2053,4 +2053,4 @@ read if you used those and something break with a version upgrade you're on your
@define-color wm_button_active_color_a shade(#3f3e40, 0.85);
@define-color wm_button_active_color_b shade(#3f3e40, 0.89);
@define-color wm_button_active_color_c shade(#3f3e40, 0.9);
-@define-color content_view_bg #26232d;
+@define-color content_view_bg #2d2c2e;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]