aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css1669
1 files changed, 837 insertions, 832 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 14143f7..2db3fe2 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -1,7 +1,7 @@
* {
background-clip: padding-box;
-GtkToolButton-icon-spacing: 4;
- -GtkTextView-error-underline-color: #dc322f;
+ -GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
-GtkWidget-text-handle-width: 20;
@@ -31,18 +31,18 @@
background-color: #d9dde0;
color: #5c616c; }
.gtkstyle-fallback:disabled {
- background-color: #faf6eb;
+ background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
- background-color: #268bd2;
- color: #fdf6e3; }
+ background-color: #5294e2;
+ color: #ffffff; }
.view, iconview,
.view text,
iconview text,
textview text {
color: #5c616c;
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
.view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
.view text:selected,
iconview text:selected,
@@ -53,12 +53,12 @@ textview text {
border-radius: 2px; }
textview border {
- background-color: #f9f6ed; }
+ background-color: #fafbfb; }
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {
- border: 1px solid #1e6ea7;
- background-color: rgba(30, 110, 167, 0.2); }
+ border: 1px solid #2679db;
+ background-color: rgba(38, 121, 219, 0.2); }
flowbox flowboxchild {
padding: 3px;
@@ -71,8 +71,8 @@ popover.background label.separator {
color: #5c616c; }
label selection {
- color: #fdf6e3;
- background-color: #268bd2; }
+ color: #ffffff;
+ background-color: #5294e2; }
label:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -82,7 +82,7 @@ popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar
opacity: 0.55; }
assistant .sidebar {
- background-color: #fdf6e3;
+ background-color: #ffffff;
border-top: 1px solid #dcdfe3; }
assistant.csd .sidebar {
@@ -92,18 +92,18 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
- background-color: #268bd2;
- color: #fdf6e3; }
+ background-color: #5294e2;
+ color: #ffffff; }
textview {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier,
popover.background.osd,
popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd {
- color: #657b83;
+ color: #BAC3CF;
border: none;
- background-color: #073642;
+ background-color: #353945;
background-clip: padding-box;
box-shadow: none; }
@@ -129,12 +129,12 @@ entry {
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #5c616c;
- border-color: #657b83;
- background-color: #fdf6e3; }
+ border-color: #cfd6e6;
+ background-color: #ffffff; }
entry.search {
border-radius: 20px; }
entry image {
- color: #7c7f84; }
+ color: #7d8189; }
entry image.left {
padding-left: 0;
padding-right: 5px; }
@@ -150,75 +150,75 @@ entry {
entry:focus {
background-clip: border-box;
color: #5c616c;
- border-color: #268bd2;
- background-color: #fdf6e3; }
+ border-color: #5294e2;
+ background-color: #ffffff; }
entry:disabled {
color: rgba(92, 97, 108, 0.55);
- border-color: rgba(101, 123, 131, 0.55);
- background-color: rgba(253, 246, 227, 0.55); }
+ border-color: rgba(207, 214, 230, 0.55);
+ background-color: rgba(255, 255, 255, 0.55); }
entry.warning {
color: white;
- border-color: #cb4b16;
- background-color: #df8f68; }
+ border-color: #F27835;
+ background-color: #f7ae86; }
entry.warning image {
color: white; }
entry.warning:focus {
color: white;
- background-color: #cb4b16;
+ background-color: #F27835;
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: white;
- color: #cb4b16; }
+ color: #F27835; }
entry.error {
color: white;
- border-color: #dc322f;
- background-color: #e98077; }
+ border-color: #FC4138;
+ background-color: #fd8d88; }
entry.error image {
color: white; }
entry.error:focus {
color: white;
- background-color: #dc322f;
+ background-color: #FC4138;
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: white;
- color: #dc322f; }
+ color: #FC4138; }
entry.search-missing {
color: white;
- border-color: #dc322f;
- background-color: #e98077; }
+ border-color: #FC4138;
+ background-color: #fd8d88; }
entry.search-missing image {
color: white; }
entry.search-missing:focus {
color: white;
- background-color: #dc322f;
+ background-color: #FC4138;
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
- color: #dc322f; }
+ color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
- border-color: #b58900;
+ border-color: #F08437;
box-shadow: none; }
.osd entry {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.4); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.4); }
.osd entry image, .osd entry image:hover {
color: inherit; }
.osd entry:focus {
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2; }
.osd entry:disabled {
- color: rgba(101, 123, 131, 0.55);
- background-color: rgba(18, 137, 167, 0.25); }
+ color: rgba(186, 195, 207, 0.55);
+ background-color: rgba(102, 109, 132, 0.25); }
.osd entry selection:focus, .osd entry selection {
- color: #268bd2;
- background-color: #fdf6e3; }
+ color: #5294e2;
+ background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
- border-color: #268bd2;
+ border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@@ -227,15 +227,15 @@ entry {
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
- border-color: #268bd2; }
+ border-color: #5294e2; }
@keyframes needs_attention {
from {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } }
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@@ -245,7 +245,7 @@ button {
border-radius: 3px;
padding: 2px 6px;
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: #fbfbfc; }
button separator {
margin: 4px 1px; }
@@ -261,13 +261,13 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
button:hover {
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: white;
-gtk-icon-effect: highlight; }
button:active, button:checked {
- color: #fdf6e3;
- border-color: #268bd2;
- background-color: #268bd2;
+ color: #ffffff;
+ border-color: #5294e2;
+ background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
@@ -276,22 +276,22 @@ button {
button:active {
color: #5c616c; }
button:active:hover, button:checked {
- color: #fdf6e3; }
+ color: #ffffff; }
button.flat:disabled, button.sidebar-button:disabled {
border-color: transparent;
background-color: transparent;
background-image: none; }
button:disabled {
- border-color: rgba(101, 123, 131, 0.55);
+ border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
button:disabled label, button:disabled {
color: rgba(92, 97, 108, 0.55); }
button:disabled:active, button:disabled:checked {
- border-color: rgba(38, 139, 210, 0.75);
- background-color: rgba(38, 139, 210, 0.75);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked {
- color: rgba(253, 246, 227, 0.8); }
+ color: rgba(255, 255, 255, 0.8); }
button.image-button {
min-width: 24px;
padding-left: 5px;
@@ -315,122 +315,122 @@ button {
padding-right: 8px;
padding-left: 8px; }
button:drop(active), combobox:drop(active) button.combo {
- color: #b58900;
- border-color: #b58900;
+ color: #F08437;
+ border-color: #F08437;
box-shadow: none; }
button.osd {
- color: #657b83;
- background-color: #073642;
- border-color: #03181d; }
+ color: #BAC3CF;
+ background-color: #353945;
+ border-color: #23262e; }
button.osd.image-button {
padding: 0;
min-height: 36px;
min-width: 36px; }
button.osd:hover {
- color: #268bd2; }
+ color: #5294e2; }
button.osd:active, button.osd:checked {
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2; }
button.osd:disabled {
- color: #234b56;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.25); }
+ color: #5d626e;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.25); }
.osd button {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.4); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.4); }
.osd button:hover {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(21, 163, 200, 0.5); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(119, 127, 151, 0.5); }
.osd button:active, .osd button:checked {
background-clip: padding-box;
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2; }
.osd button:disabled {
- color: #234b56;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.25); }
+ color: #5d626e;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.25); }
.osd button.flat, .osd button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none; }
.osd button.flat:hover, .osd button.sidebar-button:hover {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(21, 163, 200, 0.5); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(119, 127, 151, 0.5); }
.osd button.flat:disabled, .osd button.sidebar-button:disabled {
- color: #234b56;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.25);
+ color: #5d626e;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.25);
background-image: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked {
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
color: white;
- background-color: #2aa198;
- border-color: #2aa198; }
+ background-color: #4DADD4;
+ border-color: #4DADD4; }
button.suggested-action.flat, button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #2aa198; }
+ color: #4DADD4; }
button.suggested-action:hover {
background-clip: border-box;
color: white;
- background-color: #35c9be;
- border-color: #35c9be; }
+ background-color: #76c0de;
+ border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
- background-color: #1f7972;
- border-color: #1f7972; }
+ background-color: #2e96c0;
+ border-color: #2e96c0; }
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(92, 97, 108, 0.55); }
button.suggested-action:disabled {
- border-color: rgba(101, 123, 131, 0.55);
+ border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
button.suggested-action:disabled label, button.suggested-action:disabled {
color: rgba(92, 97, 108, 0.55); }
button.destructive-action {
background-clip: border-box;
color: white;
- background-color: #dc322f;
- border-color: #dc322f; }
+ background-color: #F04A50;
+ border-color: #F04A50; }
button.destructive-action.flat, button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #dc322f; }
+ color: #F04A50; }
button.destructive-action:hover {
background-clip: border-box;
color: white;
- background-color: #e35d5b;
- border-color: #e35d5b; }
+ background-color: #f4797e;
+ border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
- background-color: #b9221f;
- border-color: #b9221f; }
+ background-color: #ec1b22;
+ border-color: #ec1b22; }
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(92, 97, 108, 0.55); }
button.destructive-action:disabled {
- border-color: rgba(101, 123, 131, 0.55);
+ border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
button.destructive-action:disabled label, button.destructive-action:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -455,7 +455,7 @@ button {
background-image: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -469,93 +469,93 @@ button {
.inline-toolbar toolbutton > button {
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: #fbfbfc; }
.inline-toolbar toolbutton > button:hover {
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: white; }
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
- color: #fdf6e3;
- border-color: #268bd2;
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: #5294e2;
+ background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
- border-color: rgba(101, 123, 131, 0.55);
+ border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
.inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled {
color: rgba(92, 97, 108, 0.55); }
.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
- border-color: rgba(38, 139, 210, 0.75);
- background-color: rgba(38, 139, 210, 0.75);
+ border-color: rgba(82, 148, 226, 0.75);
+ background-color: rgba(82, 148, 226, 0.75);
opacity: 0.6; }
.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: rgba(253, 246, 227, 0.8); }
+ color: rgba(255, 255, 255, 0.8); }
.linked:not(.vertical):not(.path-bar) > entry + entry {
- border-left-color: rgba(101, 123, 131, 0.3); }
+ border-left-color: rgba(207, 214, 230, 0.3); }
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
.linked:not(.vertical):not(.path-bar) > entry + entry.error {
- border-left-color: #dc322f; }
+ border-left-color: #FC4138; }
.linked:not(.vertical):not(.path-bar) > entry.warning + entry,
.linked:not(.vertical):not(.path-bar) > entry + entry.warning {
- border-left-color: #cb4b16; }
+ border-left-color: #F27835; }
.linked:not(.vertical):not(.path-bar) > entry.error + entry.warning,
.linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
- border-left-color: #d43f23; }
+ border-left-color: #f75d37; }
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: #268bd2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #268bd2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: #b58900; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: #b58900; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
- border-left-color: #cb4b16; }
+ border-left-color: #F27835; }
.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #cb4b16; }
+ border-left-color: #F27835; }
.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
- border-left-color: #dc322f; }
+ border-left-color: #FC4138; }
.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: #dc322f; }
+ border-left-color: #FC4138; }
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: #268bd2; }
+ border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
- box-shadow: inset 1px 0 #657b83; }
+ box-shadow: inset 1px 0 #cfd6e6; }
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
- box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); }
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
@@ -576,79 +576,79 @@ button {
border-left-style: none; }
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
- box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); }
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); }
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); }
+ box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); }
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
- box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); }
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); }
.linked.vertical > entry + entry {
- border-top-color: rgba(101, 123, 131, 0.3); }
+ border-top-color: rgba(207, 214, 230, 0.3); }
.linked.vertical > entry.error + entry,
.linked.vertical > entry + entry.error {
- border-top-color: #dc322f; }
+ border-top-color: #FC4138; }
.linked.vertical > entry.warning + entry,
.linked.vertical > entry + entry.warning {
- border-top-color: #cb4b16; }
+ border-top-color: #F27835; }
.linked.vertical > entry.error + entry.warning,
.linked.vertical > entry.warning + entry.error {
- border-top-color: #d43f23; }
+ border-top-color: #f75d37; }
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
- border-top-color: #268bd2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-top-color: #268bd2; }
+ border-top-color: #5294e2; }
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
- border-top-color: #b58900; }
+ border-top-color: #F08437; }
.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: #b58900; }
+ border-top-color: #F08437; }
.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
- border-top-color: #cb4b16; }
+ border-top-color: #F27835; }
.linked.vertical > entry.warning:focus:not(:only-child) + entry,
.linked.vertical > entry.warning:focus:not(:only-child) + button,
.linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
- border-top-color: #cb4b16; }
+ border-top-color: #F27835; }
.linked.vertical > entry + entry.error:focus:not(:last-child),
.linked.vertical > entry + entry.error:focus:last-child {
- border-top-color: #dc322f; }
+ border-top-color: #FC4138; }
.linked.vertical > entry.error:focus:not(:only-child) + entry,
.linked.vertical > entry.error:focus:not(:only-child) + button,
.linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo {
- border-top-color: #dc322f; }
+ border-top-color: #FC4138; }
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
- border-top-color: #268bd2; }
+ border-top-color: #5294e2; }
.linked.vertical > button + button {
border-top-style: none; }
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
- box-shadow: inset 0 1px #657b83; }
+ box-shadow: inset 0 1px #cfd6e6; }
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
- box-shadow: inset 0 1px rgba(101, 123, 131, 0.5); }
+ box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); }
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
@@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu
.linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button,
.linked:not(.vertical) > button:hover,
.linked:not(.vertical) > button:active,
-.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) {
+.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) {
border-radius: 0;
border-right-style: none; }
-.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
+.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
-.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
+.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-right-style: solid; }
-.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
+.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child {
border-radius: 3px;
border-style: solid; }
@@ -746,24 +746,24 @@ modelbutton.flat arrow.right {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
*:link, button:link, button:visited {
- color: #1e6ea7; }
+ color: #2679db; }
*:link:visited, button:visited {
- color: #16527c; }
+ color: #1e61b0; }
*:selected *:link:visited, *:selected button:visited:link, *:selected button:visited {
- color: #a7cbdc; }
+ color: #bad4f3; }
*:link:hover, button:hover:link, button:hover:visited {
- color: #268bd2; }
+ color: #5294e2; }
*:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited {
- color: #e8ebe1; }
+ color: #eef4fc; }
*:link:active, button:active:link, button:active:visited {
- color: #1e6ea7; }
+ color: #2679db; }
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
- color: #d2e1e0; }
+ color: #dceaf9; }
infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
- color: #d2e1e0; }
+ color: #dceaf9; }
button:link > label, button:visited > label {
text-decoration-line: underline; }
@@ -772,7 +772,7 @@ spinbutton:drop(active) {
box-shadow: none; }
spinbutton button:active {
- color: #fdf6e3; }
+ color: #ffffff; }
spinbutton:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -789,11 +789,11 @@ spinbutton:not(.vertical) > button + button {
spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
- box-shadow: inset 1px 0 #657b83; }
+ box-shadow: inset 1px 0 #cfd6e6; }
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
- box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); }
+ box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); }
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
@@ -801,14 +801,14 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: #268bd2; }
+ border-left-color: #5294e2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
- border-left-color: #b58900; }
+ border-left-color: #F08437; }
.osd spinbutton:not(.vertical) > button:hover:not(:active),
.osd spinbutton:not(.vertical) > button:hover + button {
- box-shadow: inset 1px 0 rgba(1, 9, 11, 0.4); }
+ box-shadow: inset 1px 0 rgba(26, 28, 34, 0.4); }
.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active),
.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
@@ -816,7 +816,7 @@ spinbutton:not(.vertical) > entry:drop(active) + button {
box-shadow: none; }
.osd spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: rgba(1, 9, 11, 0.4); }
+ border-left-color: rgba(26, 28, 34, 0.4); }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
@@ -827,10 +827,10 @@ spinbutton.vertical button.up {
border-radius: 3px 3px 0 0; }
spinbutton.vertical > entry:focus + button {
- border-top-color: #268bd2; }
+ border-top-color: #5294e2; }
spinbutton.vertical > entry:drop(active) + button {
- border-top-color: #b58900; }
+ border-top-color: #F08437; }
combobox button.combo {
min-width: 0;
@@ -858,7 +858,7 @@ toolbar, .inline-toolbar {
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 3px;
- background-color: rgba(7, 54, 66, 0.9); }
+ background-color: rgba(53, 57, 69, 0.9); }
toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar {
border-radius: 0; }
toolbar.osd.top, .osd.top.inline-toolbar {
@@ -881,12 +881,12 @@ toolbar, .inline-toolbar {
margin-right: 0; }
.primary-toolbar:not(.libreoffice-toolbar) {
- color: rgba(89, 128, 143, 0.8);
- background-color: #002b36;
+ color: rgba(207, 218, 231, 0.8);
+ background-color: #2f343f;
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
- border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; }
+ border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; }
.inline-toolbar {
background-color: #edeef0;
@@ -914,22 +914,22 @@ headerbar,
padding: 0 7px;
border-width: 0 0 1px;
border-style: solid;
- border-color: #001b22;
- color: rgba(89, 128, 143, 0.8);
- background-color: #002b36;
- box-shadow: inset 0 1px #003745; }
+ border-color: #262a33;
+ color: rgba(207, 218, 231, 0.8);
+ background-color: #2f343f;
+ box-shadow: inset 0 1px #363b48; }
.csd headerbar,
.csd .titlebar:not(headerbar) {
- background-color: #002b36;
- border-color: #001b22; }
+ background-color: #2f343f;
+ border-color: #262a33; }
headerbar:backdrop,
.titlebar:backdrop:not(headerbar) {
transition: 200ms ease-out;
- color: rgba(89, 128, 143, 0.5);
- background-color: #00313e; }
+ color: rgba(207, 218, 231, 0.5);
+ background-color: #323843; }
.csd headerbar:backdrop,
.csd .titlebar:backdrop:not(headerbar) {
- background-color: #00313e; }
+ background-color: #323843; }
headerbar .title, .titlebar:not(headerbar) .title {
padding-left: 12px;
padding-right: 12px; }
@@ -939,14 +939,14 @@ headerbar,
padding-right: 12px; }
headerbar.selection-mode,
.selection-mode.titlebar:not(headerbar) {
- color: #fdf6e3;
- background-color: #268bd2;
- border-color: #2380c1;
+ color: #ffffff;
+ background-color: #5294e2;
+ border-color: #4189df;
box-shadow: none; }
headerbar.selection-mode:backdrop,
.selection-mode.titlebar:backdrop:not(headerbar) {
- background-color: #268bd2;
- color: rgba(253, 246, 227, 0.6); }
+ background-color: #5294e2;
+ color: rgba(255, 255, 255, 0.6); }
headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu {
box-shadow: none;
padding-left: 10px;
@@ -957,7 +957,7 @@ headerbar,
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
.maximized headerbar.selection-mode,
.maximized .selection-mode.titlebar:not(headerbar) {
- background-color: #268bd2; }
+ background-color: #5294e2; }
.tiled headerbar, .tiled headerbar:backdrop,
.maximized headerbar, .maximized headerbar:backdrop,
.tiled .titlebar:not(headerbar),
@@ -967,11 +967,11 @@ headerbar,
border-radius: 0; }
.maximized headerbar,
.maximized .titlebar:not(headerbar) {
- background-color: #002b36;
- border-color: #001b22; }
+ background-color: #2f343f;
+ border-color: #262a33; }
.maximized headerbar:backdrop,
.maximized .titlebar:backdrop:not(headerbar) {
- background-color: #00313e; }
+ background-color: #323843; }
headerbar.default-decoration,
.csd headerbar.default-decoration, headerbar.default-decoration:backdrop,
.csd headerbar.default-decoration:backdrop,
@@ -981,7 +981,7 @@ headerbar,
.csd .default-decoration.titlebar:backdrop:not(headerbar) {
min-height: 28px;
padding: 0 3px;
- background-color: #002b36;
+ background-color: #2f343f;
border-bottom-width: 0; }
.maximized headerbar.default-decoration, .maximized
.csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized
@@ -992,7 +992,7 @@ headerbar,
.maximized .default-decoration.titlebar:backdrop:not(headerbar),
.maximized
.csd .default-decoration.titlebar:backdrop:not(headerbar) {
- background-color: #002b36; }
+ background-color: #2f343f; }
.titlebar {
border-radius: 3px 3px 0 0; }
@@ -1026,330 +1026,330 @@ window.csd > .titlebar:not(headerbar):backdrop {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-image: linear-gradient(to bottom, #001b22, #001b22); }
+ background-image: linear-gradient(to bottom, #262a33, #262a33); }
.primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
min-width: 1px;
min-height: 1px;
background: none;
border-width: 0 1px;
- border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; }
+ border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; }
.primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop {
opacity: 0.6; }
-.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
- .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover {
+.primary-toolbar entry, headerbar entry {
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
+ .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover {
color: inherit; }
- .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop {
+ .primary-toolbar entry:backdrop, headerbar entry:backdrop {
opacity: 0.85; }
- .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus {
- color: #fdf6e3;
+ .primary-toolbar entry:focus, headerbar entry:focus {
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2;
+ background-color: #5294e2;
background-clip: padding-box; }
- .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image {
- color: #fdf6e3; }
- .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled {
- color: rgba(89, 128, 143, 0.35);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.25); }
- .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus {
- background-color: #fdf6e3;
- color: #268bd2; }
- .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress {
- border-color: #268bd2;
+ .primary-toolbar entry:focus image, headerbar entry:focus image {
+ color: #ffffff; }
+ .primary-toolbar entry:disabled, headerbar entry:disabled {
+ color: rgba(207, 218, 231, 0.35);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.25); }
+ .primary-toolbar entry selection:focus, headerbar entry selection:focus {
+ background-color: #ffffff;
+ color: #5294e2; }
+ .primary-toolbar entry progress, headerbar entry progress {
+ border-color: #5294e2;
background-image: none;
background-color: transparent; }
- .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning {
+ .primary-toolbar entry.warning, headerbar entry.warning {
color: white;
- border-color: rgba(0, 0, 0, 0.4);
- background-color: #7a3e23; }
- .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus {
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: #a45d39; }
+ .primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: white;
- background-color: #cb4b16; }
- .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus {
+ background-color: #F27835; }
+ .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: white;
- color: #cb4b16; }
- .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error {
+ color: #F27835; }
+ .primary-toolbar entry.error, headerbar entry.error {
color: white;
- border-color: rgba(0, 0, 0, 0.4);
- background-color: #842f32; }
- .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus {
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: #aa3c3b; }
+ .primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: white;
- background-color: #dc322f; }
- .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus {
+ background-color: #FC4138; }
+ .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: white;
- color: #dc322f; }
+ color: #FC4138; }
-.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button {
- color: rgba(89, 128, 143, 0.8);
+.primary-toolbar button, headerbar button {
+ color: rgba(207, 218, 231, 0.8);
outline-offset: -3px;
- background-color: rgba(0, 43, 54, 0);
- border-color: rgba(0, 43, 54, 0); }
- .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop {
+ background-color: rgba(47, 52, 63, 0);
+ border-color: rgba(47, 52, 63, 0); }
+ .primary-toolbar button:backdrop, headerbar button:backdrop {
opacity: 0.7; }
- .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
- .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked {
- color: #fdf6e3;
+ .primary-toolbar button:hover, headerbar button:hover {
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
+ .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked {
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2;
+ background-color: #5294e2;
background-clip: padding-box; }
- .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled {
- background-color: rgba(0, 43, 54, 0);
- border-color: rgba(0, 43, 54, 0); }
- .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled {
- color: rgba(89, 128, 143, 0.35); }
- .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked {
- color: rgba(253, 246, 227, 0.75);
- border-color: rgba(38, 139, 210, 0.65);
- background-color: rgba(38, 139, 210, 0.65); }
-
-.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button {
+ .primary-toolbar button:disabled, headerbar button:disabled {
+ background-color: rgba(47, 52, 63, 0);
+ border-color: rgba(47, 52, 63, 0); }
+ .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled {
+ color: rgba(207, 218, 231, 0.35); }
+ .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked {
+ color: rgba(255, 255, 255, 0.75);
+ border-color: rgba(82, 148, 226, 0.65);
+ background-color: rgba(82, 148, 226, 0.65); }
+
+.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #fdf6e3;
- background-color: rgba(253, 246, 227, 0); }
+ color: #ffffff;
+ background-color: rgba(255, 255, 255, 0); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) {
margin-right: 1px; }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled {
border-radius: 3px;
border-style: solid; }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none; }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
- .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
- background-color: rgba(0, 193, 243, 0.4); }
- .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
- color: #fdf6e3;
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button {
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
+ .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover {
+ background-color: rgba(134, 144, 165, 0.4); }
+ .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked {
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2; }
- .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
- color: rgba(89, 128, 143, 0.4); }
+ background-color: #5294e2; }
+ .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
+ color: rgba(207, 218, 231, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button {
border-left-style: none; }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
- box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
- box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
- border-left-color: transparent; }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
+ border-left-color: rgba(21, 23, 28, 0); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error {
- border-left-color: transparent; }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error {
+ border-left-color: rgba(21, 23, 28, 0); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning {
- border-left-color: transparent; }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning {
+ border-left-color: rgba(21, 23, 28, 0); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
- border-left-color: transparent; }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
+ border-left-color: rgba(21, 23, 28, 0); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action {
+.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: white;
- background-color: #2aa198;
- border-color: #2aa198; }
- .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
+ background-color: #4DADD4;
+ border-color: #4DADD4; }
+ .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #2aa198; }
- .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover {
+ color: #4DADD4; }
+ .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
- background-color: #35c9be;
- border-color: #35c9be; }
- .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked {
+ background-color: #76c0de;
+ border-color: #76c0de; }
+ .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
- background-color: #1f7972;
- border-color: #1f7972; }
- .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled {
- background-color: rgba(0, 43, 54, 0);
- border-color: rgba(0, 43, 54, 0); }
- .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled {
- color: rgba(89, 128, 143, 0.35); }
-
-.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop {
+ background-color: #2e96c0;
+ border-color: #2e96c0; }
+ .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
+ background-color: rgba(47, 52, 63, 0);
+ border-color: rgba(47, 52, 63, 0); }
+ .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
+ color: rgba(207, 218, 231, 0.35); }
+
+.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop {
opacity: 0.8; }
-.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action {
+.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: white;
- background-color: #dc322f;
- border-color: #dc322f; }
- .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
+ background-color: #F04A50;
+ border-color: #F04A50; }
+ .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #dc322f; }
- .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover {
+ color: #F04A50; }
+ .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
- background-color: #e35d5b;
- border-color: #e35d5b; }
- .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked {
+ background-color: #f4797e;
+ border-color: #f4797e; }
+ .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
- background-color: #b9221f;
- border-color: #b9221f; }
- .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled {
- background-color: rgba(0, 43, 54, 0);
- border-color: rgba(0, 43, 54, 0); }
- .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled {
- color: rgba(89, 128, 143, 0.35); }
-
-.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop {
+ background-color: #ec1b22;
+ border-color: #ec1b22; }
+ .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
+ background-color: rgba(47, 52, 63, 0);
+ border-color: rgba(47, 52, 63, 0); }
+ .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
+ color: rgba(207, 218, 231, 0.35); }
+
+.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop {
opacity: 0.8; }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus {
- color: #fdf6e3;
- caret-color: #fdf6e3; }
+.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus {
+ color: #ffffff;
+ caret-color: #ffffff; }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover {
- background-color: rgba(0, 193, 243, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover {
+ background-color: rgba(134, 144, 165, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
- color: #fdf6e3;
+.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2; }
+ background-color: #5294e2; }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
- color: rgba(89, 128, 143, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
+ color: rgba(207, 218, 231, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button {
+.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button {
border-left-style: none; }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
- box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
- box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
+.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
-.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button {
- border-left-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button {
+ border-left-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled {
- color: rgba(89, 128, 143, 0.2); }
+.primary-toolbar combobox:disabled, headerbar combobox:disabled {
+ color: rgba(207, 218, 231, 0.2); }
-.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
- .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
+.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
+ .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover {
color: inherit; }
- .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
- color: #fdf6e3;
+ .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2;
+ background-color: #5294e2;
box-shadow: none; }
- .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
- color: rgba(89, 128, 143, 0.35);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.25); }
+ .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
+ color: rgba(207, 218, 231, 0.35);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.25); }
-.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
+.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none; }
- .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
+ .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
box-shadow: none; }
-.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) {
+.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) {
border-left-style: none; }
- .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
+ .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
box-shadow: none; }
-.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled {
+.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
-.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled {
+.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
-.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop {
+.primary-toolbar switch:backdrop, headerbar switch:backdrop {
opacity: 0.75; }
-.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough {
- background-color: rgba(0, 0, 0, 0.4); }
+.primary-toolbar progressbar trough, headerbar progressbar trough {
+ background-color: rgba(21, 23, 28, 0.4); }
-.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop {
+.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop {
opacity: 0.75; }
-.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop {
+.primary-toolbar scale:backdrop, headerbar scale:backdrop {
opacity: 0.75; }
-.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider {
- background-color: #005469;
- border-color: rgba(0, 0, 0, 0.7); }
- .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover {
- background-color: #006883;
- border-color: rgba(0, 0, 0, 0.7); }
- .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active {
- background-color: #268bd2;
- border-color: #268bd2; }
- .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled {
- background-color: #00475a;
- border-color: rgba(0, 0, 0, 0.7); }
-
-.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough {
- background-color: rgba(0, 0, 0, 0.4); }
- .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled {
- background-color: rgba(0, 0, 0, 0.3); }
+.primary-toolbar scale slider, headerbar scale slider {
+ background-color: #454c5c;
+ border-color: rgba(21, 23, 28, 0.7); }
+ .primary-toolbar scale slider:hover, headerbar scale slider:hover {
+ background-color: #50586b;
+ border-color: rgba(21, 23, 28, 0.7); }
+ .primary-toolbar scale slider:active, headerbar scale slider:active {
+ background-color: #5294e2;
+ border-color: #5294e2; }
+ .primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
+ background-color: #3e4553;
+ border-color: rgba(21, 23, 28, 0.7); }
+
+.primary-toolbar scale trough, headerbar scale trough {
+ background-color: rgba(21, 23, 28, 0.4); }
+ .primary-toolbar scale trough:disabled, headerbar scale trough:disabled {
+ background-color: rgba(21, 23, 28, 0.3); }
.path-bar button.text-button, .path-bar button.image-button, .path-bar button {
padding-left: 6px;
@@ -1384,54 +1384,54 @@ treeview.view {
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16; }
treeview.view acceleditor > label {
- background-color: #268bd2; }
+ background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
- border-left-color: #92c1db;
+ border-left-color: #a9caf1;
border-top-color: rgba(92, 97, 108, 0.1); }
treeview.view:disabled {
color: rgba(92, 97, 108, 0.55); }
treeview.view:disabled:selected {
- color: #7cb6d9; }
+ color: #97bfee; }
treeview.view.separator {
min-height: 2px;
color: rgba(0, 0, 0, 0.1); }
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
- border-color: #41769f; }
+ border-color: #577ba7; }
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: #adaca8; }
+ color: #aeb0b6; }
treeview.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
treeview.view.expander:hover {
color: #5c616c; }
treeview.view.expander:selected {
- color: #bdd6de; }
+ color: #cbdff6; }
treeview.view.expander:selected:hover {
- color: #fdf6e3; }
+ color: #ffffff; }
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
treeview.view.progressbar, treeview.view.progressbar:focus {
- color: #fdf6e3;
+ color: #ffffff;
border-radius: 3px;
- background-color: #268bd2; }
+ background-color: #5294e2; }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
- color: #268bd2;
+ color: #5294e2;
box-shadow: none;
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
treeview.view.trough {
color: #5c616c;
- background-color: #657b83;
+ background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
treeview.view.trough:selected, treeview.view.trough:selected:focus {
- color: #fdf6e3;
+ color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px;
border-width: 0; }
@@ -1440,18 +1440,18 @@ treeview.view {
min-width: 0;
padding: 3px 6px;
font-weight: bold;
- color: #7c7f84;
- background-color: #fdf6e3;
+ color: #7d8189;
+ background-color: #ffffff;
background-image: none;
border-style: none solid none none;
border-radius: 0;
- border-image: linear-gradient(to bottom, #fdf6e3 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #fdf6e3 80%) 0 1 0 0/0 1px 0 0 stretch; }
+ border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
- color: #268bd2; }
+ color: #5294e2; }
treeview.view header button:active {
color: #5c616c; }
treeview.view header button:active, treeview.view header button:hover {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
treeview.view header button:active:hover {
color: #5c616c; }
treeview.view header button:disabled {
@@ -1467,8 +1467,8 @@ treeview.view {
treeview.view header.button.dnd:active {
padding: 0 6px;
transition: none;
- color: #fdf6e3;
- background-color: #268bd2;
+ color: #ffffff;
+ background-color: #5294e2;
border-radius: 0;
border-style: none; }
@@ -1476,11 +1476,11 @@ menubar,
.menubar {
-GtkWidget-window-dragging: true;
padding: 0px;
- background-color: #002b36;
- color: rgba(89, 128, 143, 0.8); }
+ background-color: #2f343f;
+ color: rgba(207, 218, 231, 0.8); }
menubar:backdrop,
.menubar:backdrop {
- color: rgba(89, 128, 143, 0.5); }
+ color: rgba(207, 218, 231, 0.5); }
menubar > menuitem,
.menubar > menuitem {
padding: 4px 8px;
@@ -1488,11 +1488,11 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
- background-color: #268bd2;
- color: #fdf6e3; }
+ background-color: #5294e2;
+ color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
- color: rgba(89, 128, 143, 0.2);
+ color: rgba(207, 218, 231, 0.2);
border-color: transparent; }
menu,
@@ -1500,7 +1500,7 @@ menu,
margin: 4px;
padding: 0;
border-radius: 0;
- background-color: #fdf6e3;
+ background-color: #ffffff;
border: 1px solid #dcdfe3; }
.csd menu, .csd
.menu {
@@ -1513,13 +1513,13 @@ menu,
.csd
.menu separator {
margin: 2px 0;
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
menu .separator:not(label),
.csd menu .separator:not(label),
.menu .separator:not(label),
.csd
.menu .separator:not(label) {
- color: #fdf6e3; }
+ color: #ffffff; }
menu menuitem,
.menu menuitem {
min-height: 16px;
@@ -1527,8 +1527,8 @@ menu,
padding: 5px; }
menu menuitem:hover,
.menu menuitem:hover {
- color: #fdf6e3;
- background-color: #268bd2; }
+ color: #ffffff;
+ background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -1563,21 +1563,21 @@ menu,
min-width: 16px;
min-height: 16px;
padding: 4px;
- background-color: #fdf6e3;
+ background-color: #ffffff;
border-radius: 0; }
menu > arrow.top,
.menu > arrow.top {
margin-top: -6px;
- border-bottom: 1px solid #ede7d7;
+ border-bottom: 1px solid #efeff0;
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
menu > arrow.bottom,
.menu > arrow.bottom {
margin-bottom: -6px;
- border-top: 1px solid #ede7d7;
+ border-top: 1px solid #efeff0;
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
menu > arrow:hover,
.menu > arrow:hover {
- background-color: #ede7d7; }
+ background-color: #efeff0; }
menu > arrow:disabled,
.menu > arrow:disabled {
color: transparent;
@@ -1589,7 +1589,7 @@ popover.background {
padding: 2px;
border-radius: 3px;
background-clip: border-box;
- background-color: #fdf6e3;
+ background-color: #ffffff;
box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); }
.csd popover, popover, .csd
popover.background,
@@ -1597,7 +1597,7 @@ popover.background {
border: 1px solid #cdd2d7; }
popover separator,
popover.background separator {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
popover > list,
popover > .view,
popover > iconview,
@@ -1642,7 +1642,7 @@ notebook {
padding-top: 0;
padding-bottom: 0; }
notebook > stack:not(:only-child) {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
notebook > header {
padding: 2px;
background-color: #F5F6F7; }
@@ -1736,14 +1736,14 @@ notebook {
box-shadow: inset 1px 0 #dcdfe3; }
notebook > header > tabs > tab {
color: rgba(92, 97, 108, 0.55);
- background-color: rgba(253, 246, 227, 0); }
+ background-color: rgba(255, 255, 255, 0); }
notebook > header > tabs > tab:hover:not(:checked) {
color: rgba(92, 97, 108, 0.775);
- background-color: rgba(253, 246, 227, 0.5);
+ background-color: rgba(255, 255, 255, 0.5);
border-color: #dcdfe3; }
notebook > header > tabs > tab:checked {
color: #5c616c;
- background-color: #fdf6e3;
+ background-color: #ffffff;
border-color: #dcdfe3; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
min-height: 22px;
@@ -1753,10 +1753,10 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
- color: #268bd2; }
+ color: #5294e2; }
scrollbar {
- background-color: #fdf4de;
+ background-color: #fcfcfc;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
* {
-GtkScrollbar-has-backward-stepper: false;
@@ -1790,7 +1790,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #c7c9cd; }
scrollbar slider:hover:active {
- background-color: #268bd2; }
+ background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@@ -2124,13 +2124,13 @@ scale {
outline-offset: 2px;
-gtk-outline-radius: 4.5px;
border-radius: 2.5px;
- background-color: #657b83; }
+ background-color: #cfd6e6; }
scale trough:disabled {
- background-color: rgba(101, 123, 131, 0.55); }
+ background-color: rgba(207, 214, 230, 0.55); }
.osd scale trough {
- background-color: #0a5062; }
+ background-color: #454a59; }
.osd scale trough highlight {
- background-color: #268bd2; }
+ background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@@ -2138,28 +2138,28 @@ scale {
menuitem:hover scale trough highlight,
row:selected scale trough highlight,
infobar scale trough highlight {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
menuitem:hover scale trough highlight:disabled,
row:selected scale trough highlight:disabled,
infobar scale trough highlight:disabled {
- background-color: #9cc6db; }
+ background-color: #b1cff2; }
menuitem:hover scale trough:disabled,
row:selected scale trough:disabled,
infobar scale trough:disabled {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
- background-color: #268bd2; }
+ background-color: #5294e2; }
scale highlight:disabled {
- background-color: rgba(38, 139, 210, 0.55); }
+ background-color: rgba(82, 148, 226, 0.55); }
scale fill {
border-radius: 2.5px;
- background-color: rgba(38, 139, 210, 0.5); }
+ background-color: rgba(82, 148, 226, 0.5); }
scale fill:disabled {
background-color: transparent; }
scale slider {
background-color: #fbfbfc;
- border: 1px solid rgba(45, 55, 59, 0.5);
+ border: 1px solid rgba(123, 142, 186, 0.5);
border-radius: 100%;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border; }
@@ -2167,42 +2167,42 @@ scale {
background-color: white; }
scale slider:active {
background-clip: border-box;
- background-color: #268bd2;
- border-color: #268bd2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
scale slider:disabled {
- background-color: #f9f6ec;
- border-color: rgba(45, 55, 59, 0.3); }
+ background-color: #fbfbfb;
+ border-color: rgba(123, 142, 186, 0.3); }
menuitem:hover scale slider,
row:selected scale slider,
infobar scale slider {
background-clip: border-box;
- background-color: #fdf6e3;
- border-color: #fdf6e3; }
+ background-color: #ffffff;
+ border-color: #ffffff; }
menuitem:hover scale slider:hover,
row:selected scale slider:hover,
infobar scale slider:hover {
- background-color: #dde6e0;
- border-color: #dde6e0; }
+ background-color: #e5effb;
+ border-color: #e5effb; }
menuitem:hover scale slider:active,
row:selected scale slider:active,
infobar scale slider:active {
- background-color: #92c1db;
- border-color: #92c1db; }
+ background-color: #a9caf1;
+ border-color: #a9caf1; }
menuitem:hover scale slider:disabled,
row:selected scale slider:disabled,
infobar scale slider:disabled {
- background-color: #9cc6db;
- border-color: #9cc6db; }
+ background-color: #b1cff2;
+ border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
- background-color: #268bd2;
- border-color: #268bd2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
.osd scale slider:hover {
- background-color: #4ca2df;
- border-color: #4ca2df; }
+ background-color: #7eafe9;
+ border-color: #7eafe9; }
.osd scale slider:active {
- background-color: #1e6ea7;
- border-color: #1e6ea7; }
+ background-color: #2679db;
+ border-color: #2679db; }
scale value {
color: alpha(currentColor,0.4); }
scale marks {
@@ -2255,17 +2255,17 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
- background-color: #268bd2;
+ background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
row:selected progressbar progress,
infobar progressbar progress {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
progressbar trough {
border: none;
border-radius: 3px;
- background-color: #657b83; }
+ background-color: #cfd6e6; }
row:selected progressbar trough,
infobar progressbar trough {
background-color: rgba(0, 0, 0, 0.2); }
@@ -2282,7 +2282,7 @@ levelbar trough {
border: none;
padding: 3px;
border-radius: 3px;
- background-color: #657b83; }
+ background-color: #cfd6e6; }
levelbar.horizontal.discrete block {
margin: 0 1px; }
@@ -2291,21 +2291,21 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
- border: 1px solid #268bd2;
- background-color: #268bd2;
+ border: 1px solid #5294e2;
+ background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
- border-color: #cb4b16;
- background-color: #cb4b16; }
+ border-color: #F27835;
+ background-color: #F27835; }
levelbar block.high {
- border-color: #268bd2;
- background-color: #268bd2; }
+ border-color: #5294e2;
+ background-color: #5294e2; }
levelbar block.full {
- border-color: #859900;
- background-color: #859900; }
+ border-color: #73d216;
+ background-color: #73d216; }
levelbar block.empty {
background-color: rgba(92, 97, 108, 0.2);
@@ -2313,7 +2313,7 @@ levelbar block.empty {
printdialog paper {
border: 1px solid #dcdfe3;
- background: #fdf6e3;
+ background: #ffffff;
padding: 0; }
printdialog .dialog-action-box {
@@ -2333,7 +2333,7 @@ scrolledwindow viewport.frame {
border-style: none; }
scrolledwindow overshoot.top {
- background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0)));
+ background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center top;
@@ -2342,7 +2342,7 @@ scrolledwindow overshoot.top {
box-shadow: none; }
scrolledwindow overshoot.bottom {
- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0)));
+ background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center bottom;
@@ -2351,7 +2351,7 @@ scrolledwindow overshoot.bottom {
box-shadow: none; }
scrolledwindow overshoot.left {
- background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0)));
+ background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: left center;
@@ -2360,7 +2360,7 @@ scrolledwindow overshoot.left {
box-shadow: none; }
scrolledwindow overshoot.right {
- background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0)));
+ background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: right center;
@@ -2411,7 +2411,7 @@ scrolledwindow undershoot.right {
scrolledwindow junction {
border-color: transparent;
border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch;
- background-color: #fdf4de; }
+ background-color: #fcfcfc; }
scrolledwindow junction:dir(rtl) {
border-image-slice: 0 1 0 0; }
@@ -2421,7 +2421,7 @@ separator {
min-height: 1px; }
list {
- background-color: #fdf6e3;
+ background-color: #ffffff;
border-color: #dcdfe3; }
list row {
padding: 2px; }
@@ -2441,41 +2441,41 @@ row.activatable:disabled {
color: inherit; }
row.activatable:selected:active {
- color: #fdf6e3; }
+ color: #ffffff; }
row.activatable:selected.has-open-popup, row.activatable:selected:hover {
- background-color: #227dbd; }
+ background-color: #4a85cb; }
.app-notification {
padding: 10px;
- color: #657b83;
- background-color: #073642;
+ color: #BAC3CF;
+ background-color: #353945;
background-clip: border-box;
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
border-style: solid;
- border-color: #021014; }
+ border-color: #1f2128; }
.app-notification border {
border: none; }
.app-notification button {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.4); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.4); }
.app-notification button.flat, .app-notification button.sidebar-button {
- border-color: rgba(38, 139, 210, 0); }
+ border-color: rgba(82, 148, 226, 0); }
.app-notification button:hover {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(21, 163, 200, 0.5); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(119, 127, 151, 0.5); }
.app-notification button:active, .app-notification button:checked {
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2;
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
- color: #234b56;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.25); }
+ color: #5d626e;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.25); }
expander arrow {
min-width: 16px;
@@ -2511,8 +2511,8 @@ calendar {
messagedialog .titlebar {
min-height: 20px;
- background-color: #002b36;
- border-bottom: 1px solid #000f12; }
+ background-color: #2f343f;
+ border-bottom: 1px solid #20232b; }
messagedialog .dialog-action-area button {
padding: 8px;
@@ -2604,18 +2604,18 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to bottom, #b58900, #b58900);
+ background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
- color: #268bd2; }
+ color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
- box-shadow: inset 0 1px #b58900, inset 0 -1px #b58900; }
+ box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
- color: #b58900; }
+ color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
- background-color: #b58900; }
+ background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
- color: #fdf6e3; }
+ color: #ffffff; }
placesview .server-list-button > image {
-gtk-icon-transform: rotate(0turn); }
@@ -2637,7 +2637,7 @@ paned > separator {
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
- background-image: linear-gradient(to bottom, #268bd2, #268bd2); }
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -2675,52 +2675,52 @@ paned.vertical > separator {
infobar {
border-style: none; }
infobar.info, infobar.question, infobar.warning, infobar.error {
- background-color: #268bd2;
- color: #fdf6e3;
+ background-color: #5294e2;
+ color: #ffffff;
caret-color: currentColor; }
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
- color: #268bd2;
- background-color: #fdf6e3; }
+ color: #5294e2;
+ background-color: #ffffff; }
-.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
- color: #fdf6e3;
- background-color: rgba(253, 246, 227, 0);
- border-color: rgba(253, 246, 227, 0.5); }
+.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button {
+ color: #ffffff;
+ background-color: rgba(255, 255, 255, 0);
+ border-color: rgba(255, 255, 255, 0.5); }
row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #fdf6e3;
- background-color: rgba(253, 246, 227, 0); }
- .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
- color: rgba(253, 246, 227, 0.4); }
+ color: #ffffff;
+ background-color: rgba(255, 255, 255, 0); }
+ .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label {
+ color: rgba(255, 255, 255, 0.4); }
row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover {
- color: #fdf6e3;
- background-color: rgba(253, 246, 227, 0.2);
- border-color: rgba(253, 246, 227, 0.8); }
+ color: #ffffff;
+ background-color: rgba(255, 255, 255, 0.2);
+ border-color: rgba(255, 255, 255, 0.8); }
-.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
- color: #268bd2;
- background-color: #fdf6e3;
- border-color: #fdf6e3; }
+.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked {
+ color: #5294e2;
+ background-color: #ffffff;
+ border-color: #ffffff; }
row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled {
- background-color: rgba(253, 246, 227, 0);
- border-color: rgba(253, 246, 227, 0.4); }
+ background-color: rgba(255, 255, 255, 0);
+ border-color: rgba(255, 255, 255, 0.4); }
row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label {
- color: rgba(253, 246, 227, 0.5); }
- .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
- color: #268bd2;
- background-color: rgba(253, 246, 227, 0.5);
- border-color: rgba(253, 246, 227, 0.4); }
+ color: rgba(255, 255, 255, 0.5); }
+ .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
+ color: #5294e2;
+ background-color: rgba(255, 255, 255, 0.5);
+ border-color: rgba(255, 255, 255, 0.4); }
tooltip {
border-radius: 2px;
box-shadow: none; }
tooltip.background {
- background-color: #0c5c70;
+ background-color: #4b5162;
background-clip: padding-box; }
tooltip.background label {
padding: 4px; }
@@ -2728,7 +2728,7 @@ tooltip {
background-color: transparent; }
tooltip * {
background-color: transparent;
- color: #657b83; }
+ color: #BAC3CF; }
colorswatch, colorswatch:drop(active) {
border-style: none; }
@@ -2786,11 +2786,11 @@ colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: #fbfbfc; }
colorswatch#add-color-button:hover {
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: white; }
colorswatch#add-color-button overlay {
border-color: transparent;
@@ -2807,13 +2807,13 @@ colorchooser .popover.osd {
border-radius: 3px; }
.content-view {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
.content-view:hover {
-gtk-icon-effect: highlight; }
.scale-popup button:hover {
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: white; }
.context-menu, popover.touch-selection, .csd popover.touch-selection,
@@ -2839,7 +2839,7 @@ button.circular-button {
min-height: 20px;
padding: 3px 6px 4px 6px;
color: #5c616c;
- background-color: #fdf6e3;
+ background-color: #ffffff;
border: 1px solid #dcdfe3;
border-radius: 2.5px;
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); }
@@ -2852,15 +2852,15 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima
*:drop(active):focus,
*:drop(active) {
- box-shadow: inset 0 0 0 1px #b58900; }
+ box-shadow: inset 0 0 0 1px #F08437; }
decoration {
border-radius: 3px 3px 0 0;
border-width: 0px;
- box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.2);
+ box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2);
margin: 10px; }
decoration:backdrop {
- box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2);
+ box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2);
transition: 200ms ease-out; }
.fullscreen decoration,
.tiled decoration {
@@ -2884,7 +2884,7 @@ decoration {
.solid-csd decoration {
border-radius: 0;
margin: 1px;
- background-color: #002b36;
+ background-color: #2f343f;
box-shadow: none; }
headerbar.default-decoration button.titlebutton,
@@ -2901,18 +2901,18 @@ headerbar button.titlebutton,
border-color: transparent;
background-color: transparent;
background-image: none;
- background-color: rgba(0, 43, 54, 0); }
+ background-color: rgba(47, 52, 63, 0); }
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
- color: #fdf6e3;
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2; }
+ background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@@ -2977,7 +2977,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- background-color: #268bd2; }
+ background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@@ -2991,7 +2991,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
- color: #fdf6e3; }
+ color: #ffffff; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview: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, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@@ -3001,7 +3001,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
- color: #92c1db; }
+ color: #a9caf1; }
.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked,
terminal-window notebook > header.top > tabs > tab:checked {
@@ -3010,7 +3010,7 @@ terminal-window notebook > header.top > tabs > tab:checked {
terminal-window notebook > header.top,
.mate-terminal notebook > header.top {
padding-top: 3px;
- box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; }
+ box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; }
terminal-window notebook > header.top button,
.mate-terminal notebook > header.top button {
padding: 0;
@@ -3026,7 +3026,7 @@ terminal-window notebook > header.top,
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #5c616c; }
.nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected {
- color: #fdf6e3;
+ color: #ffffff;
text-shadow: none; }
.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
@@ -3036,7 +3036,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus,
.nautilus-list-dim-label:selected,
.nautilus-list-dim-label:selected:focus {
- color: #d2e1e0; }
+ color: #dceaf9; }
.nautilus-window searchbar {
border-top: 1px solid #dcdfe3; }
@@ -3046,7 +3046,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
.disk-space-display {
border-style: solid;
@@ -3055,21 +3055,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: rgba(92, 97, 108, 0.5);
border-color: rgba(69, 72, 80, 0.5); }
.disk-space-display.used {
- background-color: rgba(38, 139, 210, 0.8);
- border-color: rgba(30, 110, 167, 0.8); }
+ background-color: rgba(82, 148, 226, 0.8);
+ border-color: rgba(38, 121, 219, 0.8); }
.disk-space-display.free {
background-color: #edeef0;
border-color: #d0d5da; }
@keyframes needs_attention_keyframes {
0% {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
100% {
- color: #fdf6e3;
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2; } }
+ background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@@ -3080,54 +3080,54 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
- background-color: #dc322f; }
+ background-color: #FC4138; }
.conflict-row.activatable:hover {
- background-color: #e35d5b; }
+ background-color: #fd716a; }
.conflict-row.activatable:selected {
- color: #fdf6e3;
- background-color: #268bd2; }
+ color: #ffffff;
+ background-color: #5294e2; }
.nemo-window .nemo-places-sidebar.frame {
border-width: 0; }
.nemo-window notebook {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
color: #5c616c;
- border-color: #268bd2;
- background-color: #fdf6e3; }
+ border-color: #5294e2;
+ background-color: #ffffff; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) {
margin: 0 0 1px 0; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover {
- background-color: rgba(0, 193, 243, 0.4); }
+ background-color: rgba(134, 144, 165, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked {
- color: #fdf6e3;
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2; }
+ background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
- color: rgba(89, 128, 143, 0.4); }
+ color: rgba(207, 218, 231, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover {
- box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); }
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); }
+ box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
- box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); }
+ box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); }
.caja-notebook {
border-top: 1px solid #dcdfe3; }
@@ -3140,21 +3140,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.open-document-selector-treeview.view, iconview.open-document-selector-treeview {
padding: 3px 6px 3px 6px;
- border-color: #fdf6e3; }
+ border-color: #ffffff; }
.open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover {
- background-color: #f2ecdb; }
+ background-color: #f4f4f5; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
- color: #fdf6e3;
- background-color: #268bd2; }
+ color: #ffffff;
+ background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
.open-document-selector-path-label {
- color: #adaca8;
+ color: #aeb0b6;
font-size: smaller; }
.open-document-selector-path-label:selected {
- color: rgba(253, 246, 227, 0.9); }
+ color: rgba(255, 255, 255, 0.9); }
.gedit-document-panel row button {
min-width: 22px;
@@ -3180,7 +3180,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border: none;
box-shadow: none; }
.gedit-document-panel row:hover:selected button:hover:active {
- color: #fdf6e3; }
+ color: #ffffff; }
.gedit-document-panel-dragged-row {
border: 1px solid #dcdfe3;
@@ -3238,10 +3238,10 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
- border-top-color: #268bd2; }
+ border-top-color: #5294e2; }
layouttab {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
layout {
border: 1px solid #dcdfe3;
@@ -3251,11 +3251,11 @@ eggsearchbar box.search-bar {
border-bottom: 1px solid #dcdfe3; }
pillbox {
- color: #fdf6e3;
- background-color: #268bd2;
+ color: #ffffff;
+ background-color: #5294e2;
border-radius: 3px; }
pillbox:disabled label {
- color: rgba(253, 246, 227, 0.5); }
+ color: rgba(255, 255, 255, 0.5); }
docktabstrip {
padding: 0 6px;
@@ -3271,7 +3271,7 @@ docktabstrip {
opacity: 1; }
docktabstrip docktab:checked {
border-color: #dcdfe3;
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
dockbin {
border: 1px solid #dcdfe3;
@@ -3315,7 +3315,7 @@ entry.search.preferences-search {
border-radius: 0; }
preferences stacksidebar.sidebar list {
- background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); }
+ background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
preferences stacksidebar.sidebar list separator {
background-color: transparent; }
@@ -3353,8 +3353,8 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
- background-color: #268bd2;
- color: #fdf6e3;
+ background-color: #5294e2;
+ color: #ffffff;
border-radius: 2px; }
.documents-collection-icon, .photos-collection-icon {
@@ -3363,21 +3363,21 @@ button.documents-load-more {
button.documents-favorite:active,
button.documents-favorite:active:hover {
- color: #78b9e6; }
+ color: #a9caf1; }
.documents-entry-tag, .photos-entry-tag {
- color: #fdf6e3;
- background: #268bd2;
+ color: #ffffff;
+ background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover, .photos-entry-tag:hover {
- color: #fdf6e3;
- background: #3295da; }
+ color: #ffffff;
+ background: #639fe5; }
.documents-entry-tag:active, .photos-entry-tag:active {
- color: #fdf6e3;
- background: #2380c1; }
+ color: #ffffff;
+ background: #4189df; }
.content-view.document-page {
border-style: solid;
@@ -3392,6 +3392,10 @@ button.documents-favorite:active:hover {
opacity: 0.0;
transition: opacity 0.2s ease-out; }
+.tweak-categories,
+.tweak-category:not(:selected):not(:hover) {
+ background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
+
.tr-workarea undershoot,
.tr-workarea overshoot {
border-color: transparent; }
@@ -3403,9 +3407,9 @@ button.documents-favorite:active:hover {
#gf-input-source-popup.solid,
#gf-candidate-popup,
#gf-candidate-popup.solid {
- color: #768d96;
- background-color: #073642;
- border: 1px solid #03181d;
+ color: #cfd5de;
+ background-color: #353945;
+ border: 1px solid #23262e;
border-radius: 2px; }
#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
@@ -3418,14 +3422,14 @@ button.documents-favorite:active:hover {
#gf-candidate-popup levelbar block.low,
#gf-candidate-popup levelbar block.high,
#gf-candidate-popup levelbar block.full {
- background-color: #268bd2;
- border-color: #268bd2; }
+ background-color: #5294e2;
+ border-color: #5294e2; }
#gf-bubble levelbar block.empty,
#gf-osd-window levelbar block.empty,
#gf-input-source-popup levelbar block.empty,
#gf-candidate-popup levelbar block.empty {
- background-color: #05232b; }
+ background-color: #2a2d37; }
#gf-bubble levelbar trough,
#gf-osd-window levelbar trough,
@@ -3437,35 +3441,35 @@ button.documents-favorite:active:hover {
min-height: 32px;
min-width: 40px; }
#gf-input-source:selected {
- color: #fdf6e3;
- background-color: #268bd2;
+ color: #ffffff;
+ background-color: #5294e2;
border-radius: 2px; }
gf-candidate-box label {
padding: 3px; }
gf-candidate-box:hover, gf-candidate-box:selected {
- color: #fdf6e3;
- background-color: #268bd2;
+ color: #ffffff;
+ background-color: #5294e2;
border-radius: 2px; }
MsdOsdWindow.background.osd {
border-radius: 2px;
- border: 1px solid #03181d; }
+ border: 1px solid #23262e; }
MsdOsdWindow.background.osd .progressbar {
- background-color: #268bd2;
+ background-color: #5294e2;
border: none;
border-color: red;
border-radius: 5px; }
MsdOsdWindow.background.osd .trough {
- background-color: #05232b;
+ background-color: #2a2d37;
border: none;
border-radius: 5px; }
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
- background-color: #05242c; }
+ background-color: #2b2e37; }
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
@@ -3473,7 +3477,7 @@ panel-toplevel.background menubar {
panel-toplevel.background menubar,
panel-toplevel.background #PanelApplet label,
panel-toplevel.background #PanelApplet image {
- color: #657b83; }
+ color: #BAC3CF; }
.mate-panel-menu-bar button label, .mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
@@ -3486,15 +3490,15 @@ panel-toplevel.background #tasklist-button image {
.mate-panel-menu-bar .wnck-pager,
panel-toplevel.background .wnck-pager {
- color: #333e42;
- background-color: black; }
+ color: #5d6268;
+ background-color: #14161b; }
.mate-panel-menu-bar .wnck-pager:hover,
panel-toplevel.background .wnck-pager:hover {
- background-color: #073743; }
+ background-color: #363a46; }
.mate-panel-menu-bar .wnck-pager:selected,
panel-toplevel.background .wnck-pager:selected {
- color: #78b9e6;
- background-color: #268bd2; }
+ color: #a9caf1;
+ background-color: #5294e2; }
.mate-panel-menu-bar na-tray-applet,
panel-toplevel.background na-tray-applet {
@@ -3502,39 +3506,39 @@ panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-size: 16px; }
.xfce4-panel.panel {
- background-color: #05242c;
+ background-color: #2b2e37;
text-shadow: none;
-gtk-icon-shadow: none; }
#tasklist-button {
- color: rgba(101, 123, 131, 0.8);
+ color: rgba(186, 195, 207, 0.8);
border-radius: 0;
border: none;
- background-color: rgba(5, 36, 44, 0); }
+ background-color: rgba(43, 46, 55, 0); }
#tasklist-button:hover {
- color: #7f949c;
+ color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
color: white;
background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 -2px #268bd2; }
+ box-shadow: inset 0 -2px #5294e2; }
.mate-panel-menu-bar button:not(#tasklist-button),
panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
- color: #657b83;
+ color: #BAC3CF;
border-radius: 0;
border: none;
- background-color: rgba(5, 36, 44, 0); }
+ background-color: rgba(43, 46, 55, 0); }
.mate-panel-menu-bar button:hover:not(#tasklist-button),
panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
- background-color: #0a4a5a; }
+ background-color: #414654; }
.mate-panel-menu-bar button:active:not(#tasklist-button),
panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button),
panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
- color: #fdf6e3;
+ color: #ffffff;
border: none;
- background-color: #268bd2; }
+ background-color: #5294e2; }
.mate-panel-menu-bar button:active:not(#tasklist-button) label,
panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image,
panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label,
@@ -3544,8 +3548,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
.nautilus-window .floating-bar {
padding: 1px;
- background-color: #268bd2;
- color: #fdf6e3;
+ background-color: #5294e2;
+ color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
border-top-left-radius: 0; }
@@ -3560,21 +3564,21 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto
border-radius: 3px;
padding-left: 4px;
padding-right: 4px;
- color: rgba(89, 128, 143, 0.8);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.4); }
+ color: rgba(207, 218, 231, 0.8);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.4); }
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit; }
.marlin-pathbar.pathbar:focus {
- color: #fdf6e3;
+ color: #ffffff;
border-color: transparent;
- background-color: #268bd2; }
+ background-color: #5294e2; }
.marlin-pathbar.pathbar:disabled {
- color: rgba(89, 128, 143, 0.35);
- border-color: rgba(0, 0, 0, 0.4);
- background-color: rgba(0, 132, 166, 0.25); }
+ color: rgba(207, 218, 231, 0.35);
+ border-color: rgba(21, 23, 28, 0.4);
+ background-color: rgba(95, 105, 127, 0.25); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
- color: #268bd2; }
+ color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@@ -3643,40 +3647,40 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: #268bd2;
+ -UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
UnityDecoration .top {
- border: 1px solid #000f12;
+ border: 1px solid #20232b;
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, #002b36, #002b36);
- color: rgba(89, 128, 143, 0.8);
- box-shadow: inset 0 1px #003745; }
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
+ color: rgba(207, 218, 231, 0.8);
+ box-shadow: inset 0 1px #363b48; }
UnityDecoration .top:backdrop {
border-bottom-width: 0;
- color: rgba(89, 128, 143, 0.5); }
+ color: rgba(207, 218, 231, 0.5); }
UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom,
UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, #000f12, #000f12); }
+ background-image: linear-gradient(to bottom, #20232b, #20232b); }
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #002b36, #002b36);
- color: #9cacb2;
+ background-image: linear-gradient(to bottom, #2f343f, #2f343f);
+ color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
.unity-panel:backdrop {
- color: #677e86; }
+ color: #bdc6d1; }
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
- color: #fdf6e3;
- background-image: linear-gradient(to bottom, #268bd2, #268bd2);
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, #5294e2, #5294e2);
border-bottom: none; }
.lightdm.menu {
@@ -3688,7 +3692,7 @@ UnityPanelWidget,
color: white; }
.lightdm-combo .menu {
- background-color: #004b5f;
+ background-color: #404756;
border-radius: 0px;
padding: 0px;
color: white; }
@@ -3761,13 +3765,13 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
- background-color: #268bd2;
- border-color: #268bd2;
+ background-color: #5294e2;
+ border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
.overlay-bar label {
- color: #fdf6e3; }
+ color: #ffffff; }
GraniteWidgetsThinPaned {
background-color: transparent;
@@ -3822,8 +3826,8 @@ iconview.source-list:hover:selected,
.source-list.view:selected:focus,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
- color: #fdf6e3;
- background-color: #268bd2; }
+ color: #ffffff;
+ background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@@ -3838,8 +3842,8 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
- background-color: #268bd2;
- color: #fdf6e3;
+ background-color: #5294e2;
+ color: #ffffff;
border-radius: 10px;
padding: 0 6px;
margin: 0 3px;
@@ -3848,8 +3852,8 @@ iconview.source-list:selected:focus,
.source-list.badge:selected,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
- background-color: #fdf6e3;
- color: #268bd2; }
+ background-color: #ffffff;
+ color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@@ -3865,7 +3869,7 @@ iconview.source-list:selected:focus,
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GraniteWidgetsWelcome {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
GraniteWidgetsWelcome label {
color: #a9acb2;
@@ -3889,7 +3893,7 @@ GraniteWidgetsPopOver {
margin: 0; }
.popover_bg {
- background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3);
+ background-image: linear-gradient(to bottom, #ffffff, #ffffff);
border: 1px solid rgba(0, 0, 0, 0.3); }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
@@ -3921,17 +3925,18 @@ GtkListBox .h4 {
padding-left: 6px; }
#panel_window {
- background-color: #05242c;
- color: #657b83;
+ background-color: #2b2e37;
+ color: #BAC3CF;
font-weight: bold;
- box-shadow: inset 0 -1px #010a0c; }
- #panel_window menubar,
- #panel_window menubar > menuitem {
- background-color: transparent;
- color: #657b83;
- font-weight: bold; }
+ box-shadow: inset 0 -1px #1b1d23; }
+ #panel_window menubar {
+ padding-left: 5px; }
+ #panel_window menubar, #panel_window menubar > menuitem {
+ background-color: transparent;
+ color: #BAC3CF;
+ font-weight: bold; }
#panel_window menubar menuitem:disabled {
- color: rgba(101, 123, 131, 0.5); }
+ color: rgba(186, 195, 207, 0.5); }
#panel_window menubar menuitem:disabled label {
color: inherit; }
#panel_window menubar menu > menuitem {
@@ -3955,18 +3960,18 @@ GtkListBox .h4 {
#content_frame button {
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: #fbfbfc; }
#content_frame button:hover {
color: #5c616c;
- border-color: #657b83;
+ border-color: #cfd6e6;
background-color: white; }
#content_frame button:active, #content_frame button:checked {
- color: #fdf6e3;
- border-color: #268bd2;
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: #5294e2;
+ background-color: #5294e2; }
#content_frame button:disabled {
- border-color: rgba(101, 123, 131, 0.55);
+ border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
#content_frame button:disabled label, #content_frame button:disabled {
color: rgba(92, 97, 108, 0.55); }
@@ -3975,29 +3980,29 @@ GtkListBox .h4 {
padding-top: 20px;
padding-bottom: 0px;
border-style: none;
- background-color: #073642;
+ background-color: #353945;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 1px;
- box-shadow: inset 0 1px #073642; }
+ box-shadow: inset 0 1px #353945; }
#buttonbox_frame button {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.4); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.4); }
#buttonbox_frame button:hover {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(21, 163, 200, 0.5); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(119, 127, 151, 0.5); }
#buttonbox_frame button:active, #buttonbox_frame button:checked {
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2; }
#buttonbox_frame button:disabled {
- color: #234b56;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.25); }
+ color: #5d626e;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.25); }
#login_window #user_combobox {
color: #5c616c;
@@ -4012,48 +4017,48 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: green;
- background-color: #dc322f;
- border-color: #dc322f; }
+ background-color: #F04A50;
+ border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
- background-color: #e35d5b;
- border-color: #e35d5b; }
+ background-color: #f4797e;
+ border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
- background-color: #b9221f;
- border-color: #b9221f; }
+ background-color: #ec1b22;
+ border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: green;
- background-color: #2aa198;
- border-color: #2aa198; }
+ background-color: #4DADD4;
+ border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: green;
- background-color: #35c9be;
- border-color: #35c9be; }
+ background-color: #76c0de;
+ border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
- background-color: #1f7972;
- border-color: #1f7972; }
+ background-color: #2e96c0;
+ border-color: #2e96c0; }
#greeter_infobar {
border-bottom-width: 0;
font-weight: bold; }
.nautilus-window paned > separator {
- background-image: linear-gradient(to bottom, #073642, #073642); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
.nautilus-window paned > separator:dir(ltr) {
margin-left: -1px; }
.nautilus-window paned > separator:dir(rtl) {
margin-right: -1px; }
filechooser paned > separator {
- background-image: linear-gradient(to bottom, #073642, #073642); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
@@ -4062,23 +4067,23 @@ filechooser.csd.background, filechooser placessidebar list,
filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar {
- background-color: #073642; }
+ background-color: #353945; }
filechooser placessidebar.sidebar row.sidebar-row,
.nautilus-window placessidebar.sidebar row.sidebar-row {
border: none;
- color: #657b83; }
+ color: #BAC3CF; }
filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon {
- color: rgba(101, 123, 131, 0.6); }
+ color: rgba(186, 195, 207, 0.6); }
filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup,
.nautilus-window placessidebar.sidebar row.sidebar-row:hover {
- background-color: rgba(101, 123, 131, 0.15); }
+ background-color: rgba(186, 195, 207, 0.15); }
filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image {
- color: rgba(101, 123, 131, 0.4); }
+ color: rgba(186, 195, 207, 0.4); }
filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon,
@@ -4087,23 +4092,23 @@ filechooser placessidebar.sidebar,
color: inherit; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button {
- color: #657b83; }
+ color: #BAC3CF; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(21, 163, 200, 0.5); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(119, 127, 151, 0.5); }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
- color: #fdf6e3;
- border-color: #268bd2;
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: #5294e2;
+ background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
- color: #268bd2; }
+ color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@@ -4111,36 +4116,36 @@ filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled),
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon {
- color: #b58900; }
+ color: #F08437; }
filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected {
- background-color: #b58900; }
+ background-color: #F08437; }
filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon {
- color: #fdf6e3; }
+ color: #ffffff; }
filechooser placessidebar.sidebar separator,
.nautilus-window placessidebar.sidebar separator {
background-color: transparent; }
filechooser.maximized placessidebar.sidebar,
.nautilus-window.maximized placessidebar.sidebar {
- background-color: #073642; }
+ background-color: #353945; }
.nemo-window .sidebar {
- color: #657b83;
- background-color: #073642; }
+ color: #BAC3CF;
+ background-color: #353945; }
.nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row {
background-color: transparent;
- color: #657b83; }
+ color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
- background-color: #268bd2;
- color: #fdf6e3; }
+ background-color: #5294e2;
+ color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
- color: #365963; }
+ color: #787e8a; }
.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover {
- color: #657b83; }
+ color: #BAC3CF; }
.nemo-window .sidebar separator {
background-color: transparent; }
@@ -4148,150 +4153,150 @@ filechooser.maximized placessidebar.sidebar,
.caja-side-pane > notebook > stack > widget > box,
.caja-side-pane text,
.caja-side-pane treeview {
- color: #657b83;
- caret-color: #657b83;
- background-color: #073642; }
+ color: #BAC3CF;
+ caret-color: #BAC3CF;
+ background-color: #353945; }
.caja-side-pane > box button:not(:active):not(:checked) {
- color: #657b83; }
+ color: #BAC3CF; }
.caja-side-pane .frame {
- border-color: #05232b; }
+ border-color: #2a2d37; }
.caja-side-pane junction {
- background-color: #05232b; }
+ background-color: #2a2d37; }
filechooser actionbar {
- color: #657b83;
- background-color: #073642;
- border-color: #041c22; }
+ color: #BAC3CF;
+ background-color: #353945;
+ border-color: #252831; }
filechooser actionbar label, filechooser actionbar combobox {
- color: #657b83; }
+ color: #BAC3CF; }
.gedit-bottom-panel-paned {
- background-color: #fdf6e3; }
+ background-color: #ffffff; }
.gedit-side-panel-paned > separator {
- background-image: linear-gradient(to bottom, #073642, #073642); }
+ background-image: linear-gradient(to bottom, #353945, #353945); }
.gedit-bottom-panel-paned > separator {
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
.gedit-document-panel {
- background-color: #073642; }
+ background-color: #353945; }
.maximized .gedit-document-panel {
- background-color: #073642; }
+ background-color: #353945; }
.gedit-document-panel row {
- color: #657b83;
- background-color: rgba(101, 123, 131, 0); }
+ color: #BAC3CF;
+ background-color: rgba(186, 195, 207, 0); }
.gedit-document-panel row:hover {
- background-color: rgba(101, 123, 131, 0.15); }
+ background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
- color: #fdf6e3;
- background-color: #268bd2; }
+ color: #ffffff;
+ background-color: #5294e2; }
.gedit-document-panel row:active button {
- color: #fdf6e3; }
+ color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
- color: #fdf6e3;
- background-color: #268bd2; }
+ color: #ffffff;
+ background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
- color: #657b83; }
+ color: #BAC3CF; }
filechooser actionbar button {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.4); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.4); }
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(21, 163, 200, 0.5); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(119, 127, 151, 0.5); }
filechooser actionbar button:active, filechooser actionbar button:checked {
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2; }
filechooser actionbar button:disabled {
- color: #234b56;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.25); }
+ color: #5d626e;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.25); }
filechooser actionbar entry {
- color: #657b83;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: rgba(18, 137, 167, 0.4); }
+ color: #BAC3CF;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: rgba(102, 109, 132, 0.4); }
filechooser actionbar entry image, filechooser actionbar entry image:hover {
color: inherit; }
filechooser actionbar entry:focus {
- color: #fdf6e3;
- border-color: rgba(1, 9, 11, 0.4);
- background-color: #268bd2; }
+ color: #ffffff;
+ border-color: rgba(26, 28, 34, 0.4);
+ background-color: #5294e2; }
filechooser actionbar entry:disabled {
- color: rgba(101, 123, 131, 0.55);
- background-color: rgba(18, 137, 167, 0.25); }
+ color: rgba(186, 195, 207, 0.55);
+ background-color: rgba(102, 109, 132, 0.25); }
filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
- border-color: #05232b; }
+ border-color: #2a2d37; }
filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider,
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
- background-color: #8da0a7;
+ background-color: #e7eaee;
border: 1px solid rgba(0, 0, 0, 0.3); }
filechooser placessidebar.sidebar scrollbar slider,
.nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider {
- background-color: rgba(141, 160, 167, 0.7); }
+ background-color: rgba(231, 234, 238, 0.7); }
filechooser placessidebar.sidebar scrollbar slider:hover,
.nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover {
- background-color: #9cacb2; }
+ background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
- background-color: #268bd2; }
+ background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
filechooser placessidebar.sidebar scrollbar trough,
.nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough {
- background-color: #05232b; }
+ background-color: #2a2d37; }
@define-color theme_fg_color #5c616c;
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
-@define-color theme_base_color #fdf6e3;
-@define-color theme_selected_bg_color #268bd2;
-@define-color theme_selected_fg_color #fdf6e3;
+@define-color theme_base_color #ffffff;
+@define-color theme_selected_bg_color #5294e2;
+@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
-@define-color base_color #fdf6e3;
-@define-color selected_bg_color #268bd2;
-@define-color selected_fg_color #fdf6e3;
-@define-color insensitive_bg_color #faf6eb;
+@define-color base_color #ffffff;
+@define-color selected_bg_color #5294e2;
+@define-color selected_fg_color #ffffff;
+@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
-@define-color insensitive_base_color #fdf6e3;
+@define-color insensitive_base_color #ffffff;
@define-color theme_unfocused_fg_color #5c616c;
@define-color theme_unfocused_text_color #5c616c;
@define-color theme_unfocused_bg_color #F5F6F7;
-@define-color theme_unfocused_base_color #fdf6e3;
+@define-color theme_unfocused_base_color #ffffff;
@define-color borders #dcdfe3;
@define-color unfocused_borders #dcdfe3;
-@define-color warning_color #cb4b16;
-@define-color error_color #dc322f;
-@define-color success_color #859900;
+@define-color warning_color #F27835;
+@define-color error_color #FC4138;
+@define-color success_color #73d216;
@define-color placeholder_text_color #A8A8A8;
-@define-color link_color #1e6ea7;
-@define-color content_view_bg #fdf6e3;
-@define-color wm_title alpha(#59808f, 0.8);
-@define-color wm_unfocused_title alpha(#59808f, 0.5);
-@define-color wm_bg #002b36;
-@define-color wm_bg_unfocused #00313e;
-@define-color wm_highlight #003745;
+@define-color link_color #2679db;
+@define-color content_view_bg #ffffff;
+@define-color wm_title alpha(#cfdae7, 0.8);
+@define-color wm_unfocused_title alpha(#cfdae7, 0.5);
+@define-color wm_bg #2f343f;
+@define-color wm_bg_unfocused #323843;
+@define-color wm_highlight #363b48;
@define-color wm_shadow alpha(black, 0.35);
-@define-color wm_button_close_bg #dc322f;
-@define-color wm_button_close_hover_bg #cb4b16;
-@define-color wm_button_close_active_bg #dc322f;
-@define-color wm_icon_close_bg #002b36;
-@define-color wm_button_hover_bg #657b83;
-@define-color wm_button_active_bg #268bd2;
-@define-color wm_button_hover_border #002b36;
-@define-color wm_icon_bg #93a1a1;
-@define-color wm_icon_unfocused_bg #657b83;
-@define-color wm_icon_hover_bg #93a1a1;
-@define-color wm_icon_active_bg #fdf6e3;
+@define-color wm_button_close_bg #cc575d;
+@define-color wm_button_close_hover_bg #d7787d;
+@define-color wm_button_close_active_bg #be3841;
+@define-color wm_icon_close_bg #2f343f;
+@define-color wm_button_hover_bg #454C5C;
+@define-color wm_button_active_bg #5294e2;
+@define-color wm_button_hover_border #262932;
+@define-color wm_icon_bg #90939B;
+@define-color wm_icon_unfocused_bg #666A74;
+@define-color wm_icon_hover_bg #C4C7CC;
+@define-color wm_icon_active_bg #ffffff;