aboutsummaryrefslogtreecommitdiff
path: root/.themes/MikunoNaka/gtk-3.20/dist/gtk.css
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-22 19:09:10 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-22 19:09:10 +0530
commit712286bb54d25397d332ce4661c6d00bdf6a792c (patch)
treed83b1ed39e5767c7c633b3de43112a9080ffcec7 /.themes/MikunoNaka/gtk-3.20/dist/gtk.css
parent06b3f563ac98b01663cc07e9c13a502ef97e3e7c (diff)
made the theme less rounder
Diffstat (limited to '.themes/MikunoNaka/gtk-3.20/dist/gtk.css')
-rw-r--r--.themes/MikunoNaka/gtk-3.20/dist/gtk.css4538
1 files changed, 2279 insertions, 2259 deletions
diff --git a/.themes/MikunoNaka/gtk-3.20/dist/gtk.css b/.themes/MikunoNaka/gtk-3.20/dist/gtk.css
index aa884d81..87e4cbe1 100644
--- a/.themes/MikunoNaka/gtk-3.20/dist/gtk.css
+++ b/.themes/MikunoNaka/gtk-3.20/dist/gtk.css
@@ -11,38 +11,38 @@
/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/
/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/
/* dark color scheme */
-@define-color dark_bg_color #1d1b4c;
-@define-color dark_fg_color #ffffff;
+@define-color dark_bg_color #1d1b4d;
+@define-color dark_fg_color #e5e5e5;
/* colormap actually used by the theme, to be overridden in other css files */
@define-color theme_bg_color #130f23;
-@define-color theme_fg_color #d2a0c9;
+@define-color theme_fg_color #e5e5e5;
@define-color theme_base_color #130f23;
-@define-color theme_text_color #e6e1ec;
+@define-color theme_text_color #e5e5e5;
@define-color theme_selected_bg_color #8d5bd0;
-@define-color theme_selected_fg_color #ffffff;
+@define-color theme_selected_fg_color #e5e5e5;
@define-color theme_tooltip_bg_color #130f23;
-@define-color theme_tooltip_fg_color #d2a0c9;
+@define-color theme_tooltip_fg_color #e5e5e5;
/* shadow effects */
@define-color light_shadow #141024;
-@define-color dark_shadow #32182d;
+@define-color dark_shadow #2e2e2e;
/* misc colors used by gtk+ */
-@define-color info_fg_color #130f23;
-@define-color info_bg_color #8d5bd0;
-@define-color warning_fg_color #130f23;
-@define-color warning_bg_color #ebb352;
-@define-color question_fg_color #130f23;
-@define-color question_bg_color #8d5bd0;
-@define-color error_fg_color #130f23;
-@define-color error_bg_color #eb5b7a;
-@define-color link_color #7e12bf;
-@define-color success_color #add954;
-@define-color warning_color #ebb352;
-@define-color error_color #eb5b7a;
+@define-color info_fg_color #d2f000;
+@define-color info_bg_color #4023d9;
+@define-color warning_fg_color #d2f000;
+@define-color warning_bg_color #f92927;
+@define-color question_fg_color #d2f000;
+@define-color question_bg_color #4023d9;
+@define-color error_fg_color #d2f000;
+@define-color error_bg_color #f4004c;
+@define-color link_color #1c00a5;
+@define-color success_color #0f2fa7;
+@define-color warning_color #f92927;
+@define-color error_color #f4004c;
/* widget colors */
@define-color titlebar_bg_focused @dark_bg_color;
@define-color titlebar_bg_unfocused @theme_bg_color;
@define-color titlebar_fg_focused @dark_fg_color;
-@define-color titlebar_fg_unfocused mix(#d2a0c9,#130f23,0.4);
+@define-color titlebar_fg_unfocused mix(#e5e5e5,#130f23,0.4);
@define-color menubar_bg_color @dark_bg_color;
@define-color menubar_fg_color @dark_fg_color;
@define-color toolbar_bg_color @theme_bg_color;
@@ -51,28 +51,28 @@
@define-color menu_fg_color @dark_fg_color;
@define-color panel_bg_color @dark_bg_color;
@define-color panel_fg_color @dark_fg_color;
-@define-color borders mix(#130f23,#d2a0c9,0.18);
-@define-color unfocused_borders mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9);
+@define-color borders mix(#130f23,#e5e5e5,0.18);
+@define-color unfocused_borders mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9);
@define-color button_bg_color #8d5bd0;
-@define-color button_fg_color #e6e1ec;
-@define-color header_button_bg_color #e26da9;
+@define-color button_fg_color #ffffff;
+@define-color header_button_bg_color #a764d1;
@define-color header_button_fg_color #ffffff;
@define-color insensitive_bg_color mix(#130f23,#130f23,0.6);
-@define-color insensitive_fg_color mix(#d2a0c9,#130f23,0.5);
+@define-color insensitive_fg_color mix(#e5e5e5,#130f23,0.5);
/* osd */
-@define-color osd_base #1d1b4c;
-@define-color osd_bg rgba(29, 27, 76, 0.8);
-@define-color osd_fg #ffffff;
-@define-color osd_insensitive_bg_color mix(#ffffff,rgba(29, 27, 76, 0.8),0.5);
-@define-color osd_insensitive_fg_color mix(#ffffff,#1d1b4c,0.6);
+@define-color osd_base #1d1b4d;
+@define-color osd_bg rgba(29, 27, 77, 0.8);
+@define-color osd_fg #e5e5e5;
+@define-color osd_insensitive_bg_color mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.5);
+@define-color osd_insensitive_fg_color mix(#e5e5e5,#1d1b4d,0.6);
@define-color osd_borders_color rgba(25, 23, 65, 0.8);
/* lightdm greeter colors */
-@define-color lightdm_bg_color #1d1b4c;
-@define-color lightdm_fg_color #ffffff;
+@define-color lightdm_bg_color #1d1b4d;
+@define-color lightdm_fg_color #e5e5e5;
/* widget text/foreground color on backdrop windows */
-@define-color theme_unfocused_fg_color mix(#d2a0c9,#130f23,0.5);
+@define-color theme_unfocused_fg_color mix(#e5e5e5,#130f23,0.5);
/* text color for entries, views and content in general on backdrop windows */
-@define-color theme_unfocused_text_color #e6e1ec;
+@define-color theme_unfocused_text_color #e5e5e5;
/* widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #130f23;
/* text widgets and the like base background color on backdrop windows */
@@ -80,20 +80,20 @@
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #8d5bd0;
/* text/foreground color of selections on backdrop windows */
-@define-color theme_unfocused_selected_fg_color #ffffff;
+@define-color theme_unfocused_selected_fg_color #e5e5e5;
/* insensitive color on backdrop windows*/
@define-color unfocused_insensitive_color black;
/* window manager colors */
-@define-color wm_bg_focused #1d1b4c;
+@define-color wm_bg_focused #1d1b4d;
@define-color wm_bg_unfocused #130f23;
-@define-color wm_border_focused #9edc60;
-@define-color wm_border_unfocused #2a2135;
-@define-color wm_title_focused #ffffff;
-@define-color wm_title_unfocused mix(#d2a0c9,#130f23,0.4);
-@define-color wm_icons_focused #ffffff;
+@define-color wm_border_focused #ff003e;
+@define-color wm_border_unfocused #f0ff00;
+@define-color wm_title_focused #e5e5e5;
+@define-color wm_title_unfocused mix(#e5e5e5,#130f23,0.4);
+@define-color wm_icons_focused #e5e5e5;
@define-color wm_icons_focused_prelight #8d5bd0;
@define-color wm_icons_focused_pressed #6e35ba;
-@define-color wm_icons_unfocused mix(#d2a0c9,#130f23,0.4);
+@define-color wm_icons_unfocused mix(#e5e5e5,#130f23,0.4);
@define-color wm_icons_unfocused_prelight #8d5bd0;
@define-color wm_icons_unfocused_pressed #6e35ba;
/**************
@@ -103,35 +103,35 @@
-GtkWindow-resize-grip-height: 0;
-GtkWindow-resize-grip-width: 0;
-WnckTasklist-fade-overlay-rect: 0;
- -GtkWidget-cursor-aspect-ratio: 0.04;
+ -GtkWidget-cursor-aspect-ratio: 0.01;
outline-color: rgba(141, 91, 208, 0.5);
outline-style: dashed;
- outline-width: 4px;
+ outline-width: 1px;
outline-offset: -1px;
- -gtk-outline-radius: 20px; }
+ -gtk-outline-radius: 3px; }
/*************
! Base states
*************/
GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
* {
/* hyperlinks */
- -GtkIMHtml-hyperlink-color: #7e12bf; }
+ -GtkIMHtml-hyperlink-color: #1c00a5; }
*:disabled, *:disabled:disabled {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
*:disabled, *:disabled {
-gtk-icon-effect: dim; }
*:hover {
-gtk-icon-effect: highlight; }
*:link, *:visited {
- color: #7e12bf; }
+ color: #1c00a5; }
.background {
background-color: #130f23;
- color: #d2a0c9; }
+ color: #e5e5e5; }
.background:backdrop {
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -140,52 +140,52 @@ GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-d
.gtkstyle-fallback {
background-color: rgba(19, 15, 35, 0.5);
- color: #d2a0c9; }
+ color: #e5e5e5; }
.gtkstyle-fallback:hover {
background-color: #151127;
- color: #d2a0c9; }
+ color: #e5e5e5; }
.gtkstyle-fallback:active {
background-color: #110e20;
- color: #d2a0c9; }
+ color: #e5e5e5; }
.gtkstyle-fallback:disabled {
background-color: #130f23;
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled {
background-color: transparent; }
label.separator {
- color: #d2a0c9; }
+ color: #e5e5e5; }
label.separator:backdrop {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
label selection {
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
label:disabled {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
label:disabled:backdrop {
color: black; }
label:backdrop {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
assistant .sidebar {
background-color: #130f23;
- border-top: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-top: 1px solid mix(#130f23,#e5e5e5,0.18); }
assistant .sidebar:backdrop {
background-color: #130f23;
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9); }
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9); }
assistant.csd .sidebar {
border-top-style: none; }
assistant .sidebar label {
- padding: 0px 0px; }
+ padding: 3px 6px; }
assistant .sidebar label.highlight {
- background-color: mix(#d2a0c9,#130f23,0.8); }
+ background-color: mix(#e5e5e5,#130f23,0.8); }
/*********
! Buttons
@@ -198,7 +198,7 @@ assistant .sidebar label.highlight {
stacksidebar row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#8d5bd0), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(100, 48, 91, 0.921569)), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#8d5bd0), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(92, 92, 92, 0.921569)), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -210,19 +210,19 @@ stacksidebar row.needs-attention > label {
#restart_button button, #shutdown_button button, #login_window button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button, treeview.view header button:active, treeview.view header button:hover, treeview.view header button, .osd spinbutton.vertical button:first-child, .osd spinbutton:not(.vertical) button, .osd button, button.osd,
#XfceNotifyWindow button, frame.app-notification button, popover.background button, infobar.error button, infobar.question button, infobar.warning button, infobar.info button, headerbar.selection-mode button,
.titlebar.selection-mode:not(headerbar) button, .destructive-action, .suggested-action, headerbar.selection-mode button.suggested-action, toolbar.inline-toolbar button, toolbar button, .titlebar:not(headerbar) button, headerbar button, button, button.nautilus-circular-button.image-button {
- min-height: 14px;
- min-width: 14px;
- padding: 0px;
+ min-height: 20px;
+ min-width: 20px;
+ padding: 3px;
border-width: 1px;
border-style: solid;
- border-radius: 20px;
- -gtk-outline-radius: 28px;
+ border-radius: 3px;
+ -gtk-outline-radius: 2.7px;
transition: 150ms ease;
outline-color: transparent; }
#restart_button button.text-button, #shutdown_button button.text-button, #login_window button.text-button, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat.nautilus-circular-button.image-button, treeview.view header button.text-button, .osd spinbutton.vertical button.text-button:first-child, .osd spinbutton:not(.vertical) button.text-button,
#XfceNotifyWindow button.text-button, frame.app-notification button.text-button, popover.background button.text-button, infobar.error button.text-button, infobar.question button.text-button, infobar.warning button.text-button, infobar.info button.text-button, headerbar.selection-mode button.text-button,
.titlebar.selection-mode:not(headerbar) button.text-button, .text-button.destructive-action, .text-button.suggested-action, toolbar.inline-toolbar button.text-button, button.text-button, button.text-button.nautilus-circular-button.image-button {
- padding: 0px 1.4285714286px; }
+ padding: 3px 3.6428571429px; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, modelbutton.flat,
menuitem.button.flat, menu menuitem calendar.button:hover,
@@ -252,19 +252,19 @@ toolbar.inline-toolbar toolbutton > button.flat:dir(ltr), .linked:not(.vertical)
toolbar.inline-toolbar toolbutton:first-child > button.flat, .linked:not(.vertical) > combobox:first-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:first-child, popover.background .linked > button:first-child, toolbar.inline-toolbar toolbutton > button.flat:first-child, toolbar .linked > button:first-child, .titlebar:not(headerbar) .linked > button:first-child, headerbar .linked > button:first-child, combobox box button:first-child, combobox box button.nautilus-circular-button.image-button:first-child, combobox box entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child {
border-width: 1px;
- border-radius: 20px 0 0 20px;
- -gtk-outline-radius: 28px 0 0 28px; }
+ border-radius: 3px 0 0 3px;
+ -gtk-outline-radius: 2.7px 0 0 2.7px; }
toolbar.inline-toolbar toolbutton:last-child > button.flat, .linked:not(.vertical) > combobox:last-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:last-child, popover.background .linked > button:last-child, toolbar.inline-toolbar toolbutton > button.flat:last-child, toolbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:last-child, combobox box button:last-child, combobox box button.nautilus-circular-button.image-button:last-child, combobox box entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child {
border-width: 1px;
- border-radius: 0 20px 20px 0;
- -gtk-outline-radius: 0 28px 28px 0; }
+ border-radius: 0 3px 3px 0;
+ -gtk-outline-radius: 0 2.7px 2.7px 0; }
toolbar.inline-toolbar toolbutton:only-child > button.flat, .linked:not(.vertical) > combobox:only-child > box > button.combo, .nemo-window toolbar toolitem stack widget button:only-child, popover.background .linked > button:only-child, toolbar.inline-toolbar toolbutton > button.flat:only-child, toolbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child, headerbar .linked > button:only-child, combobox box button:only-child, combobox box button.nautilus-circular-button.image-button:only-child, combobox box entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child {
border-width: 1px;
border-style: solid;
- border-radius: 20px;
- -gtk-outline-radius: 28px; }
+ border-radius: 3px;
+ -gtk-outline-radius: 2.7px; }
.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button, popover.background .linked > button, headerbar.selection-mode .linked > button, toolbar.inline-toolbar toolbutton > button.flat,
toolbar.inline-toolbar toolbutton:backdrop > button.flat, toolbar .linked > button, toolbar .linked > button.nautilus-circular-button.image-button, .titlebar:not(headerbar) .linked > button, headerbar .linked > button, headerbar .linked > button.nautilus-circular-button.image-button, combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry, .inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
@@ -274,18 +274,18 @@ toolbar.inline-toolbar toolbutton:backdrop > button.flat, toolbar .linked > butt
.linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > button:first-child {
border-width: 1px;
- border-radius: 20px 20px 0 0;
- -gtk-outline-radius: 28px 28px 0 0; }
+ border-radius: 3px 3px 0 0;
+ -gtk-outline-radius: 2.7px 2.7px 0 0; }
.linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > button:last-child {
border-width: 1px;
- border-radius: 0 0 20px 20px;
- -gtk-outline-radius: 0 0 28px 28px; }
+ border-radius: 0 0 3px 3px;
+ -gtk-outline-radius: 0 0 2.7px 2.7px; }
.linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > button:only-child {
border-width: 1px;
- border-radius: 20px;
- -gtk-outline-radius: 28px; }
+ border-radius: 3px;
+ -gtk-outline-radius: 2.7px; }
.linked.vertical > button {
border-width: 1px;
@@ -300,35 +300,35 @@ notebook > header > tabs > arrow, infobar.error button.close, infobar.question b
box-shadow: none; }
notebook > header > tabs > arrow:focus, infobar.error button.close:focus, infobar.question button.close:focus, infobar.warning button.close:focus, infobar.info button.close:focus, notebook > header > tabs > arrow:hover, infobar.error button.close:hover, infobar.question button.close:hover, infobar.warning button.close:hover, infobar.info button.close:hover {
border: 1px solid rgba(19, 15, 35, 0.3);
- background-color: rgba(210, 160, 201, 0.2);
+ background-color: rgba(229, 229, 229, 0.2);
background-image: none;
box-shadow: none; }
notebook > header > tabs > arrow:active, infobar.error button.close:active, infobar.question button.close:active, infobar.warning button.close:active, infobar.info button.close:active, notebook > header > tabs > arrow:checked, infobar.error button.close:checked, infobar.question button.close:checked, infobar.warning button.close:checked, infobar.info button.close:checked {
border: 1px solid rgba(141, 91, 208, 0.3);
- background-color: rgba(255, 255, 255, 0.1);
+ background-color: rgba(229, 229, 229, 0.1);
background-image: none;
box-shadow: none; }
button, button.nautilus-circular-button.image-button {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border-color: rgba(183, 169, 200, 0.22);
- color: #e6e1ec;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
+ border-color: rgba(204, 204, 204, 0.22);
+ color: #ffffff;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
button:active, button.nautilus-circular-button.image-button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button.nautilus-circular-button.image-button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus {
- border-color: rgba(159, 140, 182, 0.22); }
+ border-color: rgba(179, 179, 179, 0.22); }
button:disabled, button.nautilus-circular-button.image-button:disabled {
- border-color: rgba(195, 183, 209, 0.22); }
+ border-color: rgba(217, 217, 217, 0.22); }
button:active:disabled, button:checked:disabled {
- border-color: rgba(183, 169, 200, 0.22); }
+ border-color: rgba(204, 204, 204, 0.22); }
.linked:not(.vertical) > button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(230, 225, 236, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
.linked:not(.vertical) > button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked:hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover {
@@ -338,9 +338,9 @@ button, button.nautilus-circular-button.image-button {
.linked.vertical > button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button, stackswitcher.vertical > button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(230, 225, 236, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
.linked.vertical > button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button:checked, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button:checked:hover, stackswitcher.vertical > button:not(:last-child):not(:only-child):checked:hover {
@@ -348,135 +348,135 @@ button, button.nautilus-circular-button.image-button {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
button.flat, button.flat.nautilus-circular-button.image-button {
- color: #e6e1ec;
+ color: #ffffff;
border-color: rgba(141, 91, 208, 0);
background-color: rgba(141, 91, 208, 0);
background-image: none;
box-shadow: none; }
button:hover, button.nautilus-circular-button.image-button:hover, button.flat:hover {
background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(183, 169, 200, 0.3);
- color: #e6e1ec;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-image: linear-gradient(to bottom, #9a6ed5, #905fd1);
+ border-color: rgba(204, 204, 204, 0.3);
+ color: #ffffff;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
button:hover:active, button:hover:active:focus, button.flat:hover:active:focus, button:hover:checked, button:hover:checked:focus, button.flat:hover:checked:focus, button.flat:hover:active, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover:focus {
- border-color: rgba(159, 140, 182, 0.3); }
+ border-color: rgba(179, 179, 179, 0.3); }
button:hover:disabled, button.flat:hover:disabled {
- border-color: rgba(195, 183, 209, 0.3); }
+ border-color: rgba(217, 217, 217, 0.3); }
button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled {
- border-color: rgba(183, 169, 200, 0.3); }
+ border-color: rgba(204, 204, 204, 0.3); }
button:focus, button.nautilus-circular-button.image-button:focus, button.flat:focus {
background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(230, 225, 236, 0.22);
+ background-image: linear-gradient(to bottom, #9a6ed5, #905fd1);
+ border-color: rgba(255, 255, 255, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #e6e1ec;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #ffffff;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
button:focus:hover, button.flat:focus:hover {
background-color: #9d72d7;
- background-image: linear-gradient(to bottom, #a983db, #9262d2);
- border-color: rgba(183, 169, 200, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-image: linear-gradient(to bottom, #a27ad9, #986bd4);
+ border-color: rgba(204, 204, 204, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
button:focus:hover:hover, button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
button:focus:hover:active, button.flat:focus:hover:active, button.flat:focus:hover:active:focus, button:focus:hover:checked, button.flat:focus:hover:checked, button.flat:focus:hover:checked:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(159, 140, 182, 0.3); }
+ border-color: rgba(179, 179, 179, 0.3); }
button:focus:hover:disabled, button.flat:focus:hover:disabled {
- border-color: rgba(195, 183, 209, 0.3); }
+ border-color: rgba(217, 217, 217, 0.3); }
button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled {
- border-color: rgba(183, 169, 200, 0.3); }
+ border-color: rgba(204, 204, 204, 0.3); }
button:checked, button.nautilus-circular-button.image-button:checked, button:active, button.nautilus-circular-button.image-button:active, button.flat:checked, button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(183, 169, 200, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(230, 225, 236, 0.06), inset 0 1px rgba(230, 225, 236, 0.07), inset -1px 0 rgba(230, 225, 236, 0.06), inset 0 -1px rgba(230, 225, 236, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(204, 204, 204, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus {
- border-color: rgba(159, 140, 182, 0.22); }
+ border-color: rgba(179, 179, 179, 0.22); }
button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled {
- border-color: rgba(195, 183, 209, 0.22); }
+ border-color: rgba(217, 217, 217, 0.22); }
button:active:checked:disabled, button.flat:active:checked:disabled {
- border-color: rgba(183, 169, 200, 0.22); }
+ border-color: rgba(204, 204, 204, 0.22); }
button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover, button.flat:focus, button.flat:hover {
- color: #e6e1ec; }
+ color: #ffffff; }
button:disabled:disabled, button.flat:disabled:disabled {
- background-color: alpha(mix(#8d5bd0,#e6e1ec,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#e6e1ec,0.2),0.4),1.065), shade(alpha(mix(#8d5bd0,#e6e1ec,0.2),0.4),0.935));
+ background-color: alpha(mix(#8d5bd0,#ffffff,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#ffffff,0.2),0.4),1.03), shade(alpha(mix(#8d5bd0,#ffffff,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#8d5bd0,#e6e1ec,0.6);
+ color: mix(#8d5bd0,#ffffff,0.6);
box-shadow: none; }
button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled {
- color: mix(#8d5bd0,#e6e1ec,0.6); }
+ color: mix(#8d5bd0,#ffffff,0.6); }
button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
button:backdrop, button.nautilus-circular-button.image-button:backdrop, button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
button.separator, button.separator.nautilus-circular-button.image-button, button .separator, button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
color: rgba(141, 91, 208, 0.9); }
button.separator:disabled, button .separator:disabled {
color: rgba(141, 91, 208, 0.85); }
button separator, button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#e6e1ec,#8d5bd0,0.9)); }
+ background-image: image(mix(#ffffff,#8d5bd0,0.9)); }
.inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
.inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, .linked > button:active, .linked > button:active:hover, .linked > button:active:focus, .linked > button:active:hover:focus, .linked > button:checked, .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset 0 -1px rgba(46, 46, 46, 0.05); }
.inline-toolbar button:disabled, .linked > button:disabled {
box-shadow: inset -1px 0 #6e35ba; }
.inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
.inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, .linked > button:active:disabled:last-child, .linked > button:active:disabled:only-child, .linked > button:checked:disabled:last-child, .linked > button:checked:disabled:only-child {
box-shadow: none; }
.inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, .linked > button:active:last-child, .linked > button:active:last-child:focus, .linked > button:active:last-child:hover, .linked > button:active:last-child:hover:focus, .linked > button:checked:last-child, .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
.inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, .linked > button:active:only-child:hover, .linked > button:active:only-child:hover:focus, .linked > button:checked:only-child, .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.06), inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.06), inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
.linked.vertical > button {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
.linked.vertical > button:focus, .linked.vertical > button:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.05); }
.linked.vertical > button:disabled {
box-shadow: inset 0 -1px #6e35ba; }
.linked.vertical > button:last-child, .linked.vertical > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
.linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child {
box-shadow: none; }
.linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
.linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.06), inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.06), inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
button.circular, button.nautilus-circular-button.image-button, button.circular-button {
padding: 0;
- min-width: 22px;
- min-height: 22px;
+ min-width: 28px;
+ min-height: 28px;
border-radius: 9999px;
-gtk-outline-radius: 9999px; }
button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label {
@@ -486,48 +486,48 @@ spinbutton:disabled {
opacity: .6; }
spinbutton button, spinbutton button.nautilus-circular-button.image-button {
- color: #e6e1ec;
- padding: 0px 1px; }
+ color: #ffffff;
+ padding: 3px 5px; }
spinbutton button:active, spinbutton button.nautilus-circular-button.image-button:active, spinbutton button:checked, spinbutton button.nautilus-circular-button.image-button:checked, spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover {
background-color: #ad89dd;
- background-image: linear-gradient(to bottom, #ba9ce3, #a177d8); }
+ background-image: linear-gradient(to bottom, #b392e0, #a781db); }
spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover, spinbutton button:focus:hover {
- border-color: rgba(183, 169, 200, 0.3); }
+ border-color: rgba(204, 204, 204, 0.3); }
spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
spinbutton button:hover:active, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:focus, spinbutton button:hover:checked, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked:hover:focus {
- border-color: rgba(159, 140, 182, 0.3); }
+ border-color: rgba(179, 179, 179, 0.3); }
spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled {
- border-color: rgba(195, 183, 209, 0.3); }
+ border-color: rgba(217, 217, 217, 0.3); }
spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled {
- border-color: rgba(183, 169, 200, 0.3); }
+ border-color: rgba(204, 204, 204, 0.3); }
spinbutton button:focus:hover {
- color: mix(#d2a0c9,mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3),0.3); }
+ color: mix(#e5e5e5,mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3),0.3); }
spinbutton button:disabled, spinbutton button.nautilus-circular-button.image-button:disabled {
- color: mix(#e6e1ec,#130f23,0.7); }
+ color: mix(#ffffff,#130f23,0.7); }
spinbutton button:backdrop, spinbutton button.nautilus-circular-button.image-button:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
spinbutton button:backdrop:disabled {
color: rgba(0, 0, 0, 0.8); }
spinbutton:not(.vertical) {
/*@extend %entry;*/
background-color: #130f23;
- background-image: linear-gradient(to top, #141025, #120e21);
+ background-image: linear-gradient(to top, #140f24, #120f22);
/*@include border($base_color);*/
padding: 0;
- border-radius: 20px;
- -gtk-outline-radius: 28px;
- color: #e6e1ec;
- caret-color: #e6e1ec;
+ border-radius: 3px;
+ -gtk-outline-radius: 2.7px;
+ color: #e5e5e5;
+ caret-color: #e5e5e5;
/*&:focus, &:active { border-color: border_focus($borders_color); }*/ }
spinbutton:not(.vertical):disabled {
background-color: #110e20;
- background-image: linear-gradient(to top, #120e22, #100d1d);
- color: mix(#130f23,#e6e1ec,0.5); }
+ background-image: linear-gradient(to top, #120e20, #110d1f);
+ color: mix(#130f23,#e5e5e5,0.5); }
spinbutton:not(.vertical) entry {
- border-radius: 20px 0 0 20px;
- -gtk-outline-radius: 28px 0 0 28px;
+ border-radius: 3px 0 0 3px;
+ -gtk-outline-radius: 2.7px 0 0 2.7px;
border-right-width: 0;
box-shadow: none; }
spinbutton:not(.vertical) button, spinbutton:not(.vertical) button.nautilus-circular-button.image-button {
@@ -537,43 +537,43 @@ spinbutton:not(.vertical) {
background-image: none;
box-shadow: none; }
spinbutton:not(.vertical) button:focus {
- border-top-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-bottom-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-top-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-bottom-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
spinbutton:not(.vertical) button:active {
- box-shadow: inset 0 2px 3px -1px rgba(100, 48, 91, 0.2); }
+ box-shadow: inset 0 2px 3px -1px rgba(92, 92, 92, 0.2); }
spinbutton:not(.vertical) button:backdrop {
- border-color: alpha(mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9),0.8); }
+ border-color: alpha(mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9),0.8); }
spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) {
border-style: solid; }
spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
spinbutton:not(.vertical) button.down:dir(rtl) {
border-right-style: none;
- border-radius: 20px 0 0 20px;
- -gtk-outline-radius: 28px 0 0 28px; }
+ border-radius: 3px 0 0 3px;
+ -gtk-outline-radius: 2.7px 0 0 2.7px; }
spinbutton:not(.vertical) button.down:dir(rtl):focus {
- border-top-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-bottom-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-left-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-top-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-bottom-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-left-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3);
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3);
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
spinbutton:not(.vertical) button.up:dir(ltr) {
border-left-style: none;
- border-radius: 0 20px 20px 0;
- -gtk-outline-radius: 0 28px 28px 0; }
+ border-radius: 0 3px 3px 0;
+ -gtk-outline-radius: 0 2.7px 2.7px 0; }
spinbutton:not(.vertical) button.up:dir(ltr):focus {
- border-top-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-bottom-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-right-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-top-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-bottom-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-right-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3);
- box-shadow: inset 1px 0 mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3);
+ box-shadow: inset 1px 0 mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
spinbutton.vertical button, spinbutton.vertical button.nautilus-circular-button.image-button, spinbutton.vertical entry {
min-width: 0;
- padding-left: 0px;
- padding-right: 0px; }
+ padding-left: 1px;
+ padding-right: 1px; }
spinbutton.vertical entry {
border-radius: 0;
@@ -582,48 +582,48 @@ spinbutton.vertical entry {
border-bottom-width: 0; }
spinbutton.vertical button.up:focus:hover, spinbutton.vertical button.down:focus:hover {
- border-color: mix(#8d5bd0,rgba(230, 225, 236, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
spinbutton.vertical button.up {
- border-radius: 20px 20px 0 0;
- -gtk-outline-radius: 28px 28px 0 0; }
+ border-radius: 3px 3px 0 0;
+ -gtk-outline-radius: 2.7px 2.7px 0 0; }
spinbutton.vertical button.up:focus {
- border-top-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-left-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-right-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-top-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-left-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-right-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
spinbutton.vertical button.down {
- border-radius: 0 0 20px 20px;
- -gtk-outline-radius: 0 0 28px 28px; }
+ border-radius: 0 0 3px 3px;
+ -gtk-outline-radius: 0 0 2.7px 2.7px; }
spinbutton.vertical button.down:focus {
- border-bottom-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-left-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3);
- border-right-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-bottom-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-left-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3);
+ border-right-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
/******************
! ComboBoxes *
*******************/
combobox button.combo, combobox button.combo.nautilus-circular-button.image-button {
min-width: 0;
- padding-left: 1.4285714286px;
- padding-right: 1.4285714286px; }
+ padding-left: 3.6428571429px;
+ padding-right: 3.6428571429px; }
combobox arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- min-height: 10px;
- min-width: 10px;
- padding: 0px; }
+ min-height: 16px;
+ min-width: 16px;
+ padding: 1.5px; }
combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry {
- padding: 0px 1.4285714286px; }
+ padding: 3px 3.6428571429px; }
combobox box > entry + button.combo, combobox box > entry + button.combo.nautilus-circular-button.image-button {
- padding: 0px; }
+ padding: 3px; }
combobox menu menuitem {
- padding: 0px 1px; }
+ padding: 3px 5px; }
combobox menu menuitem cellview {
- min-height: 14px; }
+ min-height: 20px; }
/*********
! Entry *
@@ -635,7 +635,7 @@ combobox menu menuitem {
border-left-width: 0; }
.linked:not(.vertical) > entry:first-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-right-width: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
@@ -644,7 +644,7 @@ combobox menu menuitem {
border-right-width: 1px; }
.linked:not(.vertical) > entry:last-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-left-width: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
@@ -654,7 +654,7 @@ combobox menu menuitem {
.linked:not(.vertical) > entry:only-child {
border-width: 1px; }
.linked:not(.vertical) > entry:only-child {
- border-radius: 20px; }
+ border-radius: 3px; }
.linked.vertical > entry {
border-width: 1px;
@@ -663,7 +663,7 @@ combobox menu menuitem {
border-bottom-width: 0; }
.linked.vertical > entry:first-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-top-width: 1px;
border-bottom-width: 0;
border-bottom-left-radius: 0;
@@ -673,7 +673,7 @@ combobox menu menuitem {
border-bottom-width: 1px; }
.linked.vertical > entry:last-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-top-width: 0;
border-bottom-width: 1px;
border-top-left-radius: 0;
@@ -684,15 +684,15 @@ combobox menu menuitem {
.linked.vertical > entry:only-child {
border-width: 1px; }
.linked.vertical > entry:only-child {
- border-radius: 20px; }
+ border-radius: 3px; }
#login_window entry, .osd entry,
#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry {
border-width: 1px;
border-style: solid;
- border-radius: 20px;
+ border-radius: 3px;
transition: border 100ms ease-out;
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.1), inset 0 1px rgba(50, 24, 45, 0.12), inset -1px 0 rgba(50, 24, 45, 0.1), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.1), inset 0 1px rgba(46, 46, 46, 0.12), inset -1px 0 rgba(46, 46, 46, 0.1), inset 0 -1px rgba(46, 46, 46, 0.05); }
#login_window entry:focus,
#XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
#XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
@@ -701,101 +701,101 @@ combobox menu menuitem {
#login_window entry:selected,
#XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
#login_window entry:disabled,
#XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
box-shadow: none; }
#login_window entry progress, .osd entry progress,
#XfceNotifyWindow entry progress, popover.background entry progress, entry progress {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
border-width: 0;
- border-radius: 20px;
- color: #ffffff; }
+ border-radius: 3px;
+ color: #e5e5e5; }
#login_window entry image.left,
#XfceNotifyWindow entry image.left, entry image.left {
- padding-right: 0px; }
+ padding-right: 3px; }
#login_window entry image.right,
#XfceNotifyWindow entry image.right, entry image.right {
- padding-left: 0px; }
+ padding-left: 3px; }
#login_window entry.warning,
#XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
- color: #130f23;
- border-color: #e39a1a;
- background-color: mix(#130f23,#ebb352,0.6); }
+ color: #d2f000;
+ border-color: #e00806;
+ background-color: mix(#130f23,#f92927,0.6); }
#login_window entry.warning image,
#XfceNotifyWindow entry.warning image, entry.warning image {
- color: #130f23; }
+ color: #d2f000; }
#login_window entry.warning:focus,
#XfceNotifyWindow entry.warning:focus, entry.warning:focus {
- color: #130f23;
- border-color: mix(#8d5bd0,#ebb352,0.3);
- background-color: #ebb352;
+ color: #d2f000;
+ border-color: mix(#8d5bd0,#f92927,0.3);
+ background-color: #f92927;
box-shadow: none; }
#login_window entry.warning selection,
#XfceNotifyWindow entry.warning selection, entry.warning selection {
- background-color: #130f23;
- color: #ebb352; }
+ background-color: #d2f000;
+ color: #f92927; }
#login_window entry.error,
#XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
- color: #130f23;
- border-color: #e4214b;
- background-color: mix(#130f23,#eb5b7a,0.6); }
+ color: #d2f000;
+ border-color: #c3003d;
+ background-color: mix(#130f23,#f4004c,0.6); }
#login_window entry.error image,
#XfceNotifyWindow entry.error image, entry.error image {
- color: #130f23; }
+ color: #d2f000; }
#login_window entry.error:focus,
#XfceNotifyWindow entry.error:focus, entry.error:focus {
- color: #130f23;
- border-color: mix(#8d5bd0,#eb5b7a,0.3);
- background-color: #eb5b7a;
+ color: #d2f000;
+ border-color: mix(#8d5bd0,#f4004c,0.3);
+ background-color: #f4004c;
box-shadow: none; }
#login_window entry.error selection,
#XfceNotifyWindow entry.error selection, entry.error selection {
- background-color: #130f23;
- color: #eb5b7a; }
+ background-color: #d2f000;
+ color: #f4004c; }
#login_window entry.search-missing,
#XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
- color: #130f23;
- border-color: #e4214b;
- background-color: mix(#130f23,#eb5b7a,0.6); }
+ color: #d2f000;
+ border-color: #c3003d;
+ background-color: mix(#130f23,#f4004c,0.6); }
#login_window entry.search-missing image,
#XfceNotifyWindow entry.search-missing image, entry.search-missing image {
- color: #130f23; }
+ color: #d2f000; }
#login_window entry.search-missing:focus,
#XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus {
- color: #130f23;
- border-color: mix(#8d5bd0,#eb5b7a,0.3);
- background-color: #eb5b7a;
+ color: #d2f000;
+ border-color: mix(#8d5bd0,#f4004c,0.3);
+ background-color: #f4004c;
box-shadow: none; }
#login_window entry.search-missing selection,
#XfceNotifyWindow entry.search-missing selection, entry.search-missing selection {
- background-color: #130f23;
- color: #eb5b7a; }
+ background-color: #d2f000;
+ color: #f4004c; }
entry {
background-color: #130f23;
- background-image: linear-gradient(to top, #141025, #120e21);
- border-color: mix(#e6e1ec,#130f23,0.8);
- padding: 2px 1.4285714286px;
- color: #e6e1ec;
- caret-color: #b9bcb5;
- -gtk-secondary-caret-color: #b9bcb5; }
+ background-image: linear-gradient(to top, #140f24, #120f22);
+ border-color: mix(#e5e5e5,#130f23,0.8);
+ padding: 5px 3.6428571429px;
+ color: #e5e5e5;
+ caret-color: #d2a0c9;
+ -gtk-secondary-caret-color: #90ee90; }
entry:focus, entry:hover {
- border-color: mix(#8d5bd0,mix(#e6e1ec,#130f23,0.7),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#130f23,0.7),0.3); }
entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus {
- border-color: mix(#e6e1ec,#130f23,0.32); }
+ border-color: mix(#e5e5e5,#130f23,0.32); }
entry:disabled {
- border-color: mix(#e6e1ec,#130f23,0.84); }
+ border-color: mix(#e5e5e5,#130f23,0.84); }
entry:active:disabled, entry:checked:disabled {
- border-color: mix(#e6e1ec,#130f23,0.8); }
+ border-color: mix(#e5e5e5,#130f23,0.8); }
entry:focus, entry:active {
- border-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
entry:disabled {
- background-color: mix(#130f23,#e6e1ec,0.07);
- background-image: linear-gradient(to top, shade(mix(#130f23,#e6e1ec,0.07),1.065), shade(mix(#130f23,#e6e1ec,0.07),0.935));
+ background-color: mix(#130f23,#e5e5e5,0.07);
+ background-image: linear-gradient(to top, shade(mix(#130f23,#e5e5e5,0.07),1.03), shade(mix(#130f23,#e5e5e5,0.07),0.97));
opacity: .9;
- color: mix(#130f23,#e6e1ec,0.9); }
+ color: mix(#130f23,#e5e5e5,0.9); }
/*********
! Buttons
@@ -813,12 +813,12 @@ entry {
! Toolbar
**********/
toolbar {
- padding: 0px;
+ padding: 2px;
border-style: none; }
toolbar.horizontal separator {
- margin: 0 2px 1px; }
+ margin: 0 5px 1px; }
toolbar.vertical separator {
- margin: 2px 1px 2px 0; }
+ margin: 5px 1px 5px 0; }
headerbar {
border-width: 0 0 1px;
@@ -828,68 +828,68 @@ headerbar {
headerbar separator,
headerbar button,
headerbar button.nautilus-circular-button.image-button {
- margin-top: 3px;
- margin-bottom: 3px; }
+ margin-top: 6px;
+ margin-bottom: 6px; }
headerbar switch {
- margin-top: 1px;
- margin-bottom: 1px; }
+ margin-top: 4px;
+ margin-bottom: 4px; }
window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child {
- border-top-left-radius: 20px; }
+ border-top-left-radius: 3px; }
window:not(.tiled):not(.maximized) headerbar:last-child {
- border-top-right-radius: 20px; }
+ border-top-right-radius: 3px; }
.titlebar:not(headerbar), headerbar {
- background-color: #1d1b4c;
- background-image: linear-gradient(to bottom, #1f1d51, #1b1947);
- border-color: mix(#ffffff,#1d1b4c,0.88);
- color: #ffffff;
- background-color: #1d1b4c;
- background-image: linear-gradient(to bottom, #1f1d51, #1b1947);
- border-radius: 20px 20px 0 0;
- color: #ffffff;
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to bottom, #1e1c4f, #1c1a4b);
+ border-color: mix(#e5e5e5,#1d1b4d,0.88);
+ color: #e5e5e5;
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to bottom, #1e1c4f, #1c1a4b);
+ border-radius: 3px 3px 0 0;
+ color: #e5e5e5;
padding: 0 6px;
min-height: 42px; }
.titlebar:focus:not(headerbar), headerbar:focus, .titlebar:hover:not(headerbar), headerbar:hover {
- border-color: mix(#8d5bd0,mix(#ffffff,#1d1b4c,0.8),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#1d1b4d,0.8),0.3); }
.titlebar:active:not(headerbar), headerbar:active, .titlebar:checked:not(headerbar), headerbar:checked {
- border-color: mix(#ffffff,#1d1b4c,0.4); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.4); }
.titlebar:disabled:not(headerbar), headerbar:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.92); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.92); }
.titlebar:active:disabled:not(headerbar), headerbar:active:disabled, .titlebar:checked:disabled:not(headerbar), headerbar:checked:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.88); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.88); }
.titlebar:disabled:not(headerbar), headerbar:disabled {
- background-color: #1a1844;
- background-image: linear-gradient(to bottom, #1c1a49, #181740);
- color: mix(#ffffff,#1d1b4c,0.5); }
+ background-color: #1a1845;
+ background-image: linear-gradient(to bottom, #1b1947, #191843);
+ color: mix(#e5e5e5,#1d1b4d,0.5); }
.titlebar:not(headerbar) .background, headerbar .background {
- background-color: #1d1b4c;
- border-color: mix(#1d1b4c,#ffffff,0.3); }
+ background-color: #1d1b4d;
+ border-color: mix(#1d1b4d,#e5e5e5,0.3); }
.titlebar:not(headerbar) .title, headerbar .title {
font-weight: bold;
- padding: 0 0px; }
+ padding: 0 6px; }
.titlebar:not(headerbar) .subtitle, headerbar .subtitle {
font-size: smaller;
- padding: 0 0px; }
+ padding: 0 6px; }
.titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
- background-color: #1d1b4c;
- background-image: linear-gradient(to bottom, #1f1d51, #1b1947);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to bottom, #1e1c4f, #1c1a4b);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.titlebar:not(headerbar) button:disabled, headerbar button:disabled, headerbar button.nautilus-circular-button.image-button:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover {
@@ -899,9 +899,9 @@ headerbar {
.linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, .linked.vertical > :not(:last-child):not(:only-child) headerbar button, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover {
@@ -909,129 +909,129 @@ headerbar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
.titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
- color: #ffffff;
- border-color: rgba(29, 27, 76, 0);
- background-color: rgba(29, 27, 76, 0);
+ color: #e5e5e5;
+ border-color: rgba(29, 27, 77, 0);
+ background-color: rgba(29, 27, 77, 0);
background-image: none;
box-shadow: none; }
.titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
- background-color: #1e1c50;
- background-image: linear-gradient(to bottom, #201e55, #1c1b4b);
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-color: #1e1c51;
+ background-image: linear-gradient(to bottom, #1f1d53, #1e1b4e);
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.titlebar:not(headerbar) button:hover:disabled, headerbar button:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus {
- background-color: #1e1c50;
- background-image: linear-gradient(to bottom, #201e55, #1c1b4b);
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: #1e1c51;
+ background-image: linear-gradient(to bottom, #1f1d53, #1e1b4e);
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
- background-color: #201e54;
- background-image: linear-gradient(to bottom, #222059, #1e1c4e);
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-color: #201e55;
+ background-image: linear-gradient(to bottom, #211f57, #1f1d52);
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
.titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.titlebar:not(headerbar) button:focus:hover:disabled, headerbar button:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked, .titlebar:not(headerbar) button:active:active, headerbar button:active:active {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:active:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
.titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
- background-color: alpha(mix(#1d1b4c,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#1d1b4c,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#1d1b4c,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#1d1b4d,#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#1d1b4d,#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(#1d1b4d,#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#1d1b4c,#ffffff,0.6);
+ color: mix(#1d1b4d,#e5e5e5,0.6);
box-shadow: none; }
.titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled {
- color: mix(#1d1b4c,#ffffff,0.6); }
+ color: mix(#1d1b4d,#e5e5e5,0.6); }
.titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
.titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
.titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
.titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
- color: rgba(29, 27, 76, 0.9); }
+ color: rgba(29, 27, 77, 0.9); }
.titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled {
- color: rgba(29, 27, 76, 0.85); }
+ color: rgba(29, 27, 77, 0.85); }
.titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#ffffff,#1d1b4c,0.9)); }
+ background-image: image(mix(#e5e5e5,#1d1b4d,0.9)); }
.titlebar:not(headerbar) button.image-button, headerbar button.image-button, headerbar button.image-button.nautilus-circular-button {
- padding: 0px; }
+ padding: 3px; }
.titlebar:not(headerbar) .linked > button, headerbar .linked > button, headerbar .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.titlebar:not(headerbar) .linked > button:focus, headerbar .linked > button:focus, .titlebar:not(headerbar) .linked > button:hover, headerbar .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.titlebar:not(headerbar) .linked > button:active, headerbar .linked > button:active, .titlebar:not(headerbar) .linked > button:checked, headerbar .linked > button:checked {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset 0 -1px rgba(46, 46, 46, 0.05); }
.titlebar:not(headerbar) .linked > button:disabled, headerbar .linked > button:disabled {
- box-shadow: inset -1px 0 #17163d; }
+ box-shadow: inset -1px 0 #17163e; }
.titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:only-child, headerbar .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.titlebar:not(headerbar) .linked > button:last-child:hover, headerbar .linked > button:last-child:hover, .titlebar:not(headerbar) .linked > button:only-child:hover, headerbar .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.titlebar:not(headerbar) .linked > button:disabled:last-child, headerbar .linked > button:disabled:last-child, .titlebar:not(headerbar) .linked > button:disabled:only-child, headerbar .linked > button:disabled:only-child {
box-shadow: none; }
.titlebar:not(headerbar) .linked > button:active:last-child, headerbar .linked > button:active:last-child, .titlebar:not(headerbar) .linked > button:checked:last-child, headerbar .linked > button:checked:last-child {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
.titlebar:not(headerbar) .linked > button:active:only-child, headerbar .linked > button:active:only-child, .titlebar:not(headerbar) .linked > button:checked:only-child, headerbar .linked > button:checked:only-child {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.06), inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.06), inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
.titlebar:not(headerbar) box button.image-button, headerbar box button.image-button, headerbar box button.image-button.nautilus-circular-button {
- padding: 0px 4px; }
+ padding: 3px 7px; }
.titlebar:not(headerbar) separator, headerbar separator {
color: #11102e;
border-color: currentColor;
-GtkWidget-window-dragging: true; }
.titlebar:not(headerbar) separator, headerbar separator {
- background-image: image(mix(#ffffff,#1d1b4c,0.9)); }
+ background-image: image(mix(#e5e5e5,#1d1b4d,0.9)); }
.titlebar:backdrop:not(headerbar), headerbar:backdrop {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
- color: mix(#d2a0c9,#130f23,0.4);
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
+ color: mix(#e5e5e5,#130f23,0.4);
text-shadow: none;
- border-color: mix(mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9),#130f23,0.5); }
+ border-color: mix(mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9),#130f23,0.5); }
.default-decoration.titlebar:not(headerbar), headerbar.default-decoration {
min-height: 24px;
box-shadow: none;
@@ -1049,14 +1049,14 @@ headerbar {
.titlebar:not(headerbar) .title, headerbar .title {
font-weight: bold; }
.titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton {
- margin-left: 0px; }
+ margin-left: 3px; }
.titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
- background-color: #e26da9;
- background-image: linear-gradient(to bottom, #e67fb4, #de5b9e);
+ background-color: #a764d1;
+ background-image: linear-gradient(to bottom, #ab6bd3, #a35dcf);
border-color: rgba(204, 204, 204, 0.22);
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12);
- padding: 0px; }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12);
+ padding: 3px; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
.titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
@@ -1091,16 +1091,16 @@ headerbar {
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
.titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
color: #ffffff;
- border-color: rgba(226, 109, 169, 0);
- background-color: rgba(226, 109, 169, 0);
+ border-color: rgba(167, 100, 209, 0);
+ background-color: rgba(167, 100, 209, 0);
background-image: none;
box-shadow: none; }
.titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
- background-color: #e57bb1;
- background-image: linear-gradient(to bottom, #e98ebc, #e168a6);
+ background-color: #ae70d5;
+ background-image: linear-gradient(to bottom, #b277d7, #aa68d2);
border-color: rgba(204, 204, 204, 0.3);
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
.titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
@@ -1110,20 +1110,20 @@ headerbar {
.titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button:hover:checked:disabled {
border-color: rgba(204, 204, 204, 0.3); }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus {
- background-color: #e57bb1;
- background-image: linear-gradient(to bottom, #e98ebc, #e168a6);
+ background-color: #ae70d5;
+ background-image: linear-gradient(to bottom, #b277d7, #aa68d2);
border-color: rgba(255, 255, 255, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
+ outline-offset: -3px;
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
- background-color: #e889b9;
- background-image: linear-gradient(to bottom, #ec9dc5, #e475ae);
+ background-color: #b57cd8;
+ background-image: linear-gradient(to bottom, #b984da, #b074d6);
border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
.titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
.titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
@@ -1135,9 +1135,9 @@ headerbar {
.titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked, .titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
+ color: #e5e5e5;
box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
@@ -1150,57 +1150,57 @@ headerbar {
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
color: #ffffff; }
.titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
- background-color: alpha(mix(#e26da9,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#e26da9,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#e26da9,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#a764d1,#ffffff,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#a764d1,#ffffff,0.2),0.4),1.03), shade(alpha(mix(#a764d1,#ffffff,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#e26da9,#ffffff,0.6);
+ color: mix(#a764d1,#ffffff,0.6);
box-shadow: none; }
.titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button:disabled:disabled :disabled {
- color: mix(#e26da9,#ffffff,0.6); }
+ color: mix(#a764d1,#ffffff,0.6); }
.titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
.titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
.titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
.titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
- color: rgba(226, 109, 169, 0.9); }
+ color: rgba(167, 100, 209, 0.9); }
.titlebar:not(headerbar) button.separator:disabled, headerbar button.separator:disabled, .titlebar:not(headerbar) button .separator:disabled, headerbar button .separator:disabled {
- color: rgba(226, 109, 169, 0.85); }
+ color: rgba(167, 100, 209, 0.85); }
.titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#ffffff,#e26da9,0.9)); }
+ background-image: image(mix(#ffffff,#a764d1,0.9)); }
.titlebar:not(headerbar) button.text-button, headerbar button.text-button, headerbar button.text-button.nautilus-circular-button.image-button {
- padding: 0px 5px; }
+ padding: 3px 5px; }
.titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
- color: #ffffff; }
+ color: #e5e5e5; }
.titlebar:not(headerbar) button.flat:hover, headerbar button.flat:hover {
color: #ffffff; }
.titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(#d2a0c9,#130f23,0.4); }
+ color: mix(#e5e5e5,#130f23,0.4); }
.titlebar:not(headerbar) button stack box.narrow, headerbar button stack box.narrow, headerbar button.nautilus-circular-button.image-button stack box.narrow {
/* have no clue why it's ignored by gtk and forced to 5px and 7px */
padding: 0; }
.titlebar:not(headerbar) button:not(:checked):not(:hover) stack box, headerbar button:not(:checked):not(:hover) stack box {
- color: #ffffff; }
+ color: #e5e5e5; }
.titlebar:not(headerbar) button.titlebutton + separator.titlebutton, headerbar button.titlebutton + separator.titlebutton {
margin-left: 0;
- margin-right: 0px; }
+ margin-right: 3px; }
.titlebar:not(headerbar) button.titlebutton, headerbar button.titlebutton, headerbar button.titlebutton.nautilus-circular-button.image-button {
border: 0;
- padding: 0px;
+ padding: 3px;
background-image: none;
background-color: transparent;
- color: #ffffff;
+ color: #e5e5e5;
box-shadow: none; }
.titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover {
background-image: none;
@@ -1214,55 +1214,55 @@ headerbar {
box-shadow: none; }
.titlebar:not(headerbar) button.titlebutton:backdrop, headerbar button.titlebutton:backdrop {
background: none;
- color: mix(#d2a0c9,#130f23,0.4);
+ color: mix(#e5e5e5,#130f23,0.4);
-gtk-icon-shadow: none; }
toolbar {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
- border-color: mix(#d2a0c9,#130f23,0.88);
- color: #d2a0c9; }
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
+ border-color: mix(#e5e5e5,#130f23,0.88);
+ color: #e5e5e5; }
toolbar:focus, toolbar:hover {
- border-color: mix(#8d5bd0,mix(#d2a0c9,#130f23,0.8),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#130f23,0.8),0.3); }
toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus {
- border-color: mix(#d2a0c9,#130f23,0.4); }
+ border-color: mix(#e5e5e5,#130f23,0.4); }
toolbar:disabled {
- border-color: mix(#d2a0c9,#130f23,0.92); }
+ border-color: mix(#e5e5e5,#130f23,0.92); }
toolbar:active:disabled, toolbar:checked:disabled {
- border-color: mix(#d2a0c9,#130f23,0.88); }
+ border-color: mix(#e5e5e5,#130f23,0.88); }
toolbar:disabled {
background-color: #110e20;
- background-image: linear-gradient(to bottom, #120e22, #100d1d);
- color: mix(#d2a0c9,#130f23,0.5); }
+ background-image: linear-gradient(to bottom, #120e20, #110d1f);
+ color: mix(#e5e5e5,#130f23,0.5); }
toolbar .background {
background-color: #130f23;
- border-color: mix(#130f23,#d2a0c9,0.3); }
+ border-color: mix(#130f23,#e5e5e5,0.3); }
toolbar .title {
font-weight: bold;
- padding: 0 0px; }
+ padding: 0 6px; }
toolbar .subtitle {
font-size: smaller;
- padding: 0 0px; }
+ padding: 0 6px; }
toolbar button, toolbar button.nautilus-circular-button.image-button {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
- border-color: rgba(186, 110, 172, 0.22);
- color: #d2a0c9;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
toolbar button:disabled, toolbar button.nautilus-circular-button.image-button:disabled {
- border-color: rgba(192, 122, 180, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
toolbar button:active:disabled, toolbar button:checked:disabled {
- border-color: rgba(186, 110, 172, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1272,9 +1272,9 @@ toolbar {
.linked.vertical > toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar button, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1282,117 +1282,117 @@ toolbar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
toolbar button.flat, toolbar button.flat.nautilus-circular-button.image-button {
- color: #d2a0c9;
+ color: #e5e5e5;
border-color: rgba(19, 15, 35, 0);
background-color: rgba(19, 15, 35, 0);
background-image: none;
box-shadow: none; }
toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:hover {
background-color: #141025;
- background-image: linear-gradient(to bottom, #151127, #130f22);
- border-color: rgba(186, 110, 172, 0.3);
- color: #d2a0c9;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-image: linear-gradient(to bottom, #151026, #130f24);
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
toolbar button:hover:active, toolbar button:hover:active:focus, toolbar button.flat:hover:active:focus, toolbar button:hover:checked, toolbar button:hover:checked:focus, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
toolbar button:hover:disabled, toolbar button.flat:hover:disabled {
- border-color: rgba(192, 122, 180, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled {
- border-color: rgba(186, 110, 172, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button.flat:focus {
background-color: #141025;
- background-image: linear-gradient(to bottom, #151127, #130f22);
- border-color: rgba(210, 160, 201, 0.22);
+ background-image: linear-gradient(to bottom, #151026, #130f24);
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #d2a0c9;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
toolbar button:focus:hover, toolbar button.flat:focus:hover {
background-color: #151127;
- background-image: linear-gradient(to bottom, #161229, #140f24);
- border-color: rgba(186, 110, 172, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-image: linear-gradient(to bottom, #161128, #141025);
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
toolbar button:focus:hover:active, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:focus, toolbar button:focus:hover:checked, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled {
- border-color: rgba(192, 122, 180, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled {
- border-color: rgba(186, 110, 172, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button.flat:checked, toolbar button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(186, 110, 172, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(210, 160, 201, 0.06), inset 0 1px rgba(210, 160, 201, 0.07), inset -1px 0 rgba(210, 160, 201, 0.06), inset 0 -1px rgba(210, 160, 201, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled {
- border-color: rgba(192, 122, 180, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
toolbar button:active:checked:disabled, toolbar button.flat:active:checked:disabled {
- border-color: rgba(186, 110, 172, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:focus, toolbar button.flat:hover {
- color: #d2a0c9; }
+ color: #e5e5e5; }
toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled {
- background-color: alpha(mix(#130f23,#d2a0c9,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#130f23,#d2a0c9,0.2),0.4),1.065), shade(alpha(mix(#130f23,#d2a0c9,0.2),0.4),0.935));
+ background-color: alpha(mix(#130f23,#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#130f23,#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(#130f23,#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#130f23,#d2a0c9,0.6);
+ color: mix(#130f23,#e5e5e5,0.6);
box-shadow: none; }
toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled {
- color: mix(#130f23,#d2a0c9,0.6); }
+ color: mix(#130f23,#e5e5e5,0.6); }
toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
toolbar button:backdrop, toolbar button.nautilus-circular-button.image-button:backdrop, toolbar button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
toolbar button.separator, toolbar button.separator.nautilus-circular-button.image-button, toolbar button .separator, toolbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
color: rgba(19, 15, 35, 0.9); }
toolbar button.separator:disabled, toolbar button .separator:disabled {
color: rgba(19, 15, 35, 0.85); }
toolbar button separator, toolbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#d2a0c9,#130f23,0.9)); }
+ background-image: image(mix(#e5e5e5,#130f23,0.9)); }
toolbar button.image-button, toolbar button.image-button.nautilus-circular-button {
- padding: 0px; }
+ padding: 3px; }
toolbar .linked > button, toolbar .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
toolbar .linked > button:focus, toolbar .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
toolbar .linked > button:active, toolbar .linked > button:active:hover, toolbar .linked > button:active:focus, toolbar .linked > button:active:hover:focus, toolbar .linked > button:checked, toolbar .linked > button:checked:hover, toolbar .linked > button:checked:focus, toolbar .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset 0 -1px rgba(46, 46, 46, 0.05); }
toolbar .linked > button:disabled {
box-shadow: inset -1px 0 #0f0c1c; }
toolbar .linked > button:last-child, toolbar .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
toolbar .linked > button:last-child:hover, toolbar .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
toolbar .linked > button:disabled:last-child, toolbar .linked > button:disabled:only-child, toolbar .linked > button:active:disabled:last-child, toolbar .linked > button:active:disabled:only-child, toolbar .linked > button:checked:disabled:last-child, toolbar .linked > button:checked:disabled:only-child {
box-shadow: none; }
toolbar .linked > button:active:last-child, toolbar .linked > button:active:last-child:focus, toolbar .linked > button:active:last-child:hover, toolbar .linked > button:active:last-child:hover:focus, toolbar .linked > button:checked:last-child, toolbar .linked > button:checked:last-child:focus, toolbar .linked > button:checked:last-child:hover, toolbar .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
toolbar .linked > button:active:only-child, toolbar .linked > button:active:only-child:focus, toolbar .linked > button:active:only-child:hover, toolbar .linked > button:active:only-child:hover:focus, toolbar .linked > button:checked:only-child, toolbar .linked > button:checked:only-child:focus, toolbar .linked > button:checked:only-child:hover, toolbar .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.06), inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.06), inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
toolbar box button.image-button, toolbar box button.image-button.nautilus-circular-button {
- padding: 0px 4px; }
+ padding: 3px 7px; }
toolbar separator, toolbar separator:disabled {
color: #0b0915;
border-color: currentColor;
@@ -1401,33 +1401,33 @@ toolbar {
padding: 1px;
border-width: 0 1px 1px;
border-style: solid;
- border-color: mix(#130f23,#d2a0c9,0.18);
- background-color: mix(mix(#130f23,#d2a0c9,0.18),#130f23,0.7);
+ border-color: mix(#130f23,#e5e5e5,0.18);
+ background-color: mix(mix(#130f23,#e5e5e5,0.18),#130f23,0.7);
background-image: none; }
toolbar.inline-toolbar:backdrop {
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9);
- background-color: mix(#130f23,mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9),0.35);
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9);
+ background-color: mix(#130f23,mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9),0.35);
transition: 200ms ease-out; }
toolbar.inline-toolbar button, toolbar.inline-toolbar button.nautilus-circular-button.image-button {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
- border-color: rgba(186, 110, 172, 0.22);
- color: #d2a0c9;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
toolbar.inline-toolbar button:disabled {
- border-color: rgba(192, 122, 180, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled {
- border-color: rgba(186, 110, 172, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1437,9 +1437,9 @@ toolbar {
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 160, 201, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1447,95 +1447,95 @@ toolbar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
toolbar.inline-toolbar button.flat {
- color: #d2a0c9;
+ color: #e5e5e5;
border-color: rgba(19, 15, 35, 0);
background-color: rgba(19, 15, 35, 0);
background-image: none;
box-shadow: none; }
toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover {
background-color: #141025;
- background-image: linear-gradient(to bottom, #151127, #130f22);
- border-color: rgba(186, 110, 172, 0.3);
- color: #d2a0c9;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-image: linear-gradient(to bottom, #151026, #130f24);
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled {
- border-color: rgba(192, 122, 180, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled {
- border-color: rgba(186, 110, 172, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus {
background-color: #141025;
- background-image: linear-gradient(to bottom, #151127, #130f22);
- border-color: rgba(210, 160, 201, 0.22);
+ background-image: linear-gradient(to bottom, #151026, #130f24);
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #d2a0c9;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover {
background-color: #151127;
- background-image: linear-gradient(to bottom, #161229, #140f24);
- border-color: rgba(186, 110, 172, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-image: linear-gradient(to bottom, #161128, #141025);
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled {
- border-color: rgba(192, 122, 180, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled {
- border-color: rgba(186, 110, 172, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(186, 110, 172, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(210, 160, 201, 0.06), inset 0 1px rgba(210, 160, 201, 0.07), inset -1px 0 rgba(210, 160, 201, 0.06), inset 0 -1px rgba(210, 160, 201, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(210, 160, 201, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus {
- border-color: rgba(174, 85, 158, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled {
- border-color: rgba(192, 122, 180, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled {
- border-color: rgba(186, 110, 172, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover {
- color: #d2a0c9; }
+ color: #e5e5e5; }
toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled {
- background-color: alpha(mix(#130f23,#d2a0c9,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#130f23,#d2a0c9,0.2),0.4),1.065), shade(alpha(mix(#130f23,#d2a0c9,0.2),0.4),0.935));
+ background-color: alpha(mix(#130f23,#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#130f23,#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(#130f23,#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#130f23,#d2a0c9,0.6);
+ color: mix(#130f23,#e5e5e5,0.6);
box-shadow: none; }
toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled {
- color: mix(#130f23,#d2a0c9,0.6); }
+ color: mix(#130f23,#e5e5e5,0.6); }
toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
toolbar.inline-toolbar button:backdrop, toolbar.inline-toolbar button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator {
border: 1px solid currentColor;
color: rgba(19, 15, 35, 0.9); }
toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled {
color: rgba(19, 15, 35, 0.85); }
toolbar.inline-toolbar button separator, toolbar.inline-toolbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#d2a0c9,#130f23,0.9)); }
+ background-image: image(mix(#e5e5e5,#130f23,0.9)); }
window.csd > .titlebar:not(headerbar) {
padding: 0;
@@ -1546,11 +1546,11 @@ window.csd > .titlebar:not(headerbar) {
box-shadow: none; }
.titlebar:not(headerbar) > separator {
- background-color: #1a1843; }
+ background-color: #1a1844; }
.background .titlebar:backdrop, .background .titlebar {
- border-top-left-radius: 20px;
- border-top-right-radius: 20px; }
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px; }
.background.tiled .titlebar:backdrop, .background.tiled .titlebar,
.background.tiled-top .titlebar:backdrop,
@@ -1576,10 +1576,10 @@ window.csd > .titlebar:not(headerbar) {
! Action-bar *
***************/
actionbar > revealer > box {
- padding: 0px;
- border-top: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ padding: 3px;
+ border-top: 1px solid mix(#130f23,#e5e5e5,0.18); }
actionbar > revealer > box:backdrop {
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9); }
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9); }
/****************************
! Search and Location bars *
@@ -1587,37 +1587,37 @@ actionbar > revealer > box {
searchbar,
.location-bar {
background-color: #130f22;
- background-image: linear-gradient(to bottom, #141025, #110e20);
+ background-image: linear-gradient(to bottom, #130f23, #120e21);
border-width: 0 0 1px;
border-style: solid;
border-color: #0f0c1c;
- color: #d2a0c9; }
+ color: #e5e5e5; }
/******************
! Action buttons *
*******************/
.suggested-action, headerbar.selection-mode button.suggested-action,
.titlebar.selection-mode:not(headerbar) button.suggested-action {
- background-color: #add954;
- background-image: linear-gradient(to bottom, #b5dd64, #a5d544);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #0f2fa7;
+ background-image: linear-gradient(to bottom, #0f30ac, #0f2ea2);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.suggested-action:active, headerbar.selection-mode button.suggested-action:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active, .suggested-action:active:hover, .suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked, .suggested-action:checked:hover, .suggested-action:checked:focus, .suggested-action:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
.titlebar.selection-mode:not(headerbar) .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
.titlebar.selection-mode:not(headerbar) stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) {
@@ -1625,9 +1625,9 @@ searchbar,
.linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked {
@@ -1645,9 +1645,9 @@ searchbar,
.linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked {
@@ -1660,80 +1660,80 @@ searchbar,
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
.suggested-action.flat, headerbar.selection-mode button.flat.suggested-action,
.titlebar.selection-mode:not(headerbar) button.flat.suggested-action {
- color: #ffffff;
- border-color: rgba(173, 217, 84, 0);
- background-color: rgba(173, 217, 84, 0);
+ color: #e5e5e5;
+ border-color: rgba(15, 47, 167, 0);
+ background-color: rgba(15, 47, 167, 0);
background-image: none;
box-shadow: none; }
.suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover, .suggested-action.flat:hover {
- background-color: #b3dc60;
- background-image: linear-gradient(to bottom, #bbdf71, #abd850);
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #1031af;
+ background-image: linear-gradient(to bottom, #1033b5, #0f30aa);
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.suggested-action:hover:focus, .suggested-action:hover:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.suggested-action:hover:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:active, .suggested-action:hover:active:focus, .suggested-action.flat:hover:active:focus, .suggested-action:hover:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:checked, .suggested-action:hover:checked:focus, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.suggested-action:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action.flat:focus {
- background-color: #b3dc60;
- background-image: linear-gradient(to bottom, #bbdf71, #abd850);
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: #1031af;
+ background-image: linear-gradient(to bottom, #1033b5, #0f30aa);
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.suggested-action:focus:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus:hover, .suggested-action.flat:focus:hover {
- background-color: #b9de6d;
- background-image: linear-gradient(to bottom, #c1e27e, #b0db5b);
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #1134b8;
+ background-image: linear-gradient(to bottom, #1135bd, #1032b2);
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
.suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.suggested-action:focus:hover:active, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:focus, .suggested-action:focus:hover:checked, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active, .suggested-action.flat:checked, .suggested-action.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
.suggested-action:checked:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:focus, .suggested-action:checked:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:hover, .suggested-action:active:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:focus, .suggested-action:active:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:active, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled, .suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.suggested-action:active:checked:disabled, .suggested-action.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.suggested-action:checked:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:focus, .suggested-action:checked:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:hover, .suggested-action:active:focus,
@@ -1741,67 +1741,67 @@ searchbar,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover, .suggested-action.flat:focus, .suggested-action.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
.suggested-action:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled {
- background-color: alpha(mix(#add954,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#add954,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#add954,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#0f2fa7,#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#0f2fa7,#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(#0f2fa7,#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#add954,#ffffff,0.6);
+ color: mix(#0f2fa7,#e5e5e5,0.6);
box-shadow: none; }
.suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled {
- color: mix(#add954,#ffffff,0.6); }
+ color: mix(#0f2fa7,#e5e5e5,0.6); }
.suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
.suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
.suggested-action:backdrop, headerbar.selection-mode button.suggested-action:backdrop,
.titlebar.selection-mode:not(headerbar) button.suggested-action:backdrop, .suggested-action.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
.suggested-action.separator, headerbar.selection-mode button.separator.suggested-action,
.titlebar.selection-mode:not(headerbar) button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator,
.titlebar.selection-mode:not(headerbar) button.suggested-action .separator {
border: 1px solid currentColor;
- color: rgba(173, 217, 84, 0.9); }
+ color: rgba(15, 47, 167, 0.9); }
.suggested-action.separator:disabled,
.titlebar.selection-mode:not(headerbar) button.separator.suggested-action:disabled, .suggested-action .separator:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action .separator:disabled {
- color: rgba(173, 217, 84, 0.85); }
+ color: rgba(15, 47, 167, 0.85); }
.suggested-action separator, headerbar.selection-mode button.suggested-action separator,
.titlebar.selection-mode:not(headerbar) button.suggested-action separator {
- background-image: image(mix(#ffffff,#add954,0.9)); }
+ background-image: image(mix(#e5e5e5,#0f2fa7,0.9)); }
.destructive-action {
- background-color: #eb5b7a;
- background-image: linear-gradient(to bottom, #ed6e89, #e9486b);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #f4004c;
+ background-image: linear-gradient(to bottom, #fb004e, #ed004a);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.destructive-action:focus, .destructive-action:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.destructive-action:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.destructive-action:active:disabled, .destructive-action:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover {
@@ -1811,9 +1811,9 @@ searchbar,
.linked.vertical > .destructive-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover {
@@ -1821,95 +1821,95 @@ searchbar,
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
.destructive-action.flat {
- color: #ffffff;
- border-color: rgba(235, 91, 122, 0);
- background-color: rgba(235, 91, 122, 0);
+ color: #e5e5e5;
+ border-color: rgba(244, 0, 76, 0);
+ background-color: rgba(244, 0, 76, 0);
background-image: none;
box-shadow: none; }
.destructive-action:hover, .destructive-action.flat:hover {
- background-color: #ed6a86;
- background-image: linear-gradient(to bottom, #ef7d96, #ea5676);
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #ff0150;
+ background-image: linear-gradient(to bottom, #ff0956, #f9004d);
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.destructive-action:hover:disabled, .destructive-action.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.destructive-action:focus, .destructive-action.flat:focus {
- background-color: #ed6a86;
- background-image: linear-gradient(to bottom, #ef7d96, #ea5676);
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: #ff0150;
+ background-image: linear-gradient(to bottom, #ff0956, #f9004d);
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.destructive-action:focus:hover, .destructive-action.flat:focus:hover {
- background-color: #ef7892;
- background-image: linear-gradient(to bottom, #f18da2, #ec6381);
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #ff0d59;
+ background-image: linear-gradient(to bottom, #ff155e, #ff0553);
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
.destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
.destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
.destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
.destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled {
- background-color: alpha(mix(#eb5b7a,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#eb5b7a,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#eb5b7a,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#f4004c,#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#f4004c,#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(#f4004c,#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#eb5b7a,#ffffff,0.6);
+ color: mix(#f4004c,#e5e5e5,0.6);
box-shadow: none; }
.destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled {
- color: mix(#eb5b7a,#ffffff,0.6); }
+ color: mix(#f4004c,#e5e5e5,0.6); }
.destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
.destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
.destructive-action:backdrop, .destructive-action.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
.destructive-action.separator, .destructive-action .separator {
border: 1px solid currentColor;
- color: rgba(235, 91, 122, 0.9); }
+ color: rgba(244, 0, 76, 0.9); }
.destructive-action.separator:disabled, .destructive-action .separator:disabled {
- color: rgba(235, 91, 122, 0.85); }
+ color: rgba(244, 0, 76, 0.85); }
.destructive-action separator {
- background-image: image(mix(#ffffff,#eb5b7a,0.9)); }
+ background-image: image(mix(#e5e5e5,#f4004c,0.9)); }
/******************
! Selection mode *
@@ -1917,13 +1917,13 @@ searchbar,
headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border-color: mix(#ffffff,#8d5bd0,0.72);
- color: #ffffff; }
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
+ border-color: mix(#e5e5e5,#8d5bd0,0.72);
+ color: #e5e5e5; }
headerbar.selection-mode:focus, headerbar.selection-mode:hover,
.titlebar.selection-mode:not(headerbar):focus,
.titlebar.selection-mode:not(headerbar):hover {
- border-color: mix(#8d5bd0,mix(#ffffff,#8d5bd0,0.8),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#8d5bd0,0.8),0.3); }
headerbar.selection-mode:active, headerbar.selection-mode:active:hover, headerbar.selection-mode:active:focus, headerbar.selection-mode:active:hover:focus, headerbar.selection-mode:checked, headerbar.selection-mode:checked:hover, headerbar.selection-mode:checked:focus, headerbar.selection-mode:checked:hover:focus,
.titlebar.selection-mode:not(headerbar):active,
.titlebar.selection-mode:not(headerbar):active:hover,
@@ -1933,42 +1933,42 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar):checked:hover,
.titlebar.selection-mode:not(headerbar):checked:focus,
.titlebar.selection-mode:not(headerbar):checked:hover:focus {
- border-color: mix(#ffffff,#8d5bd0,0.48); }
+ border-color: mix(#e5e5e5,#8d5bd0,0.48); }
headerbar.selection-mode:disabled,
.titlebar.selection-mode:not(headerbar):disabled {
- border-color: mix(#ffffff,#8d5bd0,0.8); }
+ border-color: mix(#e5e5e5,#8d5bd0,0.8); }
headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled,
.titlebar.selection-mode:not(headerbar):active:disabled,
.titlebar.selection-mode:not(headerbar):checked:disabled {
- border-color: mix(#ffffff,#8d5bd0,0.72); }
+ border-color: mix(#e5e5e5,#8d5bd0,0.72); }
headerbar.selection-mode:disabled,
.titlebar.selection-mode:not(headerbar):disabled {
background-color: #7d44c9;
- background-image: linear-gradient(to bottom, #8651cd, #7438c4);
- color: mix(#ffffff,#8d5bd0,0.5); }
+ background-image: linear-gradient(to bottom, #814acb, #783dc8);
+ color: mix(#e5e5e5,#8d5bd0,0.5); }
headerbar.selection-mode .background,
.titlebar.selection-mode:not(headerbar) .background {
background-color: #8d5bd0;
- border-color: mix(#8d5bd0,#ffffff,0.3); }
+ border-color: mix(#8d5bd0,#e5e5e5,0.3); }
headerbar.selection-mode .title,
.titlebar.selection-mode:not(headerbar) .title {
font-weight: bold;
- padding: 0 0px; }
+ padding: 0 6px; }
headerbar.selection-mode .subtitle,
.titlebar.selection-mode:not(headerbar) .subtitle {
font-size: smaller;
- padding: 0 0px; }
+ padding: 0 6px; }
headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
.titlebar.selection-mode:not(headerbar) button {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:active,
.titlebar.selection-mode:not(headerbar) button:active:hover,
@@ -1978,20 +1978,20 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
headerbar.selection-mode button:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -2001,9 +2001,9 @@ headerbar.selection-mode,
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -2012,7 +2012,7 @@ headerbar.selection-mode,
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
headerbar.selection-mode button.flat,
.titlebar.selection-mode:not(headerbar) button.flat {
- color: #ffffff;
+ color: #e5e5e5;
border-color: rgba(141, 91, 208, 0);
background-color: rgba(141, 91, 208, 0);
background-image: none;
@@ -2021,16 +2021,16 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-image: linear-gradient(to bottom, #9a6ed5, #905fd1);
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
.titlebar.selection-mode:not(headerbar) button:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:active,
.titlebar.selection-mode:not(headerbar) button:hover:active:focus,
@@ -2042,40 +2042,40 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus {
background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(255, 255, 255, 0.22);
+ background-image: linear-gradient(to bottom, #9a6ed5, #905fd1);
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover {
background-color: #9d72d7;
- background-image: linear-gradient(to bottom, #a983db, #9262d2);
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-image: linear-gradient(to bottom, #a27ad9, #986bd4);
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active,
@@ -2085,17 +2085,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
.titlebar.selection-mode:not(headerbar) button:checked,
.titlebar.selection-mode:not(headerbar) button:active,
@@ -2103,10 +2103,10 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2116,7 +2116,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:hover,
.titlebar.selection-mode:not(headerbar) button.flat:active:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:checked:active,
.titlebar.selection-mode:not(headerbar) button.nautilus-circular-button.image-button:checked:active,
@@ -2182,17 +2182,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2204,46 +2204,46 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled {
- background-color: alpha(mix(#8d5bd0,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#8d5bd0,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#8d5bd0,#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(#8d5bd0,#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#8d5bd0,#ffffff,0.6);
+ color: mix(#8d5bd0,#e5e5e5,0.6);
box-shadow: none; }
headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled :disabled {
- color: mix(#8d5bd0,#ffffff,0.6); }
+ color: mix(#8d5bd0,#e5e5e5,0.6); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop,
.titlebar.selection-mode:not(headerbar) button:backdrop,
.titlebar.selection-mode:not(headerbar) button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
.titlebar.selection-mode:not(headerbar) button.separator,
.titlebar.selection-mode:not(headerbar) button .separator {
@@ -2255,17 +2255,17 @@ headerbar.selection-mode,
color: rgba(141, 91, 208, 0.85); }
headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
.titlebar.selection-mode:not(headerbar) button separator {
- background-image: image(mix(#ffffff,#8d5bd0,0.9)); }
+ background-image: image(mix(#e5e5e5,#8d5bd0,0.9)); }
headerbar.selection-mode button.image-button,
.titlebar.selection-mode:not(headerbar) button.image-button {
- padding: 0px; }
+ padding: 3px; }
headerbar.selection-mode .linked > button,
.titlebar.selection-mode:not(headerbar) .linked > button {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
headerbar.selection-mode .linked > button:focus, headerbar.selection-mode .linked > button:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
headerbar.selection-mode .linked > button:active, headerbar.selection-mode .linked > button:active:hover, headerbar.selection-mode .linked > button:active:focus, headerbar.selection-mode .linked > button:active:hover:focus, headerbar.selection-mode .linked > button:checked, headerbar.selection-mode .linked > button:checked:hover, headerbar.selection-mode .linked > button:checked:focus, headerbar.selection-mode .linked > button:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:active,
.titlebar.selection-mode:not(headerbar) .linked > button:active:hover,
@@ -2275,18 +2275,18 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset 0 -1px rgba(46, 46, 46, 0.05); }
headerbar.selection-mode .linked > button:disabled,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled {
box-shadow: inset -1px 0 #6e35ba; }
headerbar.selection-mode .linked > button:last-child, headerbar.selection-mode .linked > button:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:last-child,
.titlebar.selection-mode:not(headerbar) .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
headerbar.selection-mode .linked > button:last-child:hover, headerbar.selection-mode .linked > button:only-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:last-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
headerbar.selection-mode .linked > button:disabled:last-child, headerbar.selection-mode .linked > button:disabled:only-child, headerbar.selection-mode .linked > button:active:disabled:last-child, headerbar.selection-mode .linked > button:active:disabled:only-child, headerbar.selection-mode .linked > button:checked:disabled:last-child, headerbar.selection-mode .linked > button:checked:disabled:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled:last-child,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled:only-child,
@@ -2304,7 +2304,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
headerbar.selection-mode .linked > button:active:only-child, headerbar.selection-mode .linked > button:active:only-child:focus, headerbar.selection-mode .linked > button:active:only-child:hover, headerbar.selection-mode .linked > button:active:only-child:hover:focus, headerbar.selection-mode .linked > button:checked:only-child, headerbar.selection-mode .linked > button:checked:only-child:focus, headerbar.selection-mode .linked > button:checked:only-child:hover, headerbar.selection-mode .linked > button:checked:only-child:hover:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:active:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:active:only-child:focus,
@@ -2314,10 +2314,10 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.06), inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.06), inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
headerbar.selection-mode box button.image-button,
.titlebar.selection-mode:not(headerbar) box button.image-button {
- padding: 0px 4px; }
+ padding: 3px 7px; }
headerbar.selection-mode separator, headerbar.selection-mode separator:disabled,
.titlebar.selection-mode:not(headerbar) separator,
.titlebar.selection-mode:not(headerbar) separator:disabled {
@@ -2327,14 +2327,14 @@ headerbar.selection-mode,
headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
.titlebar.selection-mode:not(headerbar) button {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:active,
.titlebar.selection-mode:not(headerbar) button:active:hover,
@@ -2344,20 +2344,20 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
headerbar.selection-mode button:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -2367,9 +2367,9 @@ headerbar.selection-mode,
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -2378,7 +2378,7 @@ headerbar.selection-mode,
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
headerbar.selection-mode button.flat,
.titlebar.selection-mode:not(headerbar) button.flat {
- color: #ffffff;
+ color: #e5e5e5;
border-color: rgba(141, 91, 208, 0);
background-color: rgba(141, 91, 208, 0);
background-image: none;
@@ -2387,16 +2387,16 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-image: linear-gradient(to bottom, #9a6ed5, #905fd1);
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
.titlebar.selection-mode:not(headerbar) button:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:active,
.titlebar.selection-mode:not(headerbar) button:hover:active:focus,
@@ -2408,40 +2408,40 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus {
background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(255, 255, 255, 0.22);
+ background-image: linear-gradient(to bottom, #9a6ed5, #905fd1);
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover {
background-color: #9d72d7;
- background-image: linear-gradient(to bottom, #a983db, #9262d2);
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-image: linear-gradient(to bottom, #a27ad9, #986bd4);
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active,
@@ -2451,17 +2451,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
.titlebar.selection-mode:not(headerbar) button:checked,
.titlebar.selection-mode:not(headerbar) button:active,
@@ -2469,10 +2469,10 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2482,7 +2482,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:hover,
.titlebar.selection-mode:not(headerbar) button.flat:active:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:checked:active,
.titlebar.selection-mode:not(headerbar) button.nautilus-circular-button.image-button:checked:active,
@@ -2548,17 +2548,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2570,46 +2570,46 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled {
- background-color: alpha(mix(#8d5bd0,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#8d5bd0,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#8d5bd0,#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(#8d5bd0,#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#8d5bd0,#ffffff,0.6);
+ color: mix(#8d5bd0,#e5e5e5,0.6);
box-shadow: none; }
headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled :disabled {
- color: mix(#8d5bd0,#ffffff,0.6); }
+ color: mix(#8d5bd0,#e5e5e5,0.6); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
headerbar.selection-mode button:backdrop, headerbar.selection-mode button.flat:backdrop,
.titlebar.selection-mode:not(headerbar) button:backdrop,
.titlebar.selection-mode:not(headerbar) button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
.titlebar.selection-mode:not(headerbar) button.separator,
.titlebar.selection-mode:not(headerbar) button .separator {
@@ -2621,7 +2621,7 @@ headerbar.selection-mode,
color: rgba(141, 91, 208, 0.85); }
headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
.titlebar.selection-mode:not(headerbar) button separator {
- background-image: image(mix(#ffffff,#8d5bd0,0.9)); }
+ background-image: image(mix(#e5e5e5,#8d5bd0,0.9)); }
headerbar.selection-mode:backdrop,
.titlebar.selection-mode:not(headerbar):backdrop {
background-color: #8d5bd0;
@@ -2646,7 +2646,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .selection-menu:backdrop .arrow,
.titlebar.selection-mode:not(headerbar) .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- color: rgba(255, 255, 255, 0.5);
+ color: rgba(229, 229, 229, 0.5);
-gtk-icon-shadow: none; }
headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label,
.titlebar.selection-mode:not(headerbar) .dim-label,
@@ -2659,34 +2659,34 @@ headerbar.selection-mode,
calendar {
padding: 1px 3px;
outline-offset: -1px;
- color: #e6e1ec; }
+ color: #e5e5e5; }
calendar:selected {
- border-radius: 20px; }
+ border-radius: 3px; }
calendar.header {
- border-bottom: 1px solid rgba(100, 48, 91, 0.1);
+ border-bottom: 1px solid rgba(92, 92, 92, 0.1);
border-radius: 0; }
calendar.header:backdrop {
- border-color: rgba(100, 48, 91, 0.1); }
+ border-color: rgba(92, 92, 92, 0.1); }
calendar.button {
- color: rgba(210, 160, 201, 0.55); }
+ color: rgba(229, 229, 229, 0.55); }
calendar.button:hover {
- color: #d2a0c9; }
+ color: #e5e5e5; }
calendar.button:backdrop {
- color: alpha(mix(#d2a0c9,#130f23,0.5),0.55); }
+ color: alpha(mix(#e5e5e5,#130f23,0.5),0.55); }
calendar.button:disabled {
- color: alpha(mix(#d2a0c9,#130f23,0.5),0.55); }
+ color: alpha(mix(#e5e5e5,#130f23,0.5),0.55); }
calendar:indeterminate, calendar:indeterminate:backdrop {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
calendar.highlight, calendar.highlight:backdrop {
font-size: smaller;
- color: mix(#8d5bd0,#d2a0c9,0.5); }
+ color: mix(#8d5bd0,#e5e5e5,0.5); }
calendar:backdrop {
- color: mix(#130f23,#e6e1ec,0.8); }
+ color: mix(#130f23,#e5e5e5,0.8); }
/* gnome-calendar */
.calendar-view {
background-color: #130f23;
- color: #e6e1ec; }
+ color: #e5e5e5; }
/***************
! Color chooser
@@ -2695,46 +2695,46 @@ colorswatch:drop(active), colorswatch {
border-style: none; }
colorswatch.top {
- border-top-left-radius: 20.5px;
- border-top-right-radius: 20.5px; }
+ border-top-left-radius: 3.5px;
+ border-top-right-radius: 3.5px; }
colorswatch.top overlay {
- border-top-left-radius: 20px;
- border-top-right-radius: 20px; }
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px; }
colorswatch.bottom {
- border-bottom-left-radius: 20.5px;
- border-bottom-right-radius: 20.5px; }
+ border-bottom-left-radius: 3.5px;
+ border-bottom-right-radius: 3.5px; }
colorswatch.bottom overlay {
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px; }
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px; }
colorswatch.left, colorswatch:first-child:not(.top) {
- border-top-left-radius: 20.5px;
- border-bottom-left-radius: 20.5px; }
+ border-top-left-radius: 3.5px;
+ border-bottom-left-radius: 3.5px; }
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
- border-top-left-radius: 20px;
- border-bottom-left-radius: 20px; }
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 3px; }
colorswatch.right, colorswatch:last-child:not(.bottom) {
- border-top-right-radius: 20.5px;
- border-bottom-right-radius: 20.5px; }
+ border-top-right-radius: 3.5px;
+ border-bottom-right-radius: 3.5px; }
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
- border-top-right-radius: 20px;
- border-bottom-right-radius: 20px; }
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px; }
colorswatch.dark overlay {
- color: #ffffff; }
+ color: #e5e5e5; }
colorswatch.dark overlay:hover {
- border-color: rgba(100, 48, 91, 0.8); }
+ border-color: rgba(92, 92, 92, 0.8); }
colorswatch.dark overlay:backdrop {
- color: mix(#8d5bd0,#ffffff,0.66); }
+ color: mix(#8d5bd0,#e5e5e5,0.66); }
colorswatch.light overlay {
- color: #e6e1ec; }
+ color: #e5e5e5; }
colorswatch.light overlay:hover {
- border-color: rgba(100, 48, 91, 0.5); }
+ border-color: rgba(92, 92, 92, 0.5); }
colorswatch.light overlay:backdrop {
- color: mix(#130f23,#e6e1ec,0.8); }
+ color: mix(#130f23,#e5e5e5,0.8); }
colorswatch:drop(active) {
box-shadow: none; }
@@ -2743,46 +2743,46 @@ colorswatch:drop(active) {
box-shadow: inset 0 0 0 2px #7a3fc8, inset 0 0 0 1px #8d5bd0; }
colorswatch.dark:drop(active) overlay {
border-color: #8d5bd0;
- box-shadow: inset 0 0 0 2px rgba(100, 48, 91, 0.3), inset 0 0 0 1px #8d5bd0; }
+ box-shadow: inset 0 0 0 2px rgba(92, 92, 92, 0.3), inset 0 0 0 1px #8d5bd0; }
colorswatch overlay {
- border: 1px solid rgba(100, 48, 91, 0.3); }
+ border: 1px solid rgba(92, 92, 92, 0.3); }
colorswatch overlay:hover {
- box-shadow: inset 0 1px rgba(20, 16, 37, 0.4), inset 0 -1px rgba(100, 48, 91, 0.2); }
+ box-shadow: inset 0 1px rgba(20, 16, 37, 0.4), inset 0 -1px rgba(92, 92, 92, 0.2); }
colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover {
- border-color: rgba(100, 48, 91, 0.3);
+ border-color: rgba(92, 92, 92, 0.3);
box-shadow: none; }
colorswatch:disabled {
opacity: .5; }
colorswatch:disabled overlay {
- border-color: rgba(100, 48, 91, 0.6);
+ border-color: rgba(92, 92, 92, 0.6);
box-shadow: none; }
row:selected colorswatch {
- box-shadow: 0 0 0 2px #ffffff; }
+ box-shadow: 0 0 0 2px #e5e5e5; }
colorswatch#add-color-button {
- border-radius: 20px 20px 0 0; }
+ border-radius: 3px 3px 0 0; }
colorswatch#add-color-button:only-child {
- border-radius: 20px; }
+ border-radius: 3px; }
colorswatch#add-color-button overlay {
background-color: #120e21;
- color: #d2a0c9; }
+ color: #e5e5e5; }
colorswatch#add-color-button overlay:hover {
background-color: #110e20; }
colorswatch#add-color-button overlay:backdrop {
background-color: #120e21; }
colorswatch#editor-color-sample {
- border-radius: 20px; }
+ border-radius: 3px; }
colorswatch#editor-color-sample overlay {
- border-radius: 20.5px; }
+ border-radius: 3.5px; }
button.color, button.color.nautilus-circular-button.image-button {
- padding: 0px; }
+ padding: 3px; }
button.color colorswatch:only-child, button.color colorswatch:only-child overlay {
- border-radius: 20px; }
+ border-radius: 3px; }
button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child {
box-shadow: none; }
@@ -2792,11 +2792,11 @@ button.color, button.color.nautilus-circular-button.image-button {
filechooser {
/* for fallback when header bar not used */ }
filechooser .dialog-action-box {
- border-top: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-top: 1px solid mix(#130f23,#e5e5e5,0.18); }
filechooser .dialog-action-box:backdrop {
- border-top-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9); }
+ border-top-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9); }
filechooser #pathbarbox {
- border-bottom: 1px solid mix(#130f23,#d2a0c9,0.18);
+ border-bottom: 1px solid mix(#130f23,#e5e5e5,0.18);
background-color: #130f23; }
filechooserbutton:drop(active) {
@@ -2810,14 +2810,14 @@ widget:active {
background-color: mix(#8d5bd0,#130f23,0.5); }
list {
- color: #e6e1ec;
+ color: #e5e5e5;
background-color: #130f23;
- border-color: mix(#130f23,#d2a0c9,0.18); }
+ border-color: mix(#130f23,#e5e5e5,0.18); }
list:backdrop {
background-color: #130f23;
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9); }
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9); }
list row {
- padding: 0px; }
+ padding: 3px; }
row {
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@@ -2826,21 +2826,21 @@ row {
row:backdrop {
transition: 200ms ease-out; }
row.activatable.has-open-popup, row.activatable:hover {
- background-color: rgba(210, 160, 201, 0.05); }
+ background-color: rgba(229, 229, 229, 0.05); }
row.activatable:active {
- box-shadow: inset 0 2px 2px -2px rgba(100, 48, 91, 0.2); }
+ box-shadow: inset 0 2px 2px -2px rgba(92, 92, 92, 0.2); }
row.activatable:backdrop:hover {
background-color: transparent; }
row.activatable:selected:active {
- box-shadow: inset 0 2px 3px -1px rgba(100, 48, 91, 0.5); }
+ box-shadow: inset 0 2px 3px -1px rgba(92, 92, 92, 0.5); }
row.activatable.has-open-popup:selected, row.activatable:selected:hover {
- background-color: mix(#8d5bd0,#d2a0c9,0.1); }
+ background-color: mix(#8d5bd0,#e5e5e5,0.1); }
row.activatable:selected:backdrop {
background-color: #8d5bd0; }
flowbox flowboxchild {
- padding: 0px;
- border-radius: 20px; }
+ padding: 3px;
+ border-radius: 3px; }
flowbox flowboxchild:selected {
outline-offset: -2px; }
@@ -2856,32 +2856,32 @@ flowbox flowboxchild {
infobar {
border: 0; }
infobar.info, infobar.info:backdrop {
- background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border: 1px solid #6e35ba;
+ background-color: #4023d9;
+ background-image: linear-gradient(to bottom, #4427dc, #3e22d2);
+ border: 1px solid #331cae;
caret-color: currentColor; }
infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop {
- color: #130f23; }
+ color: #d2f000; }
infobar.info button, infobar.info button.nautilus-circular-button.image-button {
- background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #4023d9;
+ background-image: linear-gradient(to bottom, #4427dc, #3e22d2);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
infobar.info button:focus, infobar.info button:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.info button:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.info button:active:disabled, infobar.info button:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
.linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked:hover, stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover {
@@ -2891,9 +2891,9 @@ infobar {
.linked.vertical > infobar.info button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.info button, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > infobar.info button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked:hover, stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover {
@@ -2901,122 +2901,122 @@ infobar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
infobar.info button.flat {
- color: #130f23;
- border-color: rgba(141, 91, 208, 0);
- background-color: rgba(141, 91, 208, 0);
+ color: #d2f000;
+ border-color: rgba(64, 35, 217, 0);
+ background-color: rgba(64, 35, 217, 0);
background-image: none;
box-shadow: none; }
infobar.info button:hover, infobar.info button.flat:hover {
- background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(15, 12, 28, 0.4);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #482cdd;
+ background-image: linear-gradient(to bottom, #4e33de, #4225dc);
+ border-color: rgba(168, 192, 0, 0.4);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.info button:hover:active, infobar.info button:hover:active:focus, infobar.info button.flat:hover:active:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:focus, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.info button:focus, infobar.info button.flat:focus {
- background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(19, 15, 35, 0.32);
+ background-color: #482cdd;
+ background-image: linear-gradient(to bottom, #4e33de, #4225dc);
+ border-color: rgba(210, 240, 0, 0.32);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
infobar.info button:focus:hover, infobar.info button.flat:focus:hover {
- background-color: #9d72d7;
- background-image: linear-gradient(to bottom, #a983db, #9262d2);
- border-color: rgba(15, 12, 28, 0.4);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #5137df;
+ background-image: linear-gradient(to bottom, #583ee0, #4b2fde);
+ border-color: rgba(168, 192, 0, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.info button:focus:hover:active, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:focus, infobar.info button:focus:hover:checked, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.info button:checked, infobar.info button:active, infobar.info button.flat:checked, infobar.info button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(19, 15, 35, 0.06), inset 0 1px rgba(19, 15, 35, 0.07), inset -1px 0 rgba(19, 15, 35, 0.06), inset 0 -1px rgba(19, 15, 35, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(210, 240, 0, 0.06), inset 0 1px rgba(210, 240, 0, 0.07), inset -1px 0 rgba(210, 240, 0, 0.06), inset 0 -1px rgba(210, 240, 0, 0.05); }
infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.info button:active:checked, infobar.info button:active:checked:hover, infobar.info button:active:checked:focus, infobar.info button:active:checked:hover:focus, infobar.info button.flat:active:checked, infobar.info button.flat:active:checked:hover, infobar.info button.flat:active:checked:focus, infobar.info button.flat:active:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.info button:active:checked:disabled, infobar.info button.flat:active:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover {
- color: #130f23; }
+ color: #d2f000; }
infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled {
- background-color: alpha(mix(#8d5bd0,#130f23,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#130f23,0.2),0.4),1.065), shade(alpha(mix(#8d5bd0,#130f23,0.2),0.4),0.935));
+ background-color: alpha(mix(#4023d9,#d2f000,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#4023d9,#d2f000,0.2),0.4),1.03), shade(alpha(mix(#4023d9,#d2f000,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#8d5bd0,#130f23,0.6);
+ color: mix(#4023d9,#d2f000,0.6);
box-shadow: none; }
infobar.info button:disabled:disabled :disabled, infobar.info button.flat:disabled:disabled :disabled {
- color: mix(#8d5bd0,#130f23,0.6); }
+ color: mix(#4023d9,#d2f000,0.6); }
infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
infobar.info button:backdrop, infobar.info button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
infobar.info button.separator, infobar.info button .separator {
border: 1px solid currentColor;
- color: rgba(141, 91, 208, 0.9); }
+ color: rgba(64, 35, 217, 0.9); }
infobar.info button.separator:disabled, infobar.info button .separator:disabled {
- color: rgba(141, 91, 208, 0.85); }
+ color: rgba(64, 35, 217, 0.85); }
infobar.info button separator, infobar.info button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#130f23,#8d5bd0,0.9)); }
+ background-image: image(mix(#d2f000,#4023d9,0.9)); }
infobar.warning, infobar.warning:backdrop {
- background-color: #ebb352;
- background-image: linear-gradient(to bottom, #edbb64, #e9ab40);
- border: 1px solid #e39a1a;
+ background-color: #f92927;
+ background-image: linear-gradient(to bottom, #f9312f, #f9211f);
+ border: 1px solid #e00806;
caret-color: currentColor; }
infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop {
- color: #130f23; }
+ color: #d2f000; }
infobar.warning button, infobar.warning button.nautilus-circular-button.image-button {
- background-color: #ebb352;
- background-image: linear-gradient(to bottom, #edbb64, #e9ab40);
- border-color: rgba(15, 12, 28, 0.32);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #f92927;
+ background-image: linear-gradient(to bottom, #f9312f, #f9211f);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
infobar.warning button:focus, infobar.warning button:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.warning button:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.warning button:active:disabled, infobar.warning button:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
.linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover {
@@ -3026,9 +3026,9 @@ infobar {
.linked.vertical > infobar.warning button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > infobar.warning button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover {
@@ -3036,122 +3036,122 @@ infobar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
infobar.warning button.flat {
- color: #130f23;
- border-color: rgba(235, 179, 82, 0);
- background-color: rgba(235, 179, 82, 0);
+ color: #d2f000;
+ border-color: rgba(249, 41, 39, 0);
+ background-color: rgba(249, 41, 39, 0);
background-image: none;
box-shadow: none; }
infobar.warning button:hover, infobar.warning button.flat:hover {
- background-color: #edb960;
- background-image: linear-gradient(to bottom, #efc274, #eab14d);
- border-color: rgba(15, 12, 28, 0.4);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #f93735;
+ background-image: linear-gradient(to bottom, #fa403e, #f92e2c);
+ border-color: rgba(168, 192, 0, 0.4);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.warning button:hover:active, infobar.warning button:hover:active:focus, infobar.warning button.flat:hover:active:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:focus, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.warning button:focus, infobar.warning button.flat:focus {
- background-color: #edb960;
- background-image: linear-gradient(to bottom, #efc274, #eab14d);
- border-color: rgba(19, 15, 35, 0.32);
+ background-color: #f93735;
+ background-image: linear-gradient(to bottom, #fa403e, #f92e2c);
+ border-color: rgba(210, 240, 0, 0.32);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover {
- background-color: #eebf6e;
- background-image: linear-gradient(to bottom, #f1c883, #ecb75a);
- border-color: rgba(15, 12, 28, 0.4);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #fa4543;
+ background-image: linear-gradient(to bottom, #fa4e4c, #fa3c3a);
+ border-color: rgba(168, 192, 0, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.warning button:focus:hover:active, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button:focus:hover:checked, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.warning button:checked, infobar.warning button:active, infobar.warning button.flat:checked, infobar.warning button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(19, 15, 35, 0.06), inset 0 1px rgba(19, 15, 35, 0.07), inset -1px 0 rgba(19, 15, 35, 0.06), inset 0 -1px rgba(19, 15, 35, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(210, 240, 0, 0.06), inset 0 1px rgba(210, 240, 0, 0.07), inset -1px 0 rgba(210, 240, 0, 0.06), inset 0 -1px rgba(210, 240, 0, 0.05); }
infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.warning button:active:checked, infobar.warning button:active:checked:hover, infobar.warning button:active:checked:focus, infobar.warning button:active:checked:hover:focus, infobar.warning button.flat:active:checked, infobar.warning button.flat:active:checked:hover, infobar.warning button.flat:active:checked:focus, infobar.warning button.flat:active:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.warning button:active:checked:disabled, infobar.warning button.flat:active:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover {
- color: #130f23; }
+ color: #d2f000; }
infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled {
- background-color: alpha(mix(#ebb352,#130f23,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#ebb352,#130f23,0.2),0.4),1.065), shade(alpha(mix(#ebb352,#130f23,0.2),0.4),0.935));
+ background-color: alpha(mix(#f92927,#d2f000,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#f92927,#d2f000,0.2),0.4),1.03), shade(alpha(mix(#f92927,#d2f000,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#ebb352,#130f23,0.6);
+ color: mix(#f92927,#d2f000,0.6);
box-shadow: none; }
infobar.warning button:disabled:disabled :disabled, infobar.warning button.flat:disabled:disabled :disabled {
- color: mix(#ebb352,#130f23,0.6); }
+ color: mix(#f92927,#d2f000,0.6); }
infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
infobar.warning button:backdrop, infobar.warning button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
infobar.warning button.separator, infobar.warning button .separator {
border: 1px solid currentColor;
- color: rgba(235, 179, 82, 0.9); }
+ color: rgba(249, 41, 39, 0.9); }
infobar.warning button.separator:disabled, infobar.warning button .separator:disabled {
- color: rgba(235, 179, 82, 0.85); }
+ color: rgba(249, 41, 39, 0.85); }
infobar.warning button separator, infobar.warning button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#130f23,#ebb352,0.9)); }
+ background-image: image(mix(#d2f000,#f92927,0.9)); }
infobar.question, infobar.question:backdrop {
- background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border: 1px solid #6e35ba;
+ background-color: #4023d9;
+ background-image: linear-gradient(to bottom, #4427dc, #3e22d2);
+ border: 1px solid #331cae;
caret-color: currentColor; }
infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop {
- color: #130f23; }
+ color: #d2f000; }
infobar.question button, infobar.question button.nautilus-circular-button.image-button {
- background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #4023d9;
+ background-image: linear-gradient(to bottom, #4427dc, #3e22d2);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
infobar.question button:focus, infobar.question button:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.question button:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.question button:active:disabled, infobar.question button:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
.linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked:hover, stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover {
@@ -3161,9 +3161,9 @@ infobar {
.linked.vertical > infobar.question button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.question button, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > infobar.question button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked:hover, stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover {
@@ -3171,122 +3171,122 @@ infobar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
infobar.question button.flat {
- color: #130f23;
- border-color: rgba(141, 91, 208, 0);
- background-color: rgba(141, 91, 208, 0);
+ color: #d2f000;
+ border-color: rgba(64, 35, 217, 0);
+ background-color: rgba(64, 35, 217, 0);
background-image: none;
box-shadow: none; }
infobar.question button:hover, infobar.question button.flat:hover {
- background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(15, 12, 28, 0.4);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #482cdd;
+ background-image: linear-gradient(to bottom, #4e33de, #4225dc);
+ border-color: rgba(168, 192, 0, 0.4);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.question button:hover:active, infobar.question button:hover:active:focus, infobar.question button.flat:hover:active:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:focus, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.question button:focus, infobar.question button.flat:focus {
- background-color: #9567d3;
- background-image: linear-gradient(to bottom, #a076d8, #8a57cf);
- border-color: rgba(19, 15, 35, 0.32);
+ background-color: #482cdd;
+ background-image: linear-gradient(to bottom, #4e33de, #4225dc);
+ border-color: rgba(210, 240, 0, 0.32);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
infobar.question button:focus:hover, infobar.question button.flat:focus:hover {
- background-color: #9d72d7;
- background-image: linear-gradient(to bottom, #a983db, #9262d2);
- border-color: rgba(15, 12, 28, 0.4);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #5137df;
+ background-image: linear-gradient(to bottom, #583ee0, #4b2fde);
+ border-color: rgba(168, 192, 0, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.question button:focus:hover:active, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:focus, infobar.question button:focus:hover:checked, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.question button:checked, infobar.question button:active, infobar.question button.flat:checked, infobar.question button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(19, 15, 35, 0.06), inset 0 1px rgba(19, 15, 35, 0.07), inset -1px 0 rgba(19, 15, 35, 0.06), inset 0 -1px rgba(19, 15, 35, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(210, 240, 0, 0.06), inset 0 1px rgba(210, 240, 0, 0.07), inset -1px 0 rgba(210, 240, 0, 0.06), inset 0 -1px rgba(210, 240, 0, 0.05); }
infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.question button:active:checked, infobar.question button:active:checked:hover, infobar.question button:active:checked:focus, infobar.question button:active:checked:hover:focus, infobar.question button.flat:active:checked, infobar.question button.flat:active:checked:hover, infobar.question button.flat:active:checked:focus, infobar.question button.flat:active:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.question button:active:checked:disabled, infobar.question button.flat:active:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover {
- color: #130f23; }
+ color: #d2f000; }
infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled {
- background-color: alpha(mix(#8d5bd0,#130f23,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#8d5bd0,#130f23,0.2),0.4),1.065), shade(alpha(mix(#8d5bd0,#130f23,0.2),0.4),0.935));
+ background-color: alpha(mix(#4023d9,#d2f000,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#4023d9,#d2f000,0.2),0.4),1.03), shade(alpha(mix(#4023d9,#d2f000,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#8d5bd0,#130f23,0.6);
+ color: mix(#4023d9,#d2f000,0.6);
box-shadow: none; }
infobar.question button:disabled:disabled :disabled, infobar.question button.flat:disabled:disabled :disabled {
- color: mix(#8d5bd0,#130f23,0.6); }
+ color: mix(#4023d9,#d2f000,0.6); }
infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
infobar.question button:backdrop, infobar.question button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
infobar.question button.separator, infobar.question button .separator {
border: 1px solid currentColor;
- color: rgba(141, 91, 208, 0.9); }
+ color: rgba(64, 35, 217, 0.9); }
infobar.question button.separator:disabled, infobar.question button .separator:disabled {
- color: rgba(141, 91, 208, 0.85); }
+ color: rgba(64, 35, 217, 0.85); }
infobar.question button separator, infobar.question button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#130f23,#8d5bd0,0.9)); }
+ background-image: image(mix(#d2f000,#4023d9,0.9)); }
infobar.error, infobar.error:backdrop {
- background-color: #eb5b7a;
- background-image: linear-gradient(to bottom, #ed6e89, #e9486b);
- border: 1px solid #e4214b;
+ background-color: #f4004c;
+ background-image: linear-gradient(to bottom, #fb004e, #ed004a);
+ border: 1px solid #c3003d;
caret-color: currentColor; }
infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop {
- color: #130f23; }
+ color: #d2f000; }
infobar.error button, infobar.error button.nautilus-circular-button.image-button {
- background-color: #eb5b7a;
- background-image: linear-gradient(to bottom, #ed6e89, #e9486b);
- border-color: rgba(15, 12, 28, 0.32);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #f4004c;
+ background-image: linear-gradient(to bottom, #fb004e, #ed004a);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
infobar.error button:focus, infobar.error button:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.error button:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.error button:active:disabled, infobar.error button:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
.linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked:hover, stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover {
@@ -3296,9 +3296,9 @@ infobar {
.linked.vertical > infobar.error button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) infobar.error button, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > infobar.error button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked:hover, stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover {
@@ -3306,95 +3306,95 @@ infobar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
infobar.error button.flat {
- color: #130f23;
- border-color: rgba(235, 91, 122, 0);
- background-color: rgba(235, 91, 122, 0);
+ color: #d2f000;
+ border-color: rgba(244, 0, 76, 0);
+ background-color: rgba(244, 0, 76, 0);
background-image: none;
box-shadow: none; }
infobar.error button:hover, infobar.error button.flat:hover {
- background-color: #ed6a86;
- background-image: linear-gradient(to bottom, #ef7d96, #ea5676);
- border-color: rgba(15, 12, 28, 0.4);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #ff0150;
+ background-image: linear-gradient(to bottom, #ff0956, #f9004d);
+ border-color: rgba(168, 192, 0, 0.4);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.error button:hover:active, infobar.error button:hover:active:focus, infobar.error button.flat:hover:active:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:focus, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.error button:focus, infobar.error button.flat:focus {
- background-color: #ed6a86;
- background-image: linear-gradient(to bottom, #ef7d96, #ea5676);
- border-color: rgba(19, 15, 35, 0.32);
+ background-color: #ff0150;
+ background-image: linear-gradient(to bottom, #ff0956, #f9004d);
+ border-color: rgba(210, 240, 0, 0.32);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
infobar.error button:focus:hover, infobar.error button.flat:focus:hover {
- background-color: #ef7892;
- background-image: linear-gradient(to bottom, #f18da2, #ec6381);
- border-color: rgba(15, 12, 28, 0.4);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #ff0d59;
+ background-image: linear-gradient(to bottom, #ff155e, #ff0553);
+ border-color: rgba(168, 192, 0, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
infobar.error button:focus:hover:active, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:focus, infobar.error button:focus:hover:checked, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
infobar.error button:checked, infobar.error button:active, infobar.error button.flat:checked, infobar.error button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(19, 15, 35, 0.06), inset 0 1px rgba(19, 15, 35, 0.07), inset -1px 0 rgba(19, 15, 35, 0.06), inset 0 -1px rgba(19, 15, 35, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(210, 240, 0, 0.06), inset 0 1px rgba(210, 240, 0, 0.07), inset -1px 0 rgba(210, 240, 0, 0.06), inset 0 -1px rgba(210, 240, 0, 0.05); }
infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
infobar.error button:active:checked, infobar.error button:active:checked:hover, infobar.error button:active:checked:focus, infobar.error button:active:checked:hover:focus, infobar.error button.flat:active:checked, infobar.error button.flat:active:checked:hover, infobar.error button.flat:active:checked:focus, infobar.error button.flat:active:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
infobar.error button:active:checked:disabled, infobar.error button.flat:active:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover {
- color: #130f23; }
+ color: #d2f000; }
infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled {
- background-color: alpha(mix(#eb5b7a,#130f23,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#eb5b7a,#130f23,0.2),0.4),1.065), shade(alpha(mix(#eb5b7a,#130f23,0.2),0.4),0.935));
+ background-color: alpha(mix(#f4004c,#d2f000,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#f4004c,#d2f000,0.2),0.4),1.03), shade(alpha(mix(#f4004c,#d2f000,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#eb5b7a,#130f23,0.6);
+ color: mix(#f4004c,#d2f000,0.6);
box-shadow: none; }
infobar.error button:disabled:disabled :disabled, infobar.error button.flat:disabled:disabled :disabled {
- color: mix(#eb5b7a,#130f23,0.6); }
+ color: mix(#f4004c,#d2f000,0.6); }
infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
infobar.error button:backdrop, infobar.error button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
infobar.error button.separator, infobar.error button .separator {
border: 1px solid currentColor;
- color: rgba(235, 91, 122, 0.9); }
+ color: rgba(244, 0, 76, 0.9); }
infobar.error button.separator:disabled, infobar.error button .separator:disabled {
- color: rgba(235, 91, 122, 0.85); }
+ color: rgba(244, 0, 76, 0.85); }
infobar.error button separator, infobar.error button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#130f23,#eb5b7a,0.9)); }
+ background-image: image(mix(#d2f000,#f4004c,0.9)); }
/*********
! Entry *
@@ -3406,7 +3406,7 @@ infobar {
border-left-width: 0; }
.linked:not(.vertical) > entry:first-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-right-width: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
@@ -3415,7 +3415,7 @@ infobar {
border-right-width: 1px; }
.linked:not(.vertical) > entry:last-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-left-width: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
@@ -3425,7 +3425,7 @@ infobar {
.linked:not(.vertical) > entry:only-child {
border-width: 1px; }
.linked:not(.vertical) > entry:only-child {
- border-radius: 20px; }
+ border-radius: 3px; }
.linked.vertical > entry {
border-width: 1px;
@@ -3434,7 +3434,7 @@ infobar {
border-bottom-width: 0; }
.linked.vertical > entry:first-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-top-width: 1px;
border-bottom-width: 0;
border-bottom-left-radius: 0;
@@ -3444,7 +3444,7 @@ infobar {
border-bottom-width: 1px; }
.linked.vertical > entry:last-child {
border-width: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-top-width: 0;
border-bottom-width: 1px;
border-top-left-radius: 0;
@@ -3455,15 +3455,15 @@ infobar {
.linked.vertical > entry:only-child {
border-width: 1px; }
.linked.vertical > entry:only-child {
- border-radius: 20px; }
+ border-radius: 3px; }
#login_window entry, .osd entry,
#XfceNotifyWindow entry, popover.background entry, menuitem entry, entry {
border-width: 1px;
border-style: solid;
- border-radius: 20px;
+ border-radius: 3px;
transition: border 100ms ease-out;
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.1), inset 0 1px rgba(50, 24, 45, 0.12), inset -1px 0 rgba(50, 24, 45, 0.1), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.1), inset 0 1px rgba(46, 46, 46, 0.12), inset -1px 0 rgba(46, 46, 46, 0.1), inset 0 -1px rgba(46, 46, 46, 0.05); }
#login_window entry:focus,
#XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
#XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
@@ -3472,77 +3472,77 @@ infobar {
#login_window entry:selected,
#XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
#login_window entry:disabled,
#XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
box-shadow: none; }
#login_window entry progress, .osd entry progress,
#XfceNotifyWindow entry progress, popover.background entry progress, entry progress {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
border-width: 0;
- border-radius: 20px;
- color: #ffffff; }
+ border-radius: 3px;
+ color: #e5e5e5; }
#login_window entry image.left,
#XfceNotifyWindow entry image.left, entry image.left {
- padding-right: 0px; }
+ padding-right: 3px; }
#login_window entry image.right,
#XfceNotifyWindow entry image.right, entry image.right {
- padding-left: 0px; }
+ padding-left: 3px; }
#login_window entry.warning,
#XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
- color: #130f23;
- border-color: #e39a1a;
- background-color: mix(#130f23,#ebb352,0.6); }
+ color: #d2f000;
+ border-color: #e00806;
+ background-color: mix(#130f23,#f92927,0.6); }
#login_window entry.warning image,
#XfceNotifyWindow entry.warning image, entry.warning image {
- color: #130f23; }
+ color: #d2f000; }
#login_window entry.warning:focus,
#XfceNotifyWindow entry.warning:focus, entry.warning:focus {
- color: #130f23;
- border-color: mix(#8d5bd0,#ebb352,0.3);
- background-color: #ebb352;
+ color: #d2f000;
+ border-color: mix(#8d5bd0,#f92927,0.3);
+ background-color: #f92927;
box-shadow: none; }
#login_window entry.warning selection,
#XfceNotifyWindow entry.warning selection, entry.warning selection {
- background-color: #130f23;
- color: #ebb352; }
+ background-color: #d2f000;
+ color: #f92927; }
#login_window entry.error,
#XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
- color: #130f23;
- border-color: #e4214b;
- background-color: mix(#130f23,#eb5b7a,0.6); }
+ color: #d2f000;
+ border-color: #c3003d;
+ background-color: mix(#130f23,#f4004c,0.6); }
#login_window entry.error image,
#XfceNotifyWindow entry.error image, entry.error image {
- color: #130f23; }
+ color: #d2f000; }
#login_window entry.error:focus,
#XfceNotifyWindow entry.error:focus, entry.error:focus {
- color: #130f23;
- border-color: mix(#8d5bd0,#eb5b7a,0.3);
- background-color: #eb5b7a;
+ color: #d2f000;
+ border-color: mix(#8d5bd0,#f4004c,0.3);
+ background-color: #f4004c;
box-shadow: none; }
#login_window entry.error selection,
#XfceNotifyWindow entry.error selection, entry.error selection {
- background-color: #130f23;
- color: #eb5b7a; }
+ background-color: #d2f000;
+ color: #f4004c; }
#login_window entry.search-missing,
#XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
- color: #130f23;
- border-color: #e4214b;
- background-color: mix(#130f23,#eb5b7a,0.6); }
+ color: #d2f000;
+ border-color: #c3003d;
+ background-color: mix(#130f23,#f4004c,0.6); }
#login_window entry.search-missing image,
#XfceNotifyWindow entry.search-missing image, entry.search-missing image {
- color: #130f23; }
+ color: #d2f000; }
#login_window entry.search-missing:focus,
#XfceNotifyWindow entry.search-missing:focus, entry.search-missing:focus {
- color: #130f23;
- border-color: mix(#8d5bd0,#eb5b7a,0.3);
- background-color: #eb5b7a;
+ color: #d2f000;
+ border-color: mix(#8d5bd0,#f4004c,0.3);
+ background-color: #f4004c;
box-shadow: none; }
#login_window entry.search-missing selection,
#XfceNotifyWindow entry.search-missing selection, entry.search-missing selection {
- background-color: #130f23;
- color: #eb5b7a; }
+ background-color: #d2f000;
+ color: #f4004c; }
/*********
! Menubar
@@ -3551,23 +3551,23 @@ menubar, .menubar {
-GtkWidget-window-dragging: true;
padding: 0;
border: 0;
- background-color: #1d1b4c;
+ background-color: #1d1b4d;
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
menubar > menuitem, .menubar > menuitem {
- min-height: 10px;
- padding: 2px 4px;
+ min-height: 16px;
+ padding: 5px 7px;
border: 1px solid transparent;
background-color: transparent;
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
menubar > menuitem:hover, .menubar > menuitem:hover {
- border-color: mix(#1d1b4c,#ffffff,0.21);
- background-color: mix(#1d1b4c,#ffffff,0.21);
+ border-color: mix(#1d1b4d,#e5e5e5,0.21);
+ background-color: mix(#1d1b4d,#e5e5e5,0.21);
background-image: none;
- color: white; }
+ color: #f7f7f7; }
menubar > menuitem *:hover, .menubar > menuitem *:hover {
- color: white; }
+ color: #f7f7f7; }
/******
! Menu
@@ -3576,32 +3576,32 @@ menu,
.menu,
.context-menu {
border-radius: 0;
- padding: 0px;
- background-color: #1d1b4c;
- color: #ffffff;
- border: 1px solid mix(#1d1b4c,#ffffff,0.21); }
+ padding: 3px;
+ background-color: #1d1b4d;
+ color: #e5e5e5;
+ border: 1px solid mix(#1d1b4d,#e5e5e5,0.21); }
.csd menu, .csd .menu, .csd .context-menu {
border: 0; }
menu:selected,
.menu:selected,
.context-menu:selected {
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
menu separator, .csd menu separator,
.menu separator, .csd .menu separator,
.context-menu separator, .csd .context-menu separator {
- background-image: image(mix(#1d1b4c,#ffffff,0.18));
- margin: 0px 0; }
+ background-image: image(mix(#1d1b4d,#e5e5e5,0.18));
+ margin: 1px 0; }
menu .separator, .csd menu .separator,
.menu .separator, .csd .menu .separator,
.context-menu .separator, .csd .context-menu .separator {
- color: mix(#1d1b4c,#ffffff,0.18); }
+ color: mix(#1d1b4d,#e5e5e5,0.18); }
menu menuitem,
.menu menuitem,
.context-menu menuitem {
- min-height: 10px;
+ min-height: 16px;
min-width: 40px;
- padding: 2px;
+ padding: 5px;
border-radius: 0; }
menu menuitem:active, menu menuitem:hover,
.menu menuitem:active,
@@ -3611,25 +3611,25 @@ menu,
border: 0;
background-color: #8d5bd0;
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
menu menuitem:active accelerator, menu menuitem:hover accelerator,
.menu menuitem:active accelerator,
.menu menuitem:hover accelerator,
.context-menu menuitem:active accelerator,
.context-menu menuitem:hover accelerator {
- color: rgba(255, 255, 255, 0.6); }
+ color: rgba(229, 229, 229, 0.6); }
menu menuitem *:active, menu menuitem *:hover,
.menu menuitem *:active,
.menu menuitem *:hover,
.context-menu menuitem *:active,
.context-menu menuitem *:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
menu menuitem:disabled, menu menuitem *:disabled,
.menu menuitem:disabled,
.menu menuitem *:disabled,
.context-menu menuitem:disabled,
.context-menu menuitem *:disabled {
- color: mix(#ffffff,#1d1b4c,0.5); }
+ color: mix(#e5e5e5,#1d1b4d,0.5); }
menu menuitem arrow,
.menu menuitem arrow,
.context-menu menuitem arrow {
@@ -3690,34 +3690,34 @@ menu,
.context-menu menuitem.button.flat:selected {
background-image: none;
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
menu menuitem calendar,
.menu menuitem calendar,
.context-menu menuitem calendar {
- color: #ffffff; }
+ color: #e5e5e5; }
menu menuitem calendar.header,
.menu menuitem calendar.header,
.context-menu menuitem calendar.header {
- border-bottom: 1px solid #1a1844;
+ border-bottom: 1px solid #1a1845;
border-radius: 0; }
menu menuitem calendar.header:backdrop,
.menu menuitem calendar.header:backdrop,
.context-menu menuitem calendar.header:backdrop {
- border-color: #1a1844; }
+ border-color: #1a1845; }
menu menuitem calendar.button,
.menu menuitem calendar.button,
.context-menu menuitem calendar.button {
- color: rgba(255, 255, 255, 0.55); }
+ color: rgba(229, 229, 229, 0.55); }
menu menuitem calendar.button:hover,
.menu menuitem calendar.button:hover,
.context-menu menuitem calendar.button:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop,
.menu menuitem calendar:indeterminate,
.menu menuitem calendar:indeterminate:backdrop,
.context-menu menuitem calendar:indeterminate,
.context-menu menuitem calendar:indeterminate:backdrop {
- color: mix(#ffffff,#1d1b4c,0.5); }
+ color: mix(#e5e5e5,#1d1b4d,0.5); }
menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
.menu menuitem label:dir(rtl),
.menu menuitem label:dir(ltr),
@@ -3729,25 +3729,25 @@ menu,
.context-menu > arrow {
min-height: 16px;
min-width: 16px;
- padding: 0px;
- background-color: #1d1b4c;
+ padding: 3px;
+ background-color: #1d1b4d;
border-radius: 0; }
menu > arrow.top,
.menu > arrow.top,
.context-menu > arrow.top {
margin-top: -6px;
- border-bottom: 1px solid mix(#1d1b4c,#ffffff,0.18);
+ border-bottom: 1px solid mix(#1d1b4d,#e5e5e5,0.18);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
menu > arrow.bottom,
.menu > arrow.bottom,
.context-menu > arrow.bottom {
margin-bottom: -6px;
- border-top: 1px solid mix(#1d1b4c,#ffffff,0.18);
+ border-top: 1px solid mix(#1d1b4d,#e5e5e5,0.18);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
menu > arrow:hover,
.menu > arrow:hover,
.context-menu > arrow:hover {
- background-color: mix(#1d1b4c,#ffffff,0.1); }
+ background-color: mix(#1d1b4d,#e5e5e5,0.1); }
menu > arrow:backdrop,
.menu > arrow:backdrop,
.context-menu > arrow:backdrop {
@@ -3766,11 +3766,11 @@ menu,
font-family: monospace; }
menuitem accelerator {
- color: rgba(255, 255, 255, 0.6); }
+ color: rgba(229, 229, 229, 0.6); }
menuitem accelerator:hover {
- color: rgba(255, 255, 255, 0.8); }
+ color: rgba(229, 229, 229, 0.8); }
menuitem accelerator:disabled {
- color: alpha(mix(#ffffff,#1d1b4c,0.5),0.4); }
+ color: alpha(mix(#e5e5e5,#1d1b4d,0.5),0.4); }
menuitem check, menuitem radio {
min-height: 16px;
@@ -3781,110 +3781,110 @@ menuitem check, menuitem radio {
margin-left: 7px; }
menuitem window decoration {
- box-shadow: 0 2px 3px rgba(100, 48, 91, 0.2); }
+ box-shadow: 0 2px 3px rgba(92, 92, 92, 0.2); }
menuitem entry {
- background-color: #1d1b4c;
- background-image: linear-gradient(to top, #1f1d51, #1b1947);
- border-color: mix(#ffffff,#1d1b4c,0.8);
- padding: 2px 1.4285714286px;
- color: #ffffff;
- caret-color: #b9bcb5;
- -gtk-secondary-caret-color: #b9bcb5; }
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to top, #1e1c4f, #1c1a4b);
+ border-color: mix(#e5e5e5,#1d1b4d,0.8);
+ padding: 5px 3.6428571429px;
+ color: #e5e5e5;
+ caret-color: #d2a0c9;
+ -gtk-secondary-caret-color: #90ee90; }
menuitem entry:focus, menuitem entry:hover {
- border-color: mix(#8d5bd0,mix(#ffffff,#1d1b4c,0.7),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#1d1b4d,0.7),0.3); }
menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus {
- border-color: mix(#ffffff,#1d1b4c,0.32); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.32); }
menuitem entry:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.84); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.84); }
menuitem entry:active:disabled, menuitem entry:checked:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.8); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.8); }
menuitem entry:focus, menuitem entry:active {
- border-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
menuitem entry:disabled {
- background-color: mix(#1d1b4c,#ffffff,0.07);
- background-image: linear-gradient(to top, shade(mix(#1d1b4c,#ffffff,0.07),1.065), shade(mix(#1d1b4c,#ffffff,0.07),0.935));
+ background-color: mix(#1d1b4d,#e5e5e5,0.07);
+ background-image: linear-gradient(to top, shade(mix(#1d1b4d,#e5e5e5,0.07),1.03), shade(mix(#1d1b4d,#e5e5e5,0.07),0.97));
opacity: .9;
- color: mix(#1d1b4c,#ffffff,0.9); }
+ color: mix(#1d1b4d,#e5e5e5,0.9); }
/*********
! Popover
**********/
popover.background {
padding: 0px;
- border-radius: 20px;
+ border-radius: 3px;
background-clip: border-box;
- background-color: #1d1b4c;
+ background-color: #1d1b4d;
background-image: none;
- color: #ffffff;
- box-shadow: 0 3px 6px rgba(100, 48, 91, 0.16); }
+ color: #e5e5e5;
+ box-shadow: 0 3px 6px rgba(92, 92, 92, 0.16); }
.csd popover.background, popover.background {
- border-color: mix(#ffffff,#1d1b4c,0.64);
+ border-color: mix(#e5e5e5,#1d1b4d,0.64);
border-width: 1px;
border-style: solid; }
.csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover {
- border-color: mix(#8d5bd0,mix(#ffffff,#1d1b4c,0.5),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#1d1b4d,0.5),0.3); }
.csd popover.background:active, .csd popover.background:active:hover, .csd popover.background:active:focus, .csd popover.background:active:hover:focus, .csd popover.background:checked, .csd popover.background:checked:hover, .csd popover.background:checked:focus, .csd popover.background:checked:hover:focus, popover.background:active, popover.background:active:hover, popover.background:active:focus, popover.background:active:hover:focus, popover.background:checked, popover.background:checked:hover, popover.background:checked:focus, popover.background:checked:hover:focus {
- border-color: mix(#ffffff,#1d1b4c,0.16); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.16); }
.csd popover.background:disabled, popover.background:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.68); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.68); }
.csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.64); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.64); }
popover.background:backdrop {
box-shadow: none; }
popover.background treeview.view:hover, popover.background treeview.view:selected, popover.background treeview.view:selected:focus, popover.background treeview.view:backdrop:selected, popover.background treeview.view:backdrop:selected:focus {
border-top-color: #8d5bd0; }
popover.background treeview.view, popover.background treeview.view:backdrop {
- border-top-color: #23205b; }
+ border-top-color: #23205c; }
popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover {
background-image: none;
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background list, popover.background list:backdrop {
- background-color: mix(#1d1b4c,#ffffff,1.3);
+ background-color: mix(#1d1b4d,#e5e5e5,1.3);
background-image: none;
- color: #ffffff;
- border-color: mix(#ffffff,#1d1b4c,0.8); }
+ color: #e5e5e5;
+ border-color: mix(#e5e5e5,#1d1b4d,0.8); }
popover.background list row, popover.background list row .button {
background-color: transparent;
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active {
background-image: none;
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
popover.background .frame {
- border-color: mix(#ffffff,#1d1b4c,0.8);
- border-radius: 20px; }
+ border-color: mix(#e5e5e5,#1d1b4d,0.8);
+ border-radius: 3px; }
popover.background entry {
background-color: #130f23;
- background-image: linear-gradient(to top, #141025, #120e21);
- border-color: mix(#e6e1ec,#130f23,0.8);
- padding: 2px 1.4285714286px;
- color: #e6e1ec;
- caret-color: #b9bcb5;
- -gtk-secondary-caret-color: #b9bcb5; }
+ background-image: linear-gradient(to top, #140f24, #120f22);
+ border-color: mix(#e5e5e5,#130f23,0.8);
+ padding: 5px 3.6428571429px;
+ color: #e5e5e5;
+ caret-color: #d2a0c9;
+ -gtk-secondary-caret-color: #90ee90; }
popover.background entry:focus, popover.background entry:hover {
- border-color: mix(#8d5bd0,mix(#e6e1ec,#130f23,0.7),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#130f23,0.7),0.3); }
popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus {
- border-color: mix(#e6e1ec,#130f23,0.32); }
+ border-color: mix(#e5e5e5,#130f23,0.32); }
popover.background entry:disabled {
- border-color: mix(#e6e1ec,#130f23,0.84); }
+ border-color: mix(#e5e5e5,#130f23,0.84); }
popover.background entry:active:disabled, popover.background entry:checked:disabled {
- border-color: mix(#e6e1ec,#130f23,0.8); }
+ border-color: mix(#e5e5e5,#130f23,0.8); }
popover.background entry:focus, popover.background entry:active {
- border-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
popover.background entry:disabled {
- background-color: mix(#130f23,#e6e1ec,0.07);
- background-image: linear-gradient(to top, shade(mix(#130f23,#e6e1ec,0.07),1.065), shade(mix(#130f23,#e6e1ec,0.07),0.935));
+ background-color: mix(#130f23,#e5e5e5,0.07);
+ background-image: linear-gradient(to top, shade(mix(#130f23,#e5e5e5,0.07),1.03), shade(mix(#130f23,#e5e5e5,0.07),0.97));
opacity: .9;
- color: mix(#130f23,#e6e1ec,0.9); }
+ color: mix(#130f23,#e5e5e5,0.9); }
popover.background button, popover.background button.nautilus-circular-button.image-button {
- background-color: #e26da9;
- background-image: linear-gradient(to bottom, #e67fb4, #de5b9e);
+ background-color: #a764d1;
+ background-image: linear-gradient(to bottom, #ab6bd3, #a35dcf);
border-color: rgba(204, 204, 204, 0.22);
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
popover.background button:focus, popover.background button:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus {
@@ -3919,16 +3919,16 @@ popover.background {
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
popover.background button.flat {
color: #ffffff;
- border-color: rgba(226, 109, 169, 0);
- background-color: rgba(226, 109, 169, 0);
+ border-color: rgba(167, 100, 209, 0);
+ background-color: rgba(167, 100, 209, 0);
background-image: none;
box-shadow: none; }
popover.background button:hover, popover.background button.flat:hover {
- background-color: #e57bb1;
- background-image: linear-gradient(to bottom, #e98ebc, #e168a6);
+ background-color: #ae70d5;
+ background-image: linear-gradient(to bottom, #b277d7, #aa68d2);
border-color: rgba(204, 204, 204, 0.3);
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
popover.background button:hover:active, popover.background button:hover:active:focus, popover.background button.flat:hover:active:focus, popover.background button:hover:checked, popover.background button:hover:checked:focus, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover:focus {
@@ -3938,20 +3938,20 @@ popover.background {
popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled {
border-color: rgba(204, 204, 204, 0.3); }
popover.background button:focus, popover.background button.flat:focus {
- background-color: #e57bb1;
- background-image: linear-gradient(to bottom, #e98ebc, #e168a6);
+ background-color: #ae70d5;
+ background-image: linear-gradient(to bottom, #b277d7, #aa68d2);
border-color: rgba(255, 255, 255, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
+ outline-offset: -3px;
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
popover.background button:focus:hover, popover.background button.flat:focus:hover {
- background-color: #e889b9;
- background-image: linear-gradient(to bottom, #ec9dc5, #e475ae);
+ background-color: #b57cd8;
+ background-image: linear-gradient(to bottom, #b984da, #b074d6);
border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
popover.background button:focus:hover:active, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:focus, popover.background button:focus:hover:checked, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked:hover:focus {
@@ -3963,9 +3963,9 @@ popover.background {
popover.background button:checked, popover.background button:active, popover.background button.flat:checked, popover.background button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
+ color: #e5e5e5;
box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
@@ -3978,72 +3978,72 @@ popover.background {
popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover {
color: #ffffff; }
popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled {
- background-color: alpha(mix(#e26da9,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#e26da9,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#e26da9,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#a764d1,#ffffff,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#a764d1,#ffffff,0.2),0.4),1.03), shade(alpha(mix(#a764d1,#ffffff,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#e26da9,#ffffff,0.6);
+ color: mix(#a764d1,#ffffff,0.6);
box-shadow: none; }
popover.background button:disabled:disabled :disabled, popover.background button.flat:disabled:disabled :disabled {
- color: mix(#e26da9,#ffffff,0.6); }
+ color: mix(#a764d1,#ffffff,0.6); }
popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
popover.background button:backdrop, popover.background button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
popover.background button.separator, popover.background button .separator {
border: 1px solid currentColor;
- color: rgba(226, 109, 169, 0.9); }
+ color: rgba(167, 100, 209, 0.9); }
popover.background button.separator:disabled, popover.background button .separator:disabled {
- color: rgba(226, 109, 169, 0.85); }
+ color: rgba(167, 100, 209, 0.85); }
popover.background button separator, popover.background button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#ffffff,#e26da9,0.9)); }
+ background-image: image(mix(#ffffff,#a764d1,0.9)); }
popover.background button.flat:not(:hover) {
- color: #ffffff; }
+ color: #e5e5e5; }
popover.background .linked > button {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
popover.background .linked > button:focus, popover.background .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset 0 -1px rgba(46, 46, 46, 0.05); }
popover.background .linked > button:disabled {
- box-shadow: inset -1px 0 #d73588; }
+ box-shadow: inset -1px 0 #8b39bf; }
popover.background .linked > button:last-child, popover.background .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child {
box-shadow: none; }
popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.06), inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.06), inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar {
border-style: none;
background-color: transparent; }
modelbutton.flat,
menuitem.button.flat {
- padding: 0px;
- padding-left: 20px;
+ padding: 3px;
+ padding-left: 3px;
transition: none; }
modelbutton.flat:hover,
menuitem.button.flat:hover {
- border-radius: 20px;
+ border-radius: 3px;
background-color: #8d5bd0;
- color: #ffffff; }
+ color: #e5e5e5; }
modelbutton.flat:checked,
menuitem.button.flat:checked {
- color: #d2a0c9; }
+ color: #e5e5e5; }
modelbutton.flat arrow.left,
menuitem.button.flat arrow.left {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
@@ -4077,8 +4077,8 @@ tooltip.background.csd {
background-color: #130f23;
background-clip: padding-box;
border: 1px solid #0f0c1c;
- border-radius: 20px;
- color: #d2a0c9; }
+ border-radius: 3px;
+ color: #e5e5e5; }
.tooltip *,
tooltip * {
@@ -4091,56 +4091,56 @@ tooltip * {
messagedialog, .message-dialog, .prompt {
-GtkDialog-content-area-border: 0;
-GtkDialog-action-area-border: 0;
- -GtkDialog-button-spacing: 0px;
+ -GtkDialog-button-spacing: 3px;
margin: 0;
padding: 0; }
messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box {
- margin: 0px; }
+ margin: 6px; }
printdialog paper {
- color: #d2a0c9;
- border: 1px solid mix(#130f23,#d2a0c9,0.18);
+ color: #e5e5e5;
+ border: 1px solid mix(#130f23,#e5e5e5,0.18);
background: #141025;
padding: 0; }
printdialog paper:backdrop {
- color: mix(#d2a0c9,#130f23,0.5);
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9); }
+ color: mix(#e5e5e5,#130f23,0.5);
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9); }
printdialog .dialog-action-box {
- margin: 0px; }
+ margin: 6px; }
/*********************
! App notifications *
**********************/
frame.app-notification {
border-style: solid;
- border-color: rgba(23, 22, 61, 0.8);
+ border-color: rgba(23, 22, 62, 0.8);
border-width: 0 1px 1px;
- border-radius: 0 0 20px 20px;
- padding: 0px;
- background-color: rgba(29, 27, 76, 0.8);
+ border-radius: 0 0 3px 3px;
+ padding: 6px;
+ background-color: rgba(29, 27, 77, 0.8);
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
frame.app-notification button, frame.app-notification button.nautilus-circular-button.image-button {
- background-color: rgba(29, 27, 76, 0.8);
- background-image: linear-gradient(to bottom, rgba(31, 29, 81, 0.8), rgba(27, 25, 71, 0.8));
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: rgba(29, 27, 77, 0.8);
+ background-image: linear-gradient(to bottom, rgba(30, 28, 79, 0.8), rgba(28, 26, 75, 0.8));
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
frame.app-notification button:focus, frame.app-notification button:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
frame.app-notification button:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover {
@@ -4150,9 +4150,9 @@ frame.app-notification {
.linked.vertical > frame.app-notification button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover {
@@ -4160,95 +4160,95 @@ frame.app-notification {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
frame.app-notification button.flat {
- color: #ffffff;
- border-color: rgba(29, 27, 76, 0);
- background-color: rgba(29, 27, 76, 0);
+ color: #e5e5e5;
+ border-color: rgba(29, 27, 77, 0);
+ background-color: rgba(29, 27, 77, 0);
background-image: none;
box-shadow: none; }
frame.app-notification button:hover, frame.app-notification button.flat:hover {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
frame.app-notification button:hover:active, frame.app-notification button:hover:active:focus, frame.app-notification button.flat:hover:active:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:focus, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
frame.app-notification button:focus, frame.app-notification button.flat:focus {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover {
- background-color: rgba(32, 30, 84, 0.8);
- background-image: linear-gradient(to bottom, rgba(34, 32, 89, 0.8), rgba(30, 28, 78, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-color: rgba(32, 30, 85, 0.8);
+ background-image: linear-gradient(to bottom, rgba(33, 31, 87, 0.8), rgba(31, 29, 82, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
frame.app-notification button:focus:hover:active, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
frame.app-notification button:checked, frame.app-notification button:active, frame.app-notification button.flat:checked, frame.app-notification button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
frame.app-notification button:active:checked, frame.app-notification button:active:checked:hover, frame.app-notification button:active:checked:focus, frame.app-notification button:active:checked:hover:focus, frame.app-notification button.flat:active:checked, frame.app-notification button.flat:active:checked:hover, frame.app-notification button.flat:active:checked:focus, frame.app-notification button.flat:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled {
- background-color: alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),1.065), shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6);
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6);
box-shadow: none; }
frame.app-notification button:disabled:disabled :disabled, frame.app-notification button.flat:disabled:disabled :disabled {
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6); }
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6); }
frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
frame.app-notification button:backdrop, frame.app-notification button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
frame.app-notification button.separator, frame.app-notification button .separator {
border: 1px solid currentColor;
- color: rgba(29, 27, 76, 0.7); }
+ color: rgba(29, 27, 77, 0.7); }
frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled {
- color: rgba(29, 27, 76, 0.65); }
+ color: rgba(29, 27, 77, 0.65); }
frame.app-notification button separator, frame.app-notification button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#ffffff,rgba(29, 27, 76, 0.8),0.9)); }
+ background-image: image(mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.9)); }
frame.app-notification border {
border: 0; }
@@ -4274,17 +4274,17 @@ expander arrow {
.image:hover {
color: alpha(currentColor,0.9); }
.image:selected, .image:selected:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
/****************
! Floating bar *
*****************/
.floating-bar {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
border: 1px solid #0f0c1c;
- border-radius: 20px;
- color: #d2a0c9; }
+ border-radius: 3px;
+ color: #e5e5e5; }
.floating-bar.top {
border-top-width: 0;
border-top-right-radius: 0;
@@ -4310,10 +4310,10 @@ expander arrow {
! Touch text selections *
**************************/
GtkBubbleWindow {
- border-radius: 20px;
+ border-radius: 3px;
background-clip: border-box; }
GtkBubbleWindow.osd.background {
- background-color: rgba(29, 27, 76, 0.8); }
+ background-color: rgba(29, 27, 77, 0.8); }
GtkBubbleWindow .toolbar {
background-color: transparent; }
@@ -4321,21 +4321,21 @@ GtkBubbleWindow {
! Font-viewer *
****************/
SushiFontWidget {
- padding: 0px 0px; }
+ padding: 3px 6px; }
/*************
! Gucharmap *
**************/
GucharmapChartable {
background-color: #130f23;
- color: #e6e1ec; }
+ color: #e5e5e5; }
/*************
! Evolution *
**************/
EPreviewPane .entry {
background-color: #130f23;
- color: #e6e1ec; }
+ color: #e5e5e5; }
/*******************
! Gnome Bluetooth *
@@ -4343,8 +4343,8 @@ EPreviewPane .entry {
entry.entry.pin-entry {
font-style: normal;
font-size: 50px;
- padding-left: 0px;
- padding-right: 0px; }
+ padding-left: 15px;
+ padding-right: 15px; }
label.pin-label {
font-style: normal;
@@ -4357,19 +4357,19 @@ label.pin-label {
min-width: 20px;
min-height: 24px;
margin-top: 2px;
- padding-bottom: 0px;
- padding-left: 0px;
- padding-right: 0px;
- color: #d2a0c9;
+ padding-bottom: 1.5px;
+ padding-left: 3px;
+ padding-right: 3px;
+ color: #e5e5e5;
background-color: #130f23;
border: 1px solid;
- border-color: mix(mix(#130f23,#d2a0c9,0.18),#130f23,0.5);
- border-radius: 20px;
+ border-color: mix(mix(#130f23,#e5e5e5,0.18),#130f23,0.5);
+ border-radius: 3px;
box-shadow: inset 0 -3px mix(#130f23,#130f23,0.2);
font-size: smaller; }
.keycap:backdrop {
background-color: #130f23;
- color: mix(#d2a0c9,#130f23,0.5);
+ color: mix(#e5e5e5,#130f23,0.5);
transition: 200ms ease-out; }
/*****************
@@ -4394,7 +4394,7 @@ menuitem.button.flat:disabled:active,
menuitem.button.flat:active arrow:disabled,
menuitem.button.flat:disabled:selected,
menuitem.button.flat:selected arrow:disabled, label:disabled selection {
- color: mix(#ffffff,#8d5bd0,0.5); }
+ color: mix(#e5e5e5,#8d5bd0,0.5); }
row:selected label:backdrop, label:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .cs-category-view:backdrop:selected, .cs-category-view .view:backdrop:selected, .cs-category-view iconview:backdrop:selected, treeview.view:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop,
textview text selection:backdrop:focus,
@@ -4405,7 +4405,7 @@ menuitem.button.flat:active arrow:backdrop,
menuitem.button.flat:backdrop:selected,
menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
background-color: #8d5bd0;
- color: mix(#8d5bd0,#ffffff,0.66); }
+ color: mix(#8d5bd0,#e5e5e5,0.66); }
row:selected label:disabled:backdrop, label:disabled:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:backdrop:selected, .cs-category-view:disabled:backdrop:selected, .cs-category-view .view:disabled:backdrop:selected, .cs-category-view iconview:disabled:backdrop:selected, treeview.view:disabled:backdrop:selected, .view text selection:disabled:backdrop, iconview text selection:disabled:backdrop,
textview text selection:disabled:backdrop, #login_window entry selection:disabled:backdrop,
#XfceNotifyWindow entry selection:disabled:backdrop, entry selection:disabled:backdrop, calendar:disabled:backdrop:selected, row:disabled:backdrop:selected, flowbox flowboxchild:disabled:backdrop:selected, modelbutton.flat:disabled:backdrop:active, modelbutton.flat:active arrow:disabled:backdrop, modelbutton.flat:disabled:backdrop:selected, modelbutton.flat:selected arrow:disabled:backdrop,
@@ -4413,7 +4413,7 @@ menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
menuitem.button.flat:active arrow:disabled:backdrop,
menuitem.button.flat:disabled:backdrop:selected,
menuitem.button.flat:selected arrow:disabled:backdrop, label:backdrop selection:disabled {
- color: mix(mix(#8d5bd0,#ffffff,0.66),#8d5bd0,0.3); }
+ color: mix(mix(#8d5bd0,#e5e5e5,0.66),#8d5bd0,0.3); }
.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
textview text selection:focus,
@@ -4432,8 +4432,8 @@ menuitem.button.flat:selected arrow {
menuitem.button.flat:active arrow,
menuitem.button.flat:selected,
menuitem.button.flat:selected arrow {
- color: #ffffff;
- outline-color: rgba(255, 255, 255, 0.3); }
+ color: #e5e5e5;
+ outline-color: rgba(229, 229, 229, 0.3); }
/*********
! Buttons
@@ -4447,7 +4447,7 @@ menuitem.button.flat:selected arrow {
notebook {
padding: 0; }
notebook.frame {
- border: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border: 1px solid mix(#130f23,#e5e5e5,0.18); }
notebook.frame > header {
margin: -1px; }
notebook.frame > header.top {
@@ -4467,16 +4467,16 @@ notebook {
notebook > stack:not(:only-child) {
background-color: #130f23; }
notebook > header {
- padding: 0px;
+ padding: 3px;
background-color: #130f23; }
notebook > header.top {
- box-shadow: inset 0 -1px mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset 0 -1px mix(#130f23,#e5e5e5,0.18); }
notebook > header.bottom {
- box-shadow: inset 0 1px mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset 0 1px mix(#130f23,#e5e5e5,0.18); }
notebook > header.right {
- box-shadow: inset 1px 0 mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset 1px 0 mix(#130f23,#e5e5e5,0.18); }
notebook > header.left {
- box-shadow: inset -1px 0 mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset -1px 0 mix(#130f23,#e5e5e5,0.18); }
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
@@ -4494,121 +4494,141 @@ notebook {
notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
margin-bottom: 2px; }
notebook > header > tabs > arrow {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
notebook > header > tabs > arrow:hover {
- color: mix(#d2a0c9,mix(#d2a0c9,#130f23,0.5),0.5); }
+ color: mix(#e5e5e5,mix(#e5e5e5,#130f23,0.5),0.5); }
notebook > header > tabs > arrow:active {
- color: #d2a0c9; }
+ color: #e5e5e5; }
notebook > header > tabs > arrow:disabled {
- color: alpha(mix(#d2a0c9,#130f23,0.5),0.3); }
+ color: alpha(mix(#e5e5e5,#130f23,0.5),0.3); }
notebook > header > tabs > tab {
- background-color: alpha(mix(#130f23,#d2a0c9,0.1),0.7);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#130f23,#d2a0c9,0.1),0.7),1.065), shade(alpha(mix(#130f23,#d2a0c9,0.1),0.7),0.935));
- border-color: mix(mix(#130f23,#d2a0c9,0.18),mix(#d2a0c9,#130f23,0.5),0.15);
- color: rgba(210, 160, 201, 0.8);
- padding: 0px 8px;
+ background-color: alpha(mix(#130f23,#e5e5e5,0.1),0.7);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#130f23,#e5e5e5,0.1),0.7),1.03), shade(alpha(mix(#130f23,#e5e5e5,0.1),0.7),0.97));
+ border-color: mix(mix(#130f23,#e5e5e5,0.18),mix(#e5e5e5,#130f23,0.5),0.15);
+ color: rgba(229, 229, 229, 0.8);
+ padding: 3px 11px;
min-width: 20px;
min-height: 20px;
outline-offset: -4px;
border-width: 1px;
border-style: solid; }
notebook > header > tabs > tab:hover:not(:checked) {
- background-color: mix(#130f23,#d2a0c9,0.04);
- background-image: linear-gradient(to bottom, shade(mix(#130f23,#d2a0c9,0.04),1.065), shade(mix(#130f23,#d2a0c9,0.04),0.935));
- color: mix(#d2a0c9,mix(#d2a0c9,#130f23,0.5),0.5); }
+ background-color: mix(#130f23,#e5e5e5,0.04);
+ background-image: linear-gradient(to bottom, shade(mix(#130f23,#e5e5e5,0.04),1.03), shade(mix(#130f23,#e5e5e5,0.04),0.97));
+ color: mix(#e5e5e5,mix(#e5e5e5,#130f23,0.5),0.5); }
notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover {
background: #130f23;
- border-color: mix(#130f23,#d2a0c9,0.18);
- color: #d2a0c9; }
+ border-color: mix(#130f23,#e5e5e5,0.18);
+ color: #e5e5e5; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.flat.nautilus-circular-button.image-button {
min-height: 22px;
min-width: 22px;
padding: 0;
- color: mix(#130f23,#d2a0c9,0.35); }
+ color: mix(#130f23,#e5e5e5,0.35); }
notebook > header > tabs > tab button.flat:hover {
- color: #f39fb1; }
+ color: #ff427d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover {
color: #8d5bd0; }
notebook > header.top > tabs > tab:hover:not(:checked) {
- box-shadow: inset 0 -1px mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset 0 -1px mix(#130f23,#e5e5e5,0.18); }
notebook > header.bottom > tabs > tab:hover:not(:checked) {
- box-shadow: inset 0 1px mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset 0 1px mix(#130f23,#e5e5e5,0.18); }
notebook > header.left > tabs > tab:hover:not(:checked) {
- box-shadow: inset -1px 0 mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset -1px 0 mix(#130f23,#e5e5e5,0.18); }
notebook > header.right > tabs > tab:hover:not(:checked) {
- box-shadow: inset 1px 0 mix(#130f23,#d2a0c9,0.18); }
+ box-shadow: inset 1px 0 mix(#130f23,#e5e5e5,0.18); }
notebook > header.top {
padding-bottom: 0; }
notebook > header.top > tabs > tab {
border-bottom: none;
- -gtk-outline-radius: 0; }
+ -gtk-outline-radius: 0;
+ margin-top: 3px; }
notebook > header.top > tabs > tab + tab {
margin-left: -1px; }
notebook > header.top > tabs > tab:first-child {
- border-radius: 0; }
+ border-radius: 3px 0 0;
+ -gtk-outline-radius: 3px 0 0; }
notebook > header.top > tabs > tab:last-child {
- border-radius: 0; }
+ border-radius: 0 3px 0 0;
+ -gtk-outline-radius: 0 3px 0 0; }
notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked {
border-top-width: 3px;
border-top-color: #8d5bd0;
margin-top: 0;
- padding-top: 0px; }
+ -gtk-outline-radius: 3px;
+ border-radius: 3px 3px 0 0;
+ padding-top: 4px; }
notebook > header.top > tabs > tab:hover:not(:checked) {
- border-top-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.2),0.66); }
+ border-top-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.2),0.66); }
notebook > header.bottom {
padding-top: 0; }
notebook > header.bottom > tabs > tab {
border-top: none;
- -gtk-outline-radius: 0; }
+ -gtk-outline-radius: 0;
+ margin-bottom: 3px; }
notebook > header.bottom > tabs > tab + tab {
margin-left: -1px; }
notebook > header.bottom > tabs > tab:first-child {
- border-radius: 0; }
+ border-radius: 0 0 0 3px;
+ -gtk-outline-radius: 0 0 0 3px; }
notebook > header.bottom > tabs > tab:last-child {
- border-radius: 0; }
+ border-radius: 0 0 3px;
+ -gtk-outline-radius: 0 0 3px; }
notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked {
border-bottom-width: 3px;
border-bottom-color: #8d5bd0;
margin-bottom: 0;
- padding-bottom: 0px; }
+ -gtk-outline-radius: 3px;
+ border-radius: 0 0 3px 3px;
+ padding-bottom: 4px; }
notebook > header.bottom > tabs > tab:hover:not(:checked) {
- border-bottom-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.2),0.66); }
+ border-bottom-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.2),0.66); }
notebook > header.right {
padding-left: 0; }
notebook > header.right > tabs > tab {
border-left: none;
- -gtk-outline-radius: 0; }
+ -gtk-outline-radius: 0;
+ margin-right: 3px; }
notebook > header.right > tabs > tab + tab {
margin-top: -1px; }
notebook > header.right > tabs > tab:first-child {
- border-radius: 0; }
+ border-radius: 0 3px 0 0;
+ -gtk-outline-radius: 0 3px 0 0; }
notebook > header.right > tabs > tab:last-child {
- border-radius: 0; }
+ border-radius: 0 0 3px;
+ -gtk-outline-radius: 0 0 3px; }
notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked {
border-right-width: 3px;
border-right-color: #8d5bd0;
margin-right: 0;
- padding-right: 6px; }
+ -gtk-outline-radius: 3px;
+ border-radius: 0 3px 3px 0;
+ padding-right: 12px; }
notebook > header.right > tabs > tab:hover:not(:checked) {
- border-right-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.2),0.66); }
+ border-right-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.2),0.66); }
notebook > header.left {
padding-right: 0; }
notebook > header.left > tabs > tab {
border-right: none;
- -gtk-outline-radius: 0; }
+ -gtk-outline-radius: 0;
+ margin-left: 3px; }
notebook > header.left > tabs > tab + tab {
margin-top: -1px; }
notebook > header.left > tabs > tab:first-child {
- border-radius: 0; }
+ border-radius: 3px 0 0;
+ -gtk-outline-radius: 3px 0 0; }
notebook > header.left > tabs > tab:last-child {
- border-radius: 0; }
+ border-radius: 0 0 0 3px;
+ -gtk-outline-radius: 0 0 0 3px; }
notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked {
border-left-width: 3px;
border-left-color: #8d5bd0;
margin-left: 0;
- padding-left: 6px; }
+ -gtk-outline-radius: 3px;
+ border-radius: 3px 0 0 3px;
+ padding-left: 12px; }
notebook > header.left > tabs > tab:hover:not(:checked) {
- border-left-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.2),0.66); }
+ border-left-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.2),0.66); }
/*********
! Buttons
@@ -4623,7 +4643,7 @@ overlay.osd {
background-color: transparent; }
colorchooser .popover.osd {
- border-radius: 20px; }
+ border-radius: 3px; }
button.color .osd colorswatch:only-child {
box-shadow: none; }
@@ -4633,15 +4653,15 @@ button.color .osd colorswatch:only-child {
button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button {
- background-color: rgba(29, 27, 76, 0.8);
- background-image: linear-gradient(to bottom, rgba(31, 29, 81, 0.8), rgba(27, 25, 71, 0.8));
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: rgba(29, 27, 77, 0.8);
+ background-image: linear-gradient(to bottom, rgba(30, 28, 79, 0.8), rgba(28, 26, 75, 0.8));
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
button.osd:focus, button.osd:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
button.osd:active, button.osd:active:hover, button.osd:active:focus, button.osd:active:hover:focus, button.osd:checked, button.osd:checked:hover, button.osd:checked:focus, button.osd:checked:hover:focus,
#XfceNotifyWindow button:active,
#XfceNotifyWindow button:active:hover,
@@ -4651,20 +4671,20 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button:checked:hover,
#XfceNotifyWindow button:checked:focus,
#XfceNotifyWindow button:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
button.osd:disabled,
#XfceNotifyWindow button:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
button.osd:active:disabled, button.osd:checked:disabled,
#XfceNotifyWindow button:active:disabled,
#XfceNotifyWindow button:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked:hover, stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
@@ -4674,9 +4694,9 @@ button.osd, button.osd.nautilus-circular-button.image-button,
.linked.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) button.osd, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked:hover, stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
@@ -4685,25 +4705,25 @@ button.osd, button.osd.nautilus-circular-button.image-button,
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
button.osd.flat,
#XfceNotifyWindow button.flat {
- color: #ffffff;
- border-color: rgba(29, 27, 76, 0);
- background-color: rgba(29, 27, 76, 0);
+ color: #e5e5e5;
+ border-color: rgba(29, 27, 77, 0);
+ background-color: rgba(29, 27, 77, 0);
background-image: none;
box-shadow: none; }
button.osd:hover, button.osd.flat:hover,
#XfceNotifyWindow button:hover,
#XfceNotifyWindow button.flat:hover {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover,
#XfceNotifyWindow button:hover:focus,
#XfceNotifyWindow button:hover:hover,
#XfceNotifyWindow button.flat:hover:focus,
#XfceNotifyWindow button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
button.osd:hover:active, button.osd:hover:active:focus, button.osd.flat:hover:active:focus, button.osd:hover:checked, button.osd:hover:checked:focus, button.osd.flat:hover:checked:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover:focus,
#XfceNotifyWindow button:hover:active,
#XfceNotifyWindow button:hover:active:focus,
@@ -4715,40 +4735,40 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat:hover:active:hover:focus,
#XfceNotifyWindow button.flat:hover:checked,
#XfceNotifyWindow button.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
button.osd:hover:disabled, button.osd.flat:hover:disabled,
#XfceNotifyWindow button:hover:disabled,
#XfceNotifyWindow button.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled,
#XfceNotifyWindow button:hover:active:disabled,
#XfceNotifyWindow button:hover:checked:disabled,
#XfceNotifyWindow button.flat:hover:active:disabled,
#XfceNotifyWindow button.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
button.osd:focus, button.osd.flat:focus,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button.flat:focus {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
button.osd:focus:hover, button.osd.flat:focus:hover,
#XfceNotifyWindow button:focus:hover,
#XfceNotifyWindow button.flat:focus:hover {
- background-color: rgba(32, 30, 84, 0.8);
- background-image: linear-gradient(to bottom, rgba(34, 32, 89, 0.8), rgba(30, 28, 78, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-color: rgba(32, 30, 85, 0.8);
+ background-image: linear-gradient(to bottom, rgba(33, 31, 87, 0.8), rgba(31, 29, 82, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
button.osd:focus:hover:hover, button.osd.flat:focus:hover:hover,
#XfceNotifyWindow button:focus:hover:hover,
#XfceNotifyWindow button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
button.osd:focus:hover:active, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:focus, button.osd:focus:hover:checked, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked:hover:focus,
#XfceNotifyWindow button:focus:hover:active,
#XfceNotifyWindow button.flat:focus:hover:active,
@@ -4758,17 +4778,17 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat:focus:hover:checked:focus,
#XfceNotifyWindow button.flat:focus:hover:active:hover:focus,
#XfceNotifyWindow button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled,
#XfceNotifyWindow button:focus:hover:disabled,
#XfceNotifyWindow button.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled,
#XfceNotifyWindow button:focus:hover:active:disabled,
#XfceNotifyWindow button:focus:hover:checked:disabled,
#XfceNotifyWindow button.flat:focus:hover:active:disabled,
#XfceNotifyWindow button.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active,
#XfceNotifyWindow button:checked,
#XfceNotifyWindow button:active,
@@ -4776,10 +4796,10 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
#XfceNotifyWindow button:checked:hover,
@@ -4789,7 +4809,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat:checked:hover,
#XfceNotifyWindow button.flat:active:focus,
#XfceNotifyWindow button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
button.osd:checked:active, button.osd.nautilus-circular-button.image-button:checked:active, button.osd:checked:active:hover, button.osd.nautilus-circular-button.image-button:checked:active:hover, button.osd:checked:active:focus, button.osd.nautilus-circular-button.image-button:checked:active:focus, button.osd:checked:active:hover:focus, button.osd.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd:checked:checked, button.osd.nautilus-circular-button.image-button:checked:checked, button.osd:checked:checked:hover, button.osd.nautilus-circular-button.image-button:checked:checked:hover, button.osd:checked:checked:focus, button.osd.nautilus-circular-button.image-button:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd:active:active, button.osd.nautilus-circular-button.image-button:active:active, button.osd:active:active:hover, button.osd.nautilus-circular-button.image-button:active:active:hover, button.osd:active:active:focus, button.osd.nautilus-circular-button.image-button:active:active:focus, button.osd:active:active:hover:focus, button.osd.nautilus-circular-button.image-button:active:active:hover:focus, button.osd:active:checked, button.osd.nautilus-circular-button.image-button:active:checked, button.osd:active:checked:hover, button.osd.nautilus-circular-button.image-button:active:checked:hover, button.osd:active:checked:focus, button.osd.nautilus-circular-button.image-button:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.nautilus-circular-button.image-button:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat.nautilus-circular-button.image-button:checked:active, button.osd.flat:checked:active:hover, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat.nautilus-circular-button.image-button:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat.nautilus-circular-button.image-button:active:active, button.osd.flat:active:active:hover, button.osd.flat.nautilus-circular-button.image-button:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat.nautilus-circular-button.image-button:active:checked, button.osd.flat:active:checked:hover, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:focus, button.osd.flat:active:checked:hover:focus, button.osd.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
#XfceNotifyWindow button:checked:active,
#XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active,
@@ -4855,17 +4875,17 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus,
#XfceNotifyWindow button.flat:active:checked:hover:focus,
#XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled,
#XfceNotifyWindow button:checked:disabled,
#XfceNotifyWindow button:active:disabled,
#XfceNotifyWindow button.flat:checked:disabled,
#XfceNotifyWindow button.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
button.osd:active:checked:disabled, button.osd.flat:active:checked:disabled,
#XfceNotifyWindow button:active:checked:disabled,
#XfceNotifyWindow button.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
#XfceNotifyWindow button:checked:hover,
@@ -4877,58 +4897,58 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover,
#XfceNotifyWindow button.flat:focus,
#XfceNotifyWindow button.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
button.osd:disabled:disabled, button.osd.flat:disabled:disabled,
#XfceNotifyWindow button:disabled:disabled,
#XfceNotifyWindow button.flat:disabled:disabled {
- background-color: alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),1.065), shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6);
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6);
box-shadow: none; }
button.osd:disabled:disabled :disabled, button.osd.flat:disabled:disabled :disabled,
#XfceNotifyWindow button:disabled:disabled :disabled,
#XfceNotifyWindow button.flat:disabled:disabled :disabled {
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6); }
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6); }
button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled,
#XfceNotifyWindow button:active:disabled,
#XfceNotifyWindow button:checked:disabled,
#XfceNotifyWindow button.flat:active:disabled,
#XfceNotifyWindow button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled,
#XfceNotifyWindow button:active:disabled :disabled,
#XfceNotifyWindow button:checked:disabled :disabled,
#XfceNotifyWindow button.flat:active:disabled :disabled,
#XfceNotifyWindow button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
button.osd:backdrop, button.osd.flat:backdrop,
#XfceNotifyWindow button:backdrop,
#XfceNotifyWindow button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
button.osd.separator, button.osd .separator,
#XfceNotifyWindow button.separator,
#XfceNotifyWindow button .separator {
border: 1px solid currentColor;
- color: rgba(29, 27, 76, 0.7); }
+ color: rgba(29, 27, 77, 0.7); }
button.osd.separator:disabled, button.osd .separator:disabled,
#XfceNotifyWindow button.separator:disabled,
#XfceNotifyWindow button .separator:disabled {
- color: rgba(29, 27, 76, 0.65); }
+ color: rgba(29, 27, 77, 0.65); }
button.osd separator, button.osd.nautilus-circular-button.image-button separator,
#XfceNotifyWindow button separator {
- background-image: image(mix(#ffffff,rgba(29, 27, 76, 0.8),0.9)); }
+ background-image: image(mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.9)); }
button.osd.image-button,
#XfceNotifyWindow button.image-button {
padding: 0;
@@ -4937,14 +4957,14 @@ button.osd, button.osd.nautilus-circular-button.image-button,
toolbar.osd {
-GtkToolbar-button-relief: normal;
- padding: 0px;
- border: 1px solid rgba(23, 22, 61, 0.8);
- border-radius: 20px;
- background-color: rgba(29, 27, 76, 0.8);
+ padding: 3px;
+ border: 1px solid rgba(23, 22, 62, 0.8);
+ border-radius: 3px;
+ background-color: rgba(29, 27, 77, 0.8);
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
toolbar.osd separator {
- color: rgba(26, 24, 68, 0.8); }
+ color: rgba(26, 24, 69, 0.8); }
toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
border-radius: 0; }
@@ -4965,29 +4985,29 @@ progressbar.osd {
.osd,
#XfceNotifyWindow {
- background-color: rgba(29, 27, 76, 0.8);
- color: #ffffff;
+ background-color: rgba(29, 27, 77, 0.8);
+ color: #e5e5e5;
/* used by gnome-settings-daemon's media-keys OSD */
/* used by Documents */ }
.osd.background,
#XfceNotifyWindow.background {
- background-color: rgba(29, 27, 76, 0.6);
- color: #ffffff; }
+ background-color: rgba(29, 27, 77, 0.6);
+ color: #e5e5e5; }
.osd .frame,
#XfceNotifyWindow .frame {
background-clip: border-box;
background-origin: border-box; }
.osd button, .osd button.nautilus-circular-button.image-button,
#XfceNotifyWindow button {
- background-color: rgba(29, 27, 76, 0.8);
- background-image: linear-gradient(to bottom, rgba(31, 29, 81, 0.8), rgba(27, 25, 71, 0.8));
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: rgba(29, 27, 77, 0.8);
+ background-image: linear-gradient(to bottom, rgba(30, 28, 79, 0.8), rgba(28, 26, 75, 0.8));
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.osd button:focus, .osd button:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.osd button:active, .osd button:active:hover, .osd button:active:focus, .osd button:active:hover:focus, .osd button:checked, .osd button:checked:hover, .osd button:checked:focus, .osd button:checked:hover:focus,
#XfceNotifyWindow button:active,
#XfceNotifyWindow button:active:hover,
@@ -4997,20 +5017,20 @@ progressbar.osd {
#XfceNotifyWindow button:checked:hover,
#XfceNotifyWindow button:checked:focus,
#XfceNotifyWindow button:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.osd button:disabled,
#XfceNotifyWindow button:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.osd button:active:disabled, .osd button:checked:disabled,
#XfceNotifyWindow button:active:disabled,
#XfceNotifyWindow button:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked:hover, stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
@@ -5020,9 +5040,9 @@ progressbar.osd {
.linked.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd button, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked:hover, stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover {
@@ -5031,25 +5051,25 @@ progressbar.osd {
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
.osd button.flat,
#XfceNotifyWindow button.flat {
- color: #ffffff;
- border-color: rgba(29, 27, 76, 0);
- background-color: rgba(29, 27, 76, 0);
+ color: #e5e5e5;
+ border-color: rgba(29, 27, 77, 0);
+ background-color: rgba(29, 27, 77, 0);
background-image: none;
box-shadow: none; }
.osd button:hover, .osd button.flat:hover,
#XfceNotifyWindow button:hover,
#XfceNotifyWindow button.flat:hover {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover,
#XfceNotifyWindow button:hover:focus,
#XfceNotifyWindow button:hover:hover,
#XfceNotifyWindow button.flat:hover:focus,
#XfceNotifyWindow button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.osd button:hover:active, .osd button:hover:active:focus, .osd button.flat:hover:active:focus, .osd button:hover:checked, .osd button:hover:checked:focus, .osd button.flat:hover:checked:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover:focus,
#XfceNotifyWindow button:hover:active,
#XfceNotifyWindow button:hover:active:focus,
@@ -5061,40 +5081,40 @@ progressbar.osd {
#XfceNotifyWindow button.flat:hover:active:hover:focus,
#XfceNotifyWindow button.flat:hover:checked,
#XfceNotifyWindow button.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.osd button:hover:disabled, .osd button.flat:hover:disabled,
#XfceNotifyWindow button:hover:disabled,
#XfceNotifyWindow button.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled,
#XfceNotifyWindow button:hover:active:disabled,
#XfceNotifyWindow button:hover:checked:disabled,
#XfceNotifyWindow button.flat:hover:active:disabled,
#XfceNotifyWindow button.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.osd button:focus, .osd button.flat:focus,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button.flat:focus {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.osd button:focus:hover, .osd button.flat:focus:hover,
#XfceNotifyWindow button:focus:hover,
#XfceNotifyWindow button.flat:focus:hover {
- background-color: rgba(32, 30, 84, 0.8);
- background-image: linear-gradient(to bottom, rgba(34, 32, 89, 0.8), rgba(30, 28, 78, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-color: rgba(32, 30, 85, 0.8);
+ background-image: linear-gradient(to bottom, rgba(33, 31, 87, 0.8), rgba(31, 29, 82, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
.osd button:focus:hover:hover, .osd button.flat:focus:hover:hover,
#XfceNotifyWindow button:focus:hover:hover,
#XfceNotifyWindow button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.osd button:focus:hover:active, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:focus, .osd button:focus:hover:checked, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked:hover:focus,
#XfceNotifyWindow button:focus:hover:active,
#XfceNotifyWindow button.flat:focus:hover:active,
@@ -5104,17 +5124,17 @@ progressbar.osd {
#XfceNotifyWindow button.flat:focus:hover:checked:focus,
#XfceNotifyWindow button.flat:focus:hover:active:hover:focus,
#XfceNotifyWindow button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled,
#XfceNotifyWindow button:focus:hover:disabled,
#XfceNotifyWindow button.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled,
#XfceNotifyWindow button:focus:hover:active:disabled,
#XfceNotifyWindow button:focus:hover:checked:disabled,
#XfceNotifyWindow button.flat:focus:hover:active:disabled,
#XfceNotifyWindow button.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active,
#XfceNotifyWindow button:checked,
#XfceNotifyWindow button:active,
@@ -5122,10 +5142,10 @@ progressbar.osd {
#XfceNotifyWindow button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
.osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
#XfceNotifyWindow button:checked:hover,
@@ -5135,7 +5155,7 @@ progressbar.osd {
#XfceNotifyWindow button.flat:checked:hover,
#XfceNotifyWindow button.flat:active:focus,
#XfceNotifyWindow button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.osd button:checked:active, .osd button.nautilus-circular-button.image-button:checked:active, .osd button:checked:active:hover, .osd button.nautilus-circular-button.image-button:checked:active:hover, .osd button:checked:active:focus, .osd button.nautilus-circular-button.image-button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button:checked:checked, .osd button.nautilus-circular-button.image-button:checked:checked, .osd button:checked:checked:hover, .osd button.nautilus-circular-button.image-button:checked:checked:hover, .osd button:checked:checked:focus, .osd button.nautilus-circular-button.image-button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button:active:active, .osd button.nautilus-circular-button.image-button:active:active, .osd button:active:active:hover, .osd button.nautilus-circular-button.image-button:active:active:hover, .osd button:active:active:focus, .osd button.nautilus-circular-button.image-button:active:active:focus, .osd button:active:active:hover:focus, .osd button.nautilus-circular-button.image-button:active:active:hover:focus, .osd button:active:checked, .osd button.nautilus-circular-button.image-button:active:checked, .osd button:active:checked:hover, .osd button.nautilus-circular-button.image-button:active:checked:hover, .osd button:active:checked:focus, .osd button.nautilus-circular-button.image-button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat.nautilus-circular-button.image-button:checked:active, .osd button.flat:checked:active:hover, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat.nautilus-circular-button.image-button:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat.nautilus-circular-button.image-button:active:active, .osd button.flat:active:active:hover, .osd button.flat.nautilus-circular-button.image-button:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat.nautilus-circular-button.image-button:active:checked, .osd button.flat:active:checked:hover, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd button.flat:active:checked:hover:focus, .osd button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
#XfceNotifyWindow button:checked:active,
#XfceNotifyWindow button.nautilus-circular-button.image-button:checked:active,
@@ -5201,17 +5221,17 @@ progressbar.osd {
#XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:focus,
#XfceNotifyWindow button.flat:active:checked:hover:focus,
#XfceNotifyWindow button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled,
#XfceNotifyWindow button:checked:disabled,
#XfceNotifyWindow button:active:disabled,
#XfceNotifyWindow button.flat:checked:disabled,
#XfceNotifyWindow button.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.osd button:active:checked:disabled, .osd button.flat:active:checked:disabled,
#XfceNotifyWindow button:active:checked:disabled,
#XfceNotifyWindow button.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
#XfceNotifyWindow button:checked:hover,
@@ -5223,71 +5243,71 @@ progressbar.osd {
#XfceNotifyWindow button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
.osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover,
#XfceNotifyWindow button.flat:focus,
#XfceNotifyWindow button.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
.osd button:disabled:disabled, .osd button.flat:disabled:disabled,
#XfceNotifyWindow button:disabled:disabled,
#XfceNotifyWindow button.flat:disabled:disabled {
- background-color: alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),1.065), shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6);
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6);
box-shadow: none; }
.osd button:disabled:disabled :disabled, .osd button.flat:disabled:disabled :disabled,
#XfceNotifyWindow button:disabled:disabled :disabled,
#XfceNotifyWindow button.flat:disabled:disabled :disabled {
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6); }
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6); }
.osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled,
#XfceNotifyWindow button:active:disabled,
#XfceNotifyWindow button:checked:disabled,
#XfceNotifyWindow button.flat:active:disabled,
#XfceNotifyWindow button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
.osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled,
#XfceNotifyWindow button:active:disabled :disabled,
#XfceNotifyWindow button:checked:disabled :disabled,
#XfceNotifyWindow button.flat:active:disabled :disabled,
#XfceNotifyWindow button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
.osd button:backdrop, .osd button.flat:backdrop,
#XfceNotifyWindow button:backdrop,
#XfceNotifyWindow button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
.osd button.separator, .osd button .separator,
#XfceNotifyWindow button.separator,
#XfceNotifyWindow button .separator {
border: 1px solid currentColor;
- color: rgba(29, 27, 76, 0.7); }
+ color: rgba(29, 27, 77, 0.7); }
.osd button.separator:disabled, .osd button .separator:disabled,
#XfceNotifyWindow button.separator:disabled,
#XfceNotifyWindow button .separator:disabled {
- color: rgba(29, 27, 76, 0.65); }
+ color: rgba(29, 27, 77, 0.65); }
.osd button separator, .osd button.nautilus-circular-button.image-button separator,
#XfceNotifyWindow button separator {
- background-image: image(mix(#ffffff,rgba(29, 27, 76, 0.8),0.9)); }
+ background-image: image(mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.9)); }
.osd entry,
#XfceNotifyWindow entry {
- background-color: #1d1b4c;
- background-image: linear-gradient(to top, #1f1d51, #1b1947);
- border-color: mix(#ffffff,#1d1b4c,0.8);
- padding: 2px 1.4285714286px;
- color: #ffffff;
- caret-color: #b9bcb5;
- -gtk-secondary-caret-color: #b9bcb5; }
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to top, #1e1c4f, #1c1a4b);
+ border-color: mix(#e5e5e5,#1d1b4d,0.8);
+ padding: 5px 3.6428571429px;
+ color: #e5e5e5;
+ caret-color: #d2a0c9;
+ -gtk-secondary-caret-color: #90ee90; }
.osd entry:focus, .osd entry:hover,
#XfceNotifyWindow entry:focus,
#XfceNotifyWindow entry:hover {
- border-color: mix(#8d5bd0,mix(#ffffff,#1d1b4c,0.7),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#1d1b4d,0.7),0.3); }
.osd entry:active, .osd entry:active:hover, .osd entry:active:focus, .osd entry:active:hover:focus, .osd entry:checked, .osd entry:checked:hover, .osd entry:checked:focus, .osd entry:checked:hover:focus,
#XfceNotifyWindow entry:active,
#XfceNotifyWindow entry:active:hover,
@@ -5297,41 +5317,41 @@ progressbar.osd {
#XfceNotifyWindow entry:checked:hover,
#XfceNotifyWindow entry:checked:focus,
#XfceNotifyWindow entry:checked:hover:focus {
- border-color: mix(#ffffff,#1d1b4c,0.32); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.32); }
.osd entry:disabled,
#XfceNotifyWindow entry:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.84); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.84); }
.osd entry:active:disabled, .osd entry:checked:disabled,
#XfceNotifyWindow entry:active:disabled,
#XfceNotifyWindow entry:checked:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.8); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.8); }
.osd entry:focus, .osd entry:active,
#XfceNotifyWindow entry:focus,
#XfceNotifyWindow entry:active {
border-color: mix(#8d5bd0,rgba(25, 23, 65, 0.8),0.3); }
.osd entry:disabled,
#XfceNotifyWindow entry:disabled {
- background-color: mix(#1d1b4c,#ffffff,0.07);
- background-image: linear-gradient(to top, shade(mix(#1d1b4c,#ffffff,0.07),1.065), shade(mix(#1d1b4c,#ffffff,0.07),0.935));
+ background-color: mix(#1d1b4d,#e5e5e5,0.07);
+ background-image: linear-gradient(to top, shade(mix(#1d1b4d,#e5e5e5,0.07),1.03), shade(mix(#1d1b4d,#e5e5e5,0.07),0.97));
opacity: .9;
- color: mix(#1d1b4c,#ffffff,0.9); }
+ color: mix(#1d1b4d,#e5e5e5,0.9); }
.osd trough, .osd.trough,
#XfceNotifyWindow trough,
#XfceNotifyWindow.trough {
- background-color: rgba(255, 255, 255, 0.3); }
+ background-color: rgba(229, 229, 229, 0.3); }
.osd progressbar, .osd.progressbar,
#XfceNotifyWindow progressbar,
#XfceNotifyWindow.progressbar {
- background-color: #ffffff; }
+ background-color: #e5e5e5; }
.osd scale slider,
#XfceNotifyWindow scale slider {
- background-color: rgba(31, 29, 82, 0.8);
- background-image: linear-gradient(to bottom, rgba(33, 31, 87, 0.8), rgba(29, 27, 77, 0.8));
- border-color: mix(#ffffff,rgba(29, 27, 76, 0.8),0.8); }
+ background-color: rgba(31, 29, 83, 0.8);
+ background-image: linear-gradient(to bottom, rgba(32, 30, 86, 0.8), rgba(30, 28, 81, 0.8));
+ border-color: mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.8); }
.osd scale slider:focus, .osd scale slider:hover,
#XfceNotifyWindow scale slider:focus,
#XfceNotifyWindow scale slider:hover {
- border-color: mix(#8d5bd0,mix(#ffffff,rgba(29, 27, 76, 0.8),0.7),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.7),0.3); }
.osd scale slider:active, .osd scale slider:active:hover, .osd scale slider:active:focus, .osd scale slider:active:hover:focus, .osd scale slider:checked, .osd scale slider:checked:hover, .osd scale slider:checked:focus, .osd scale slider:checked:hover:focus,
#XfceNotifyWindow scale slider:active,
#XfceNotifyWindow scale slider:active:hover,
@@ -5341,22 +5361,22 @@ progressbar.osd {
#XfceNotifyWindow scale slider:checked:hover,
#XfceNotifyWindow scale slider:checked:focus,
#XfceNotifyWindow scale slider:checked:hover:focus {
- border-color: mix(#ffffff,rgba(29, 27, 76, 0.8),0.32); }
+ border-color: mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.32); }
.osd scale slider:disabled,
#XfceNotifyWindow scale slider:disabled {
- border-color: mix(#ffffff,rgba(29, 27, 76, 0.8),0.84); }
+ border-color: mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.84); }
.osd scale slider:active:disabled, .osd scale slider:checked:disabled,
#XfceNotifyWindow scale slider:active:disabled,
#XfceNotifyWindow scale slider:checked:disabled {
- border-color: mix(#ffffff,rgba(29, 27, 76, 0.8),0.8); }
+ border-color: mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.8); }
.osd scale slider:disabled,
#XfceNotifyWindow scale slider:disabled {
- background-color: rgba(26, 24, 68, 0.8);
- background-image: linear-gradient(to bottom, rgba(28, 26, 73, 0.8), rgba(24, 23, 64, 0.8)); }
+ background-color: rgba(26, 24, 69, 0.8);
+ background-image: linear-gradient(to bottom, rgba(27, 25, 71, 0.8), rgba(25, 24, 67, 0.8)); }
.osd scale trough,
#XfceNotifyWindow scale trough {
- border-color: rgba(23, 22, 61, 0.8);
- background-color: rgba(31, 29, 82, 0.8);
+ border-color: rgba(23, 22, 62, 0.8);
+ background-color: rgba(31, 29, 83, 0.8);
background-image: none; }
.osd scale trough.highlight,
#XfceNotifyWindow scale trough.highlight {
@@ -5367,11 +5387,11 @@ progressbar.osd {
#XfceNotifyWindow scale trough:disabled,
#XfceNotifyWindow scale trough.highlight:disabled {
border-color: rgba(25, 23, 65, 0.8);
- background-color: rgba(26, 24, 68, 0.8);
+ background-color: rgba(26, 24, 69, 0.8);
background-image: none; }
.osd scale trough,
#XfceNotifyWindow scale trough {
- background-color: rgba(39, 36, 102, 0.8); }
+ background-color: rgba(39, 36, 103, 0.8); }
.osd scale trough highlight,
#XfceNotifyWindow scale trough highlight {
background-color: #8d5bd0; }
@@ -5394,19 +5414,19 @@ progressbar.osd {
#XfceNotifyWindow .view,
#XfceNotifyWindow iconview,
#XfceNotifyWindow view {
- background-color: rgba(29, 27, 76, 0.8); }
+ background-color: rgba(29, 27, 77, 0.8); }
.osd scrollbar trough,
#XfceNotifyWindow scrollbar trough {
- background-color: rgba(29, 27, 76, 0.8); }
+ background-color: rgba(29, 27, 77, 0.8); }
.osd scrollbar slider,
#XfceNotifyWindow scrollbar slider {
- border: 1px solid mix(rgba(25, 23, 66, 0.8),#ffffff,0.21);
+ border: 1px solid mix(rgba(25, 23, 67, 0.8),#e5e5e5,0.21);
border-radius: 0;
- background-color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.21); }
+ background-color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.21); }
.osd scrollbar slider:hover,
#XfceNotifyWindow scrollbar slider:hover {
- border-color: mix(rgba(25, 23, 66, 0.8),#ffffff,0.31);
- background-color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.31); }
+ border-color: mix(rgba(25, 23, 67, 0.8),#e5e5e5,0.31);
+ background-color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.31); }
.osd scrollbar slider:active,
#XfceNotifyWindow scrollbar slider:active {
border-color: #7d44c9;
@@ -5415,17 +5435,17 @@ progressbar.osd {
#XfceNotifyWindow iconview.cell:selected,
#XfceNotifyWindow iconview.cell:selected:focus {
background-color: transparent;
- border: 3px solid mix(rgba(25, 23, 66, 0.8),#ffffff,0.21);
- border-radius: 20px;
+ border: 3px solid mix(rgba(25, 23, 67, 0.8),#e5e5e5,0.21);
+ border-radius: 3px;
outline-color: transparent; }
.osd .page-thumbnail,
#XfceNotifyWindow .page-thumbnail {
- border: 1px solid rgba(26, 24, 68, 0.8);
+ border: 1px solid rgba(26, 24, 69, 0.8);
/* when there's no pixbuf yet */
- background-color: rgba(29, 27, 76, 0.8); }
+ background-color: rgba(29, 27, 77, 0.8); }
.osd popover.background,
#XfceNotifyWindow popover.background {
- box-shadow: 0 2px 7px 3px rgba(100, 48, 91, 0.5); }
+ box-shadow: 0 2px 7px 3px rgba(92, 92, 92, 0.5); }
.osd popover.background > toolbar button,
#XfceNotifyWindow popover.background > toolbar button {
border-radius: 0;
@@ -5434,16 +5454,16 @@ progressbar.osd {
background-image: none; }
.osd spinbutton:not(.vertical),
#XfceNotifyWindow spinbutton:not(.vertical) {
- background-color: #1d1b4c;
- background-image: linear-gradient(to top, #1f1d51, #1b1947);
- border-color: mix(#ffffff,#1d1b4c,0.8);
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to top, #1e1c4f, #1c1a4b);
+ border-color: mix(#e5e5e5,#1d1b4d,0.8);
padding: 0;
- color: #ffffff;
- caret-color: #ffffff; }
+ color: #e5e5e5;
+ caret-color: #e5e5e5; }
.osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover,
#XfceNotifyWindow spinbutton:not(.vertical):focus,
#XfceNotifyWindow spinbutton:not(.vertical):hover {
- border-color: mix(#8d5bd0,mix(#ffffff,#1d1b4c,0.7),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#1d1b4d,0.7),0.3); }
.osd spinbutton:not(.vertical):active, .osd spinbutton:not(.vertical):active:hover, .osd spinbutton:not(.vertical):active:focus, .osd spinbutton:not(.vertical):active:hover:focus, .osd spinbutton:not(.vertical):checked, .osd spinbutton:not(.vertical):checked:hover, .osd spinbutton:not(.vertical):checked:focus, .osd spinbutton:not(.vertical):checked:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical):active,
#XfceNotifyWindow spinbutton:not(.vertical):active:hover,
@@ -5453,30 +5473,30 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical):checked:hover,
#XfceNotifyWindow spinbutton:not(.vertical):checked:focus,
#XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus {
- border-color: mix(#ffffff,#1d1b4c,0.32); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.32); }
.osd spinbutton:not(.vertical):disabled,
#XfceNotifyWindow spinbutton:not(.vertical):disabled {
- border-color: mix(#ffffff,#1d1b4c,0.84); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.84); }
.osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical):active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical):checked:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.8); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.8); }
.osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active,
#XfceNotifyWindow spinbutton:not(.vertical):focus,
#XfceNotifyWindow spinbutton:not(.vertical):active {
border-color: mix(#8d5bd0,rgba(25, 23, 65, 0.8),0.3); }
.osd spinbutton:not(.vertical):disabled,
#XfceNotifyWindow spinbutton:not(.vertical):disabled {
- background-color: #1a1844;
- background-image: linear-gradient(to top, #1c1a49, #181740);
- color: mix(#1d1b4c,#ffffff,0.5); }
+ background-color: #1a1845;
+ background-image: linear-gradient(to top, #1b1947, #191843);
+ color: mix(#1d1b4d,#e5e5e5,0.5); }
.osd spinbutton:not(.vertical) button,
#XfceNotifyWindow spinbutton:not(.vertical) button {
- background-color: rgba(29, 27, 76, 0.8);
- background-image: linear-gradient(to bottom, rgba(31, 29, 81, 0.8), rgba(27, 25, 71, 0.8));
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22);
+ background-color: rgba(29, 27, 77, 0.8);
+ background-image: linear-gradient(to bottom, rgba(30, 28, 79, 0.8), rgba(28, 26, 75, 0.8));
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22);
border-radius: 0;
border-color: rgba(25, 23, 65, 0.5);
border-style: none none none solid;
@@ -5485,7 +5505,7 @@ progressbar.osd {
.osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover:focus, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:active,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:hover,
@@ -5495,20 +5515,20 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.osd spinbutton:not(.vertical) button:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover {
@@ -5518,9 +5538,9 @@ progressbar.osd {
.linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover {
@@ -5529,25 +5549,25 @@ progressbar.osd {
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
.osd spinbutton:not(.vertical) button.flat,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat {
- color: #ffffff;
- border-color: rgba(29, 27, 76, 0);
- background-color: rgba(29, 27, 76, 0);
+ color: #e5e5e5;
+ border-color: rgba(29, 27, 77, 0);
+ background-color: rgba(29, 27, 77, 0);
background-image: none;
box-shadow: none; }
.osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:active,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:focus,
@@ -5559,40 +5579,40 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover {
- background-color: rgba(32, 30, 84, 0.8);
- background-image: linear-gradient(to bottom, rgba(34, 32, 89, 0.8), rgba(30, 28, 78, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-color: rgba(32, 30, 85, 0.8);
+ background-image: linear-gradient(to bottom, rgba(33, 31, 87, 0.8), rgba(31, 29, 82, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
.osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active,
@@ -5602,17 +5622,17 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked,
#XfceNotifyWindow spinbutton:not(.vertical) button:active,
@@ -5620,10 +5640,10 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
.osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
@@ -5633,7 +5653,7 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.nautilus-circular-button.image-button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:active,
#XfceNotifyWindow spinbutton:not(.vertical) button.nautilus-circular-button.image-button:checked:active,
@@ -5699,17 +5719,17 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover,
@@ -5721,58 +5741,58 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
.osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
.osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled {
- background-color: alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),1.065), shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6);
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6);
box-shadow: none; }
.osd spinbutton:not(.vertical) button:disabled:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled :disabled {
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6); }
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6); }
.osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
.osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
.osd spinbutton:not(.vertical) button:backdrop, .osd spinbutton:not(.vertical) button.flat:backdrop,
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
.osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator,
#XfceNotifyWindow spinbutton:not(.vertical) button.separator,
#XfceNotifyWindow spinbutton:not(.vertical) button .separator {
border: 1px solid currentColor;
- color: rgba(29, 27, 76, 0.7); }
+ color: rgba(29, 27, 77, 0.7); }
.osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled {
- color: rgba(29, 27, 76, 0.65); }
+ color: rgba(29, 27, 77, 0.65); }
.osd spinbutton:not(.vertical) button separator,
#XfceNotifyWindow spinbutton:not(.vertical) button separator {
- background-image: image(mix(#ffffff,rgba(29, 27, 76, 0.8),0.9)); }
+ background-image: image(mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.9)); }
.osd spinbutton:not(.vertical) button:dir(rtl),
#XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) {
border-style: none solid none none; }
@@ -5780,16 +5800,16 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button:active,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
.osd spinbutton:not(.vertical) button:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:disabled {
- color: alpha(mix(#ffffff,#1d1b4c,0.6),0.8); }
+ color: alpha(mix(#e5e5e5,#1d1b4d,0.6),0.8); }
.osd spinbutton:not(.vertical) button:backdrop,
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop {
- color: mix(#130f23,mix(#d2a0c9,#130f23,0.5),0.9); }
+ color: mix(#130f23,mix(#e5e5e5,#130f23,0.5),0.9); }
.osd spinbutton:not(.vertical) button:active,
#XfceNotifyWindow spinbutton:not(.vertical) button:active {
- box-shadow: inset 0 2px 3px -1px rgba(100, 48, 91, 0.2); }
+ box-shadow: inset 0 2px 3px -1px rgba(92, 92, 92, 0.2); }
.osd spinbutton:not(.vertical) button:backdrop:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled {
color: rgba(0, 0, 0, 0.8);
@@ -5799,21 +5819,21 @@ progressbar.osd {
border-style: none solid none none; }
.osd spinbutton:not(.vertical) button:dir(rtl):first-child,
#XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl):first-child {
- border-radius: 20px 0 0 20px; }
+ border-radius: 3px 0 0 3px; }
.osd spinbutton:not(.vertical) button:dir(ltr):last-child,
#XfceNotifyWindow spinbutton:not(.vertical) button:dir(ltr):last-child {
- border-radius: 0 20px 20px 0; }
+ border-radius: 0 3px 3px 0; }
.osd spinbutton.vertical button:first-child,
#XfceNotifyWindow spinbutton.vertical button:first-child {
- background-color: rgba(29, 27, 76, 0.8);
- background-image: linear-gradient(to bottom, rgba(31, 29, 81, 0.8), rgba(27, 25, 71, 0.8));
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: rgba(29, 27, 77, 0.8);
+ background-image: linear-gradient(to bottom, rgba(30, 28, 79, 0.8), rgba(28, 26, 75, 0.8));
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover:focus, .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:active,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:hover,
@@ -5823,20 +5843,20 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.osd spinbutton.vertical button:first-child:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, stackswitcher:not(.vertical) > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover {
@@ -5846,9 +5866,9 @@ progressbar.osd {
.linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(255, 255, 255, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(229, 229, 229, 0.36),0.3); }
.linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, stackswitcher.vertical > #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover {
@@ -5857,25 +5877,25 @@ progressbar.osd {
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
.osd spinbutton.vertical button.flat:first-child,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child {
- color: #ffffff;
- border-color: rgba(29, 27, 76, 0);
- background-color: rgba(29, 27, 76, 0);
+ color: #e5e5e5;
+ border-color: rgba(29, 27, 77, 0);
+ background-color: rgba(29, 27, 77, 0);
background-image: none;
box-shadow: none; }
.osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button.flat:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
.osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button.flat:first-child:hover:focus, .osd spinbutton.vertical button.flat:first-child:hover:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button.flat:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button.flat:first-child:hover:checked:focus, .osd spinbutton.vertical button.flat:first-child:hover:active, .osd spinbutton.vertical button.flat:first-child:hover:active:hover:focus, .osd spinbutton.vertical button.flat:first-child:hover:checked, .osd spinbutton.vertical button.flat:first-child:hover:checked:hover:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:active,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:focus,
@@ -5887,40 +5907,40 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:active:hover:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:checked,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button.flat:first-child:hover:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button.flat:first-child:hover:active:disabled, .osd spinbutton.vertical button.flat:first-child:hover:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:active:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button.flat:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus {
- background-color: rgba(30, 28, 80, 0.8);
- background-image: linear-gradient(to bottom, rgba(32, 30, 85, 0.8), rgba(28, 27, 75, 0.8));
- border-color: rgba(255, 255, 255, 0.22);
+ background-color: rgba(30, 28, 81, 0.8);
+ background-image: linear-gradient(to bottom, rgba(31, 29, 83, 0.8), rgba(30, 27, 78, 0.8));
+ border-color: rgba(229, 229, 229, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ outline-offset: -3px;
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button.flat:first-child:focus:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover {
- background-color: rgba(32, 30, 84, 0.8);
- background-image: linear-gradient(to bottom, rgba(34, 32, 89, 0.8), rgba(30, 28, 78, 0.8));
- border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.48); }
+ background-color: rgba(32, 30, 85, 0.8);
+ background-image: linear-gradient(to bottom, rgba(33, 31, 87, 0.8), rgba(31, 29, 82, 0.8));
+ border-color: rgba(183, 183, 183, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
.osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button.flat:first-child:focus:hover:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.3),0.3); }
.osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button.flat:first-child:focus:hover:active, .osd spinbutton.vertical button.flat:first-child:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button.flat:first-child:focus:hover:checked, .osd spinbutton.vertical button.flat:first-child:focus:hover:checked:focus, .osd spinbutton.vertical button.flat:first-child:focus:hover:active:hover:focus, .osd spinbutton.vertical button.flat:first-child:focus:hover:checked:hover:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:active,
@@ -5930,17 +5950,17 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:checked:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:active:hover:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.3); }
+ border-color: rgba(160, 160, 160, 0.3); }
.osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button.flat:first-child:focus:hover:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:disabled {
- border-color: rgba(217, 217, 217, 0.3); }
+ border-color: rgba(195, 195, 195, 0.3); }
.osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button.flat:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button.flat:first-child:focus:hover:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:active:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:checked:disabled {
- border-color: rgba(204, 204, 204, 0.3); }
+ border-color: rgba(183, 183, 183, 0.3); }
.osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button.flat:first-child:checked, .osd spinbutton.vertical button.flat:first-child:active,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked,
#XfceNotifyWindow spinbutton.vertical button:first-child:active,
@@ -5948,10 +5968,10 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(183, 183, 183, 0.22);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(229, 229, 229, 0.06), inset 0 1px rgba(229, 229, 229, 0.07), inset -1px 0 rgba(229, 229, 229, 0.06), inset 0 -1px rgba(229, 229, 229, 0.05); }
.osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button.flat:first-child:checked:focus, .osd spinbutton.vertical button.flat:first-child:checked:hover, .osd spinbutton.vertical button.flat:first-child:active:focus, .osd spinbutton.vertical button.flat:first-child:active:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
@@ -5961,7 +5981,7 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:hover {
- border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
+ border-color: mix(#8d5bd0,rgba(229, 229, 229, 0.22),0.3); }
.osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button.flat:first-child:checked:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:active, .osd spinbutton.vertical button.flat:first-child:checked:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:active:hover, .osd spinbutton.vertical button.flat:first-child:checked:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:active:focus, .osd spinbutton.vertical button.flat:first-child:checked:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:active:hover:focus, .osd spinbutton.vertical button.flat:first-child:checked:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:checked, .osd spinbutton.vertical button.flat:first-child:checked:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:checked:hover, .osd spinbutton.vertical button.flat:first-child:checked:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:checked:focus, .osd spinbutton.vertical button.flat:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button.flat:first-child:active:active, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:active, .osd spinbutton.vertical button.flat:first-child:active:active:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:active:hover, .osd spinbutton.vertical button.flat:first-child:active:active:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:active:focus, .osd spinbutton.vertical button.flat:first-child:active:active:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:active:hover:focus, .osd spinbutton.vertical button.flat:first-child:active:checked, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:checked, .osd spinbutton.vertical button.flat:first-child:active:checked:hover, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:checked:hover, .osd spinbutton.vertical button.flat:first-child:active:checked:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:checked:focus, .osd spinbutton.vertical button.flat:first-child:active:checked:hover:focus, .osd spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:checked:hover:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:active,
#XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button:first-child:checked:active,
@@ -6027,17 +6047,17 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:checked:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:checked:hover:focus,
#XfceNotifyWindow spinbutton.vertical button.nautilus-circular-button.image-button.flat:first-child:active:checked:hover:focus {
- border-color: rgba(179, 179, 179, 0.22); }
+ border-color: rgba(160, 160, 160, 0.22); }
.osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button.flat:first-child:checked:disabled, .osd spinbutton.vertical button.flat:first-child:active:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:disabled {
- border-color: rgba(217, 217, 217, 0.22); }
+ border-color: rgba(195, 195, 195, 0.22); }
.osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button.flat:first-child:active:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:checked:disabled {
- border-color: rgba(204, 204, 204, 0.22); }
+ border-color: rgba(183, 183, 183, 0.22); }
.osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button.flat:first-child:checked:focus, .osd spinbutton.vertical button.flat:first-child:checked:hover, .osd spinbutton.vertical button.flat:first-child:active:focus, .osd spinbutton.vertical button.flat:first-child:active:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover,
@@ -6049,58 +6069,58 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
.osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button.flat:first-child:focus, .osd spinbutton.vertical button.flat:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
.osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button.flat:first-child:disabled:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:disabled:disabled {
- background-color: alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),1.065), shade(alpha(mix(rgba(29, 27, 76, 0.8),#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),1.03), shade(alpha(mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6);
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6);
box-shadow: none; }
.osd spinbutton.vertical button:first-child:disabled:disabled :disabled, .osd spinbutton.vertical button.flat:first-child:disabled:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:disabled:disabled :disabled {
- color: mix(rgba(29, 27, 76, 0.8),#ffffff,0.6); }
+ color: mix(rgba(29, 27, 77, 0.8),#e5e5e5,0.6); }
.osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button.flat:first-child:active:disabled, .osd spinbutton.vertical button.flat:first-child:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
.osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button.flat:first-child:active:disabled :disabled, .osd spinbutton.vertical button.flat:first-child:checked:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
.osd spinbutton.vertical button:first-child:backdrop, .osd spinbutton.vertical button.flat:first-child:backdrop,
#XfceNotifyWindow spinbutton.vertical button:first-child:backdrop,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
.osd spinbutton.vertical button.separator:first-child, .osd spinbutton.vertical button:first-child .separator,
#XfceNotifyWindow spinbutton.vertical button.separator:first-child,
#XfceNotifyWindow spinbutton.vertical button:first-child .separator {
border: 1px solid currentColor;
- color: rgba(29, 27, 76, 0.7); }
+ color: rgba(29, 27, 77, 0.7); }
.osd spinbutton.vertical button.separator:first-child:disabled, .osd spinbutton.vertical button:first-child .separator:disabled,
#XfceNotifyWindow spinbutton.vertical button.separator:first-child:disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled {
- color: rgba(29, 27, 76, 0.65); }
+ color: rgba(29, 27, 77, 0.65); }
.osd spinbutton.vertical button:first-child separator,
#XfceNotifyWindow spinbutton.vertical button:first-child separator {
- background-image: image(mix(#ffffff,rgba(29, 27, 76, 0.8),0.9)); }
+ background-image: image(mix(#e5e5e5,rgba(29, 27, 77, 0.8),0.9)); }
scrolledwindow viewport.frame {
border-style: none; }
@@ -6227,12 +6247,12 @@ scrolledwindow undershoot.right {
scrolledwindow junction {
border-color: transparent;
- border-image: linear-gradient(to bottom, mix(#130f23,#d2a0c9,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
+ border-image: linear-gradient(to bottom, mix(#130f23,#e5e5e5,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
background-color: #090711; }
scrolledwindow junction:dir(rtl) {
border-image-slice: 0 1 0 0; }
scrolledwindow junction:backdrop {
- border-image-source: linear-gradient(to bottom, mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9) 1px, transparent 1px);
+ border-image-source: linear-gradient(to bottom, mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9) 1px, transparent 1px);
background-color: #0d0a18;
transition: 200ms ease-out; }
@@ -6241,36 +6261,36 @@ scrolledwindow junction {
******************/
progressbar {
padding: 0;
- border-radius: 20px;
+ border-radius: 3px;
font-size: smaller;
- color: rgba(210, 160, 201, 0.6); }
+ color: rgba(229, 229, 229, 0.6); }
progressbar.horizontal trough,
progressbar.horizontal progress {
- min-height: 3px; }
+ min-height: 6px; }
progressbar.vertical trough,
progressbar.vertical progress {
- min-width: 3px; }
+ min-width: 6px; }
progressbar trough {
- border: 1px solid mix(#130f23,#d2a0c9,0.17);
+ border: 1px solid mix(#130f23,#e5e5e5,0.17);
background-color: mix(#130f23,#130f23,0.08);
background-image: none;
- border-radius: 20px; }
+ border-radius: 3px; }
progressbar progress {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
border-radius: 0; }
progressbar progress.left {
- border-top-left-radius: 20px;
- border-bottom-left-radius: 20px; }
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 3px; }
progressbar progress.right {
- border-top-right-radius: 20px;
- border-bottom-right-radius: 20px; }
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px; }
progressbar progress.bottom {
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px; }
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px; }
progressbar progress.top {
- border-top-left-radius: 20px;
- border-top-right-radius: 20px; }
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px; }
levelbar.horizontal block {
min-width: 34px;
@@ -6285,8 +6305,8 @@ levelbar:backdrop {
levelbar trough {
background-color: mix(#130f23,#130f23,0.08);
- border: 1px solid mix(#130f23,#d2a0c9,0.17);
- border-radius: 20px;
+ border: 1px solid mix(#130f23,#e5e5e5,0.17);
+ border-radius: 3px;
padding: 2px; }
levelbar.horizontal.discrete block {
@@ -6302,12 +6322,12 @@ levelbar.vertical.discrete block {
levelbar block {
background-color: #8d5bd0;
border-color: transparent;
- border-radius: 20px; }
+ border-radius: 3px; }
levelbar block.low {
- background-color: #ebb352;
+ background-color: #f92927;
border-color: transparent; }
levelbar block.high, levelbar block:not(.empty) {
- background-color: #add954;
+ background-color: #0f2fa7;
border-color: transparent; }
levelbar block.full {
background-color: #6e35ba;
@@ -6318,9 +6338,9 @@ levelbar block {
box-shadow: none; }
scale {
- min-height: 7px;
- min-width: 7px;
- padding: 0px; }
+ min-height: 10px;
+ min-width: 10px;
+ padding: 3px; }
scale.horizontal trough {
padding: 0 3px; }
scale.horizontal highlight, scale.horizontal fill {
@@ -6330,33 +6350,33 @@ scale {
scale.vertical highlight, scale.vertical fill {
margin: -4px 0; }
scale slider {
- min-height: 9px;
- min-width: 9px;
- margin: -4px; }
+ min-height: 15px;
+ min-width: 15px;
+ margin: -7px; }
scale.fine-tune slider {
- margin: -4px; }
+ margin: -7px; }
scale.fine-tune highlight {
background-color: #9d72d7; }
scale.fine-tune fill,
scale.fine-tune highlight,
scale.fine-tune trough {
- border-radius: 2px;
- -gtk-outline-radius: 4px; }
+ border-radius: 5px;
+ -gtk-outline-radius: 7px; }
scale trough {
outline-offset: 2px;
-gtk-outline-radius: 4.5px;
border-radius: 2.5px;
- background-color: mix(#130f23,#d2a0c9,0.2); }
+ background-color: mix(#130f23,#e5e5e5,0.2); }
scale trough:disabled {
- background-color: mix(#130f23,#d2a0c9,0.1); }
+ background-color: mix(#130f23,#e5e5e5,0.1); }
menuitem:hover scale trough, row:selected scale trough, infobar scale trough {
- background-color: rgba(100, 48, 91, 0.2); }
+ background-color: rgba(92, 92, 92, 0.2); }
menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight {
- background-color: #ffffff; }
+ background-color: #e5e5e5; }
menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled {
- background-color: mix(#ffffff,#8d5bd0,0.55); }
+ background-color: mix(#e5e5e5,#8d5bd0,0.55); }
menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled {
- background-color: rgba(100, 48, 91, 0.1); }
+ background-color: rgba(92, 92, 92, 0.1); }
scale highlight {
border-radius: 2.5px;
background-color: #8d5bd0; }
@@ -6369,7 +6389,7 @@ scale {
background-color: transparent; }
scale slider {
background-color: #8d5bd0;
- border: 1px solid rgba(230, 225, 236, 0.16);
+ border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 100%;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border; }
@@ -6381,20 +6401,20 @@ scale {
border-color: #8d5bd0; }
scale slider:disabled {
background-color: mix(#8d5bd0,#130f23,0.55);
- border-color: mix(#e6e1ec,#130f23,0.92); }
+ border-color: mix(#ffffff,#130f23,0.92); }
menuitem:hover scale slider, row:selected scale slider, infobar scale slider {
background-clip: border-box;
- background-color: #ffffff;
- border-color: #ffffff; }
+ background-color: #e5e5e5;
+ border-color: #e5e5e5; }
menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover {
- background-color: mix(#ffffff,#8d5bd0,0.85);
- border-color: mix(#ffffff,#8d5bd0,0.85); }
+ background-color: mix(#e5e5e5,#8d5bd0,0.85);
+ border-color: mix(#e5e5e5,#8d5bd0,0.85); }
menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active {
- background-color: mix(#ffffff,#8d5bd0,0.5);
- border-color: mix(#ffffff,#8d5bd0,0.5); }
+ background-color: mix(#e5e5e5,#8d5bd0,0.5);
+ border-color: mix(#e5e5e5,#8d5bd0,0.5); }
menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled {
- background-color: mix(#ffffff,#8d5bd0,0.55);
- border-color: mix(#ffffff,#8d5bd0,0.55); }
+ background-color: mix(#e5e5e5,#8d5bd0,0.55);
+ border-color: mix(#e5e5e5,#8d5bd0,0.55); }
scale value {
color: alpha(currentColor,0.4); }
scale marks {
@@ -6440,7 +6460,7 @@ scale {
scale.color highlight, scale.color fill {
margin: 0; }
scale.color.horizontal {
- padding: 0 0 3px; }
+ padding: 0 0 6px; }
scale.color.horizontal trough {
border-top-left-radius: 0;
border-top-right-radius: 0; }
@@ -6448,7 +6468,7 @@ scale {
margin-bottom: 0;
margin-top: 0; }
scale.color.vertical:dir(ltr) {
- padding: 0 0 0 3px; }
+ padding: 0 0 0 6px; }
scale.color.vertical:dir(ltr) trough {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
@@ -6456,7 +6476,7 @@ scale {
margin-left: 0;
margin-right: 0; }
scale.color.vertical:dir(rtl) {
- padding: 0 3px 0 0; }
+ padding: 0 6px 0 0; }
scale.color.vertical:dir(rtl) trough {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
@@ -6474,30 +6494,30 @@ scrollbar {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false; }
scrollbar.top {
- border-bottom: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-bottom: 1px solid mix(#130f23,#e5e5e5,0.18); }
scrollbar.bottom {
- border-top: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-top: 1px solid mix(#130f23,#e5e5e5,0.18); }
scrollbar.left {
- border-right: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-right: 1px solid mix(#130f23,#e5e5e5,0.18); }
scrollbar.right {
- border-left: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-left: 1px solid mix(#130f23,#e5e5e5,0.18); }
scrollbar:backdrop {
background-color: #0d0a18;
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9);
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9);
transition: 400ms ease-in; }
scrollbar slider {
min-width: 7px;
min-height: 7px;
border: 1px solid transparent;
- border-radius: 20px;
+ border-radius: 3px;
background-clip: padding-box;
- background-color: mix(#130f23,#d2a0c9,0.5); }
+ background-color: mix(#130f23,#e5e5e5,0.5); }
scrollbar slider:hover {
- background-color: mix(#130f23,#d2a0c9,0.7); }
+ background-color: mix(#130f23,#e5e5e5,0.7); }
scrollbar slider:hover:active {
background-color: #7f47ca; }
scrollbar slider:backdrop {
- background-color: mix(mix(#d2a0c9,#130f23,0.5),#130f23,0.4); }
+ background-color: mix(mix(#e5e5e5,#130f23,0.5),#130f23,0.4); }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.horizontal slider {
@@ -6515,7 +6535,7 @@ scrollbar {
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
min-width: 4px;
min-height: 4px;
- background-color: #d2a0c9;
+ background-color: #e5e5e5;
border: 1px solid #141025; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
min-width: 4px;
@@ -6536,28 +6556,28 @@ scrollbar {
padding: 0;
border: 0;
border-radius: 0;
- border-color: mix(#130f23,#d2a0c9,0.18);
+ border-color: mix(#130f23,#e5e5e5,0.18);
background-color: transparent;
box-shadow: none;
- color: mix(#130f23,#d2a0c9,0.5); }
+ color: mix(#130f23,#e5e5e5,0.5); }
scrollbar button:hover, scrollbar button.nautilus-circular-button.image-button:hover {
- color: mix(#130f23,#d2a0c9,0.7); }
+ color: mix(#130f23,#e5e5e5,0.7); }
scrollbar button:active, scrollbar button.nautilus-circular-button.image-button:active, scrollbar button:checked, scrollbar button.nautilus-circular-button.image-button:checked {
color: #7f47ca; }
scrollbar button:backdrop, scrollbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(mix(#d2a0c9,#130f23,0.5),#130f23,0.4); }
+ color: mix(mix(#e5e5e5,#130f23,0.5),#130f23,0.4); }
scrollbar.vertical button.down {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- border-top: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-top: 1px solid mix(#130f23,#e5e5e5,0.18); }
scrollbar.vertical button.up {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
- border-bottom: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-bottom: 1px solid mix(#130f23,#e5e5e5,0.18); }
scrollbar.horizontal button.down {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
- border-left: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-left: 1px solid mix(#130f23,#e5e5e5,0.18); }
scrollbar.horizontal button.up {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
- border-right: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-right: 1px solid mix(#130f23,#e5e5e5,0.18); }
/*********
! Sidebar
@@ -6566,14 +6586,14 @@ scrollbar {
border-style: none;
background-color: mix(#130f23,#130f23,0.5); }
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
- border-right: 1px solid mix(#130f23,#d2a0c9,0.18);
+ border-right: 1px solid mix(#130f23,#e5e5e5,0.18);
border-left-style: none; }
stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right {
- border-left: 1px solid mix(#130f23,#d2a0c9,0.18);
+ border-left: 1px solid mix(#130f23,#e5e5e5,0.18);
border-right-style: none; }
.sidebar:backdrop {
background-color: mix(#130f23,#130f23,0.5);
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9);
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9);
transition: 200ms ease-out; }
.sidebar .frame, .sidebar frame {
border-width: 0; }
@@ -6581,10 +6601,10 @@ scrollbar {
border-style: none; }
stacksidebar row {
- padding: 0px 0px; }
+ padding: 6px 3px; }
stacksidebar row > label {
- padding-left: 0px;
- padding-right: 0px; }
+ padding-left: 3px;
+ padding-right: 3px; }
stacksidebar row.needs-attention > label {
background-size: 6px 6px, 0 0; }
@@ -6595,25 +6615,25 @@ placessidebar row {
min-height: 32px;
padding: 0; }
placessidebar row > revealer {
- padding: 0 0px; }
+ padding: 0 6px; }
placessidebar row:selected {
- color: #ffffff; }
+ color: #e5e5e5; }
placessidebar row:disabled {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
placessidebar row:backdrop {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
placessidebar row:backdrop:selected {
- color: mix(#8d5bd0,#ffffff,0.66); }
+ color: mix(#8d5bd0,#e5e5e5,0.66); }
placessidebar row:backdrop:disabled {
color: black; }
placessidebar row image.sidebar-icon {
opacity: 0.7; }
placessidebar row image.sidebar-icon:dir(ltr) {
- padding-right: 2px;
- padding-left: 0px; }
+ padding-right: 8px;
+ padding-left: 3px; }
placessidebar row image.sidebar-icon:dir(rtl) {
- padding-left: 2px;
- padding-right: 0px; }
+ padding-left: 8px;
+ padding-right: 3px; }
placessidebar row label.sidebar-label:dir(ltr) {
padding-right: 2px; }
placessidebar row label.sidebar-label:dir(rtl) {
@@ -6641,7 +6661,7 @@ placessidebar row {
color: #8d5bd0;
box-shadow: inset 0 1px #8d5bd0, inset 0 -1px #8d5bd0; }
placessidebar row:drop(active):not(:disabled):selected {
- color: #ffffff;
+ color: #e5e5e5;
background-color: #8d5bd0; }
/******
@@ -6659,7 +6679,7 @@ paned > separator {
paned > separator:selected {
background-image: image(#8d5bd0); }
paned > separator:backdrop {
- background-image: image(mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9)); }
+ background-image: image(mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9)); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@@ -6668,7 +6688,7 @@ paned > separator {
background-size: 1px 1px, 1px 1px; }
paned > separator.wide:backdrop {
background-color: #130f23;
- background-image: image(mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9)), image(mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9)); }
+ background-image: image(mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9)), image(mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9)); }
paned.horizontal > separator {
background-repeat: repeat-y;
@@ -6691,7 +6711,7 @@ paned.vertical > separator {
background-position: bottom, top; }
paned.titlebar > separator {
- background-image: image(#1a1844); }
+ background-image: image(#1a1845); }
/*******************
! Spinner animation
@@ -6716,9 +6736,9 @@ spinner {
************************/
radio {
background-image: none;
- min-width: 10px;
- min-height: 10px;
- margin-right: 0px; }
+ min-width: 16px;
+ min-height: 16px;
+ margin-right: 3px; }
radio:disabled {
-gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); }
radio:checked, radio:active {
@@ -6748,9 +6768,9 @@ radio {
check {
background-image: none;
- min-width: 10px;
- min-height: 10px;
- margin-right: 0px; }
+ min-width: 16px;
+ min-height: 16px;
+ margin-right: 3px; }
check:disabled {
-gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); }
check:checked, check:active {
@@ -6779,11 +6799,11 @@ check {
-gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); }
check, radio {
- box-shadow: -1px 0 mix(#130f23,#d2a0c9,0.3) inset, 1px 0 mix(#130f23,#d2a0c9,0.3) inset, 0 -1px mix(#130f23,#d2a0c9,0.3) inset, 0 1px mix(#130f23,#d2a0c9,0.3) inset;
- border-radius: 3.5px;
+ box-shadow: -1px 0 mix(#130f23,#e5e5e5,0.3) inset, 1px 0 mix(#130f23,#e5e5e5,0.3) inset, 0 -1px mix(#130f23,#e5e5e5,0.3) inset, 0 1px mix(#130f23,#e5e5e5,0.3) inset;
+ border-radius: 1.5px;
background-color: #130f23; }
check:disabled, radio:disabled {
- box-shadow: -1px 0 mix(#130f23,#d2a0c9,0.15) inset, 1px 0 mix(#130f23,#d2a0c9,0.15) inset, 0 -1px mix(#130f23,#d2a0c9,0.15) inset, 0 1px mix(#130f23,#d2a0c9,0.15) inset;
+ box-shadow: -1px 0 mix(#130f23,#e5e5e5,0.15) inset, 1px 0 mix(#130f23,#e5e5e5,0.15) inset, 0 -1px mix(#130f23,#e5e5e5,0.15) inset, 0 1px mix(#130f23,#e5e5e5,0.15) inset;
background-color: rgba(19, 15, 35, 0.25); }
menuitem check:disabled, modelbutton check:disabled, menuitem check, modelbutton check, menuitem radio:disabled, modelbutton radio:disabled, menuitem radio, modelbutton radio {
box-shadow: none;
@@ -6798,7 +6818,7 @@ radio {
radio:dir(rtl), check:dir(rtl) {
margin-right: 0;
- margin-left: 0px; }
+ margin-left: 3px; }
.view.content-view.check:not(list), iconview.content-view.check:not(list) {
-gtk-icon-shadow: none;
@@ -6844,22 +6864,22 @@ radio:dir(rtl), check:dir(rtl) {
! Switch
*********/
switch {
- border-radius: 20px;
- padding: 0px;
+ border-radius: 3px;
+ padding: 2px;
border: 0;
outline: none;
transition: background-color .3s linear;
- min-width: 66px;
- min-height: 18px;
+ min-width: 78px;
+ min-height: 24px;
background-color: mix(#130f23,#130f23,0.3);
- color: #e6e1ec;
- box-shadow: inset 1px -1px 0 rgba(50, 24, 45, 0.06), inset -1px 1px 0 rgba(50, 24, 45, 0.06);
+ color: #e5e5e5;
+ box-shadow: inset 1px -1px 0 rgba(46, 46, 46, 0.06), inset -1px 1px 0 rgba(46, 46, 46, 0.06);
font-size: 90%; }
switch slider {
- background-color: mix(#e6e1ec,#130f23,0.5);
+ background-color: mix(#e5e5e5,#130f23,0.5);
transition: all .3s ease-in;
- box-shadow: 0 1px 2px 0 rgba(50, 24, 45, 0.07), 1px 0 2px 0 rgba(50, 24, 45, 0.07);
- border-radius: 20px; }
+ box-shadow: 0 1px 2px 0 rgba(46, 46, 46, 0.07), 1px 0 2px 0 rgba(46, 46, 46, 0.07);
+ border-radius: 3px; }
switch:checked {
background-color: #8d5bd0;
background-image: none;
@@ -6867,7 +6887,7 @@ switch {
color: #130f23; }
switch:checked slider {
background-color: #141025;
- box-shadow: 0 1px 3px 0 rgba(50, 24, 45, 0.1); }
+ box-shadow: 0 1px 3px 0 rgba(46, 46, 46, 0.1); }
switch:disabled {
background-color: mix(#130f23,#130f23,0.5);
background-image: none;
@@ -6883,7 +6903,7 @@ switch {
background-color: mix(mix(#130f23,#130f23,0.5),#130f23,0.4); }
list row:selected switch:checked {
color: #8d5bd0;
- background-color: mix(#e6e1ec,#130f23,0.5); }
+ background-color: mix(#e5e5e5,#130f23,0.5); }
list row:selected switch:checked slider {
background-color: #8d5bd0; }
@@ -6903,25 +6923,25 @@ switch {
.view text,
iconview text,
textview text {
- color: #e6e1ec;
+ color: #e5e5e5;
background-color: #130f23;
- caret-color: #b9bcb5;
- -gtk-secondary-caret-color: #b9bcb5; }
+ caret-color: #d2a0c9;
+ -gtk-secondary-caret-color: #90ee90; }
.view:backdrop, iconview:backdrop,
.view text:backdrop,
iconview text:backdrop,
textview text:backdrop {
- color: mix(#130f23,#e6e1ec,0.8);
+ color: mix(#130f23,#e5e5e5,0.8);
background-color: #130f23; }
.view separator, iconview separator,
textview text separator {
- background-image: image(mix(#e6e1ec,#130f23,0.9)); }
+ background-image: image(mix(#e5e5e5,#130f23,0.9)); }
textview border {
background-color: mix(#130f23,#130f23,0.5); }
iconview :selected {
- border-radius: 20px; }
+ border-radius: 3px; }
/************
! Treeview
@@ -6930,7 +6950,7 @@ iconview :selected {
rubberband,
treeview.view rubberband,
flowbox rubberband {
- border: 1px solid mix(#8d5bd0,#ffffff,0.1);
+ border: 1px solid mix(#8d5bd0,#e5e5e5,0.1);
background-color: rgba(141, 91, 208, 0.2); }
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
@@ -6945,15 +6965,15 @@ treeview entry.flat, treeview entry {
border-color: #8d5bd0; }
treeview.view header button:active, treeview.view header button:hover, treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
- padding: 0px 1px;
+ padding: 1px 4px;
border-radius: 0;
text-shadow: none;
border-top-color: transparent;
border-left-color: transparent; }
treeview.view header button:disabled {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
treeview.view header button:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.5);
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.5);
background-image: none;
background-color: mix(#8d5bd0,#130f23,0.5); }
treeview.view header button:backdrop:disabled {
@@ -6965,19 +6985,19 @@ treeview.view {
-GtkTreeView-grid-line-pattern: "";
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: "";
- border-left-color: mix(#d2a0c9,#130f23,0.7);
- border-top-color: mix(#d2a0c9,#130f23,0.9); }
+ border-left-color: mix(#e5e5e5,#130f23,0.7);
+ border-top-color: mix(#e5e5e5,#130f23,0.9); }
treeview.view:selected:focus, treeview.view:selected {
border-radius: 0; }
treeview.view:selected:backdrop, treeview.view:selected {
- border-left-color: mix(#ffffff,#8d5bd0,0.5);
- border-top-color: rgba(210, 160, 201, 0.1); }
+ border-left-color: mix(#e5e5e5,#8d5bd0,0.5);
+ border-top-color: rgba(229, 229, 229, 0.1); }
treeview.view:disabled {
- color: mix(#d2a0c9,#130f23,0.5); }
+ color: mix(#e5e5e5,#130f23,0.5); }
treeview.view:disabled:selected {
- color: mix(#ffffff,#8d5bd0,0.4); }
+ color: mix(#e5e5e5,#8d5bd0,0.4); }
treeview.view:disabled:selected:backdrop {
- color: mix(mix(#8d5bd0,#ffffff,0.66),#8d5bd0,0.3); }
+ color: mix(mix(#8d5bd0,#e5e5e5,0.66),#8d5bd0,0.3); }
treeview.view:disabled:backdrop {
color: black; }
treeview.view.separator {
@@ -6986,80 +7006,80 @@ treeview.view {
treeview.view.separator:backdrop {
color: rgba(19, 15, 35, 0.1); }
treeview.view:backdrop {
- border-left-color: mix(mix(#d2a0c9,#130f23,0.5),#130f23,0.5);
+ border-left-color: mix(mix(#e5e5e5,#130f23,0.5),#130f23,0.5);
border-top: #130f23; }
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
- border-color: mix(#8d5bd0,#d2a0c9,0.3); }
+ border-color: mix(#8d5bd0,#e5e5e5,0.3); }
treeview.view.after:drop(active) {
border-top-style: none; }
treeview.view.before:drop(active) {
border-bottom-style: none; }
treeview.view.expander {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
- color: mix(#130f23,#d2a0c9,0.7); }
+ color: mix(#130f23,#e5e5e5,0.7); }
treeview.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
treeview.view.expander:hover {
- color: #d2a0c9; }
+ color: #e5e5e5; }
treeview.view.expander:selected {
- color: mix(#8d5bd0,#ffffff,0.7); }
+ color: mix(#8d5bd0,#e5e5e5,0.7); }
treeview.view.expander:selected:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
treeview.view.expander:selected:backdrop {
- color: mix(#8d5bd0,mix(#8d5bd0,#ffffff,0.66),0.7); }
+ color: mix(#8d5bd0,mix(#8d5bd0,#e5e5e5,0.66),0.7); }
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
treeview.view.expander:backdrop {
- color: mix(#130f23,mix(#d2a0c9,#130f23,0.5),0.7); }
+ color: mix(#130f23,mix(#e5e5e5,#130f23,0.5),0.7); }
treeview.view.progressbar {
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
color: #130f23;
- border-radius: 20px;
- border: 1px solid mix(#8d5bd0,#d2a0c9,0.3); }
+ border-radius: 3px;
+ border: 1px solid mix(#8d5bd0,#e5e5e5,0.3); }
treeview.view.progressbar:selected {
- border: 1px solid mix(#8d5bd0,#ffffff,0.2); }
+ border: 1px solid mix(#8d5bd0,#e5e5e5,0.2); }
treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected {
- color: #ffffff;
+ color: #e5e5e5;
box-shadow: none;
background-color: #8d5bd0;
- background-image: linear-gradient(to bottom, #986ad4, #824ccc);
- border-radius: 20px; }
+ background-image: linear-gradient(to bottom, #9262d2, #8854ce);
+ border-radius: 3px; }
treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop {
- color: mix(#8d5bd0,#ffffff,0.66);
- border-color: mix(#8d5bd0,#d2a0c9,0.3);
+ color: mix(#8d5bd0,#e5e5e5,0.66);
+ border-color: mix(#8d5bd0,#e5e5e5,0.3);
background-color: mix(#130f23,#8d5bd0,0.9); }
treeview.view.progressbar:disabled {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
- border-color: mix(#d2a0c9,#130f23,0.84); }
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
+ border-color: mix(#e5e5e5,#130f23,0.84); }
treeview.view.progressbar:backdrop {
color: #130f23;
background-image: none;
box-shadow: none; }
treeview.view.trough {
- background-color: rgba(210, 160, 201, 0.1);
- border-radius: 20px; }
+ background-color: rgba(229, 229, 229, 0.1);
+ border-radius: 3px; }
treeview.view.trough:selected:focus, treeview.view.trough:selected {
- background-color: rgba(255, 255, 255, 0.3);
+ background-color: rgba(229, 229, 229, 0.3);
border-width: 1px 0;
border-style: solid;
border-color: #8d5bd0;
- border-radius: 20px; }
+ border-radius: 3px; }
treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
font-weight: normal;
text-shadow: none;
box-shadow: none; }
treeview.view header button:hover {
- border-top-color: mix(#8d5bd0,#d2a0c9,0.3);
- border-left-color: mix(#8d5bd0,#d2a0c9,0.3);
+ border-top-color: mix(#8d5bd0,#e5e5e5,0.3);
+ border-left-color: mix(#8d5bd0,#e5e5e5,0.3);
box-shadow: none;
transition: none; }
treeview.view header button:active {
- border-top-color: mix(#8d5bd0,#d2a0c9,0.3);
- border-left-color: mix(#8d5bd0,#d2a0c9,0.3);
+ border-top-color: mix(#8d5bd0,#e5e5e5,0.3);
+ border-left-color: mix(#8d5bd0,#e5e5e5,0.3);
transition: none; }
treeview.view header button:last-child:backdrop, treeview.view header button:last-child {
border-right-style: none; }
@@ -7084,7 +7104,7 @@ treeview.view {
! Separator
************/
separator {
- background-image: image(mix(#d2a0c9,#130f23,0.9));
+ background-image: image(mix(#e5e5e5,#130f23,0.9));
min-width: 1px;
min-height: 1px; }
@@ -7092,28 +7112,28 @@ separator {
! Frames *
***********/
frame > border, .frame {
- border: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border: 1px solid mix(#130f23,#e5e5e5,0.18); }
frame > border.flat, .frame.flat {
border-style: none; }
frame > border:backdrop, .frame:backdrop {
- border-color: mix(#130f23,mix(#130f23,#d2a0c9,0.18),0.9); }
+ border-color: mix(#130f23,mix(#130f23,#e5e5e5,0.18),0.9); }
frame.border-inset > border,
frame.border-outset > border,
frame.border-groove > border,
frame.border-ridge > border {
- border: 1px solid alpha(mix(#130f23,#d2a0c9,0.18),0.2980392157); }
+ border: 1px solid alpha(mix(#130f23,#e5e5e5,0.18),0.2980392157); }
.content-view {
background-color: mix(#130f23,#130f23,0.28);
- color: mix(#e6e1ec,#d2a0c9,0.18);
+ color: mix(#e5e5e5,#e5e5e5,0.18);
border: 1px solid shade(mix(#130f23,#130f23,0.78),0.8); }
viewport separator {
- background-image: image(mix(#e6e1ec,#130f23,0.9)); }
+ background-image: image(mix(#e5e5e5,#130f23,0.9)); }
viewport menu separator {
- background-image: image(mix(#1d1b4c,#ffffff,0.18)); }
+ background-image: image(mix(#1d1b4d,#e5e5e5,0.18)); }
/***************
! Places view *
@@ -7137,37 +7157,37 @@ placesview > actionbar > revealer > box > label {
! Window frame
***************/
decoration {
- background-color: #1d1b4c;
- background-image: linear-gradient(to bottom, #1f1d51, #1b1947);
- border-radius: 20px 20px 0 0;
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to bottom, #1e1c4f, #1c1a4b);
+ border-radius: 3px 3px 0 0;
border-width: 0;
- box-shadow: 0 3px 9px 1px rgba(100, 48, 91, 0.7), 0 0 0 0px #9edc60;
+ box-shadow: 0 3px 9px 1px rgba(92, 92, 92, 0.7), 0 0 0 1px #ff003e;
/* this is used for the resize cursor area */
- margin: 0px; }
+ margin: 9px; }
decoration:backdrop {
- box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(100, 48, 91, 0.4), 0 0 0 0px #2a2135;
+ box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(92, 92, 92, 0.4), 0 0 0 1px #f0ff00;
transition: 200ms ease-out; }
.maximized decoration, .fullscreen decoration, .tiled decoration {
border-radius: 0; }
.popup decoration {
box-shadow: none; }
.ssd decoration {
- box-shadow: 0 0 0 1px #9edc60; }
+ box-shadow: 0 0 0 1px #ff003e; }
.ssd decoration:backdrop {
- box-shadow: 0 0 0 1px #2a2135; }
+ box-shadow: 0 0 0 1px #f0ff00; }
.solid-csd decoration {
border-radius: 0;
margin: 0;
box-shadow: none; }
.csd.popup decoration {
border-radius: 0;
- box-shadow: 0 1px 2px rgba(100, 48, 91, 0.2), 0 0 0 1px rgba(42, 33, 53, 0.13); }
+ box-shadow: 0 1px 2px rgba(92, 92, 92, 0.2), 0 0 0 1px rgba(240, 255, 0, 0.13); }
tooltip.csd decoration {
- border-radius: 20px;
+ border-radius: 3px;
box-shadow: none; }
messagedialog.csd decoration {
- border-radius: 20px;
- box-shadow: 0 1px 2px rgba(100, 48, 91, 0.2), 0 0 0 1px rgba(42, 33, 53, 0.13); }
+ border-radius: 3px;
+ box-shadow: 0 1px 2px rgba(92, 92, 92, 0.2), 0 0 0 1px rgba(240, 255, 0, 0.13); }
/***********************
! Fallback mode panel *
@@ -7180,9 +7200,9 @@ panel-applet > menubar,
panel-applet > menubar:backdrop,
panel-toplevel .gnome-panel-menu-bar, panel-plug,
panel-toplevel.background {
- background-color: #1d1b4c;
- background-image: linear-gradient(to bottom, #1f1d51, #1b1947);
- color: #ffffff; }
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to bottom, #1e1c4f, #1c1a4b);
+ color: #e5e5e5; }
gp-calendar-window label,
#tasklist-button label,
@@ -7192,7 +7212,7 @@ panel-applet > menubar menuitem label,
panel-applet > menubar:backdrop menuitem label,
panel-toplevel .gnome-panel-menu-bar menuitem label {
font-weight: normal;
- color: #ffffff; }
+ color: #e5e5e5; }
#login_window, #shutdown_dialog, #restart_dialog, .xfce4-panel button, .xfce4-panel button.nautilus-circular-button.image-button, panel-applet button, panel-applet button.nautilus-circular-button.image-button, panel-applet button:backdrop, #clock-applet-button, #clock-applet-button:backdrop {
border-width: 0 1px;
@@ -7200,28 +7220,28 @@ panel-toplevel .gnome-panel-menu-bar menuitem label {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
#login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover, .xfce4-panel button:hover, panel-applet button:hover, panel-applet button.nautilus-circular-button.image-button:hover, #clock-applet-button:hover {
- background-color: mix(#1d1b4c,#ffffff,0.11);
- background-image: linear-gradient(to bottom, shade(mix(#1d1b4c,#ffffff,0.11),1.065), shade(mix(#1d1b4c,#ffffff,0.11),0.935));
- border-color: mix(#1d1b4c,#ffffff,0.11);
- color: white; }
+ background-color: mix(#1d1b4d,#e5e5e5,0.11);
+ background-image: linear-gradient(to bottom, shade(mix(#1d1b4d,#e5e5e5,0.11),1.03), shade(mix(#1d1b4d,#e5e5e5,0.11),0.97));
+ border-color: mix(#1d1b4d,#e5e5e5,0.11);
+ color: #f7f7f7; }
#login_window:active, #shutdown_dialog:active, #restart_dialog:active, .xfce4-panel button:active, panel-applet button:active, panel-applet button.nautilus-circular-button.image-button:active, #clock-applet-button:active, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked, .xfce4-panel button:checked, panel-applet button:checked, panel-applet button.nautilus-circular-button.image-button:checked, #clock-applet-button:checked {
- background-color: mix(#1d1b4c,#ffffff,0.21);
- background-image: linear-gradient(to top, shade(mix(#1d1b4c,#ffffff,0.21),1.065), shade(mix(#1d1b4c,#ffffff,0.21),0.935));
- border-color: mix(#1d1b4c,#ffffff,0.21);
- color: white; }
+ background-color: mix(#1d1b4d,#e5e5e5,0.21);
+ background-image: linear-gradient(to top, shade(mix(#1d1b4d,#e5e5e5,0.21),1.03), shade(mix(#1d1b4d,#e5e5e5,0.21),0.97));
+ border-color: mix(#1d1b4d,#e5e5e5,0.21);
+ color: #f7f7f7; }
#login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, .xfce4-panel button:active:hover, panel-applet button:active:hover, #clock-applet-button:active:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover, .xfce4-panel button:checked:hover, panel-applet button:checked:hover, #clock-applet-button:checked:hover {
- background-color: mix(#1d1b4c,#ffffff,0.31);
- background-image: linear-gradient(to top, shade(mix(#1d1b4c,#ffffff,0.31),1.065), shade(mix(#1d1b4c,#ffffff,0.31),0.935));
- border-color: mix(#1d1b4c,#ffffff,0.31); }
+ background-color: mix(#1d1b4d,#e5e5e5,0.31);
+ background-image: linear-gradient(to top, shade(mix(#1d1b4d,#e5e5e5,0.31),1.03), shade(mix(#1d1b4d,#e5e5e5,0.31),0.97));
+ border-color: mix(#1d1b4d,#e5e5e5,0.31); }
panel-plug,
panel-toplevel.background {
padding: 0; }
.gp-text-color {
- color: #64305b; }
+ color: #5c5c5c; }
panel-applet {
border: 0; }
@@ -7243,7 +7263,7 @@ panel-toplevel .gnome-panel-menu-bar:backdrop menuitem {
#PanelApplet label,
.mate-panel-menu-bar menubar > menuitem {
- color: #ffffff; }
+ color: #e5e5e5; }
PanelSeparator, MatePanelAppletFrameDBus {
border-width: 0;
@@ -7263,7 +7283,7 @@ PanelSeparator, MatePanelAppletFrameDBus {
border-style: solid;
border-radius: 0;
border-width: 1px;
- color: #ffffff;
+ color: #e5e5e5;
text-shadow: none;
box-shadow: none;
padding: 2px; }
@@ -7281,11 +7301,11 @@ PanelSeparator, MatePanelAppletFrameDBus {
#PanelApplet button.flat.toggle:checked,
#PanelApplet button.flat.toggle:checked:hover {
background-image: none;
- background-color: darker(#1d1b4c);
+ background-color: darker(#1d1b4d);
border-color: transparent;
border-radius: 0;
border-width: 1px;
- color: lighter(#ffffff);
+ color: lighter(#e5e5e5);
text-shadow: none;
padding: 2px; }
@@ -7294,11 +7314,11 @@ PanelSeparator, MatePanelAppletFrameDBus {
#PanelApplet button.toggle:hover,
#PanelApplet button.flat.toggle:hover {
background-image: none;
- background-color: #262363;
+ background-color: #262364;
border-color: transparent;
border-radius: 0;
border-width: 1px;
- color: #ffffff;
+ color: #e5e5e5;
text-shadow: none;
padding: 2px; }
@@ -7315,7 +7335,7 @@ PanelSeparator, MatePanelAppletFrameDBus {
! Gnome clocks *
*****************/
.clocks-analog-frame.trough {
- color: mix(#d2a0c9,#130f23,0.85); }
+ color: mix(#e5e5e5,#130f23,0.85); }
.clocks-analog-frame.progress {
color: mix(#130f23,#8d5bd0,0.5); }
@@ -7332,7 +7352,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border: 0;
box-shadow: none; }
workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
- border-radius: 20px 20px 0 0; }
+ border-radius: 3px 3px 0 0; }
/****************
! Geary *
@@ -7341,7 +7361,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
background-color: #120e21; }
.geary-folder-popover-list-row {
- border-color: #23205b;
+ border-color: #23205c;
box-shadow: None; }
.geary-folder-popover-list-row > label {
color: #130f23; }
@@ -7355,17 +7375,17 @@ workbench.csd > stack.titlebar:not(headerbar) {
.lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry, .lightdm.button {
background-image: none;
- background-color: rgba(100, 48, 91, 0.3);
+ background-color: rgba(92, 92, 92, 0.3);
border-color: rgba(20, 16, 37, 0.9);
- border-radius: 41px;
- padding: 0px;
+ border-radius: 7px;
+ padding: 3px;
color: #141025; }
.lightdm.menu {
background-image: none;
- background-color: rgba(100, 48, 91, 0.6);
+ background-color: rgba(92, 92, 92, 0.6);
border-color: rgba(20, 16, 37, 0.2);
- border-radius: 40px;
+ border-radius: 6px;
padding: 1px;
color: #141025; }
.lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active {
@@ -7375,7 +7395,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
padding: 0px; }
.lightdm.option-button {
- padding: 0px;
+ padding: 3px;
background: none;
border: 0; }
@@ -7383,7 +7403,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
background: none;
border-width: 0; }
.lightdm.toggle-button.selected {
- background-color: rgba(100, 48, 91, 0.3);
+ background-color: rgba(92, 92, 92, 0.3);
border-color: rgba(20, 16, 37, 0.3);
border-width: 1px; }
.lightdm.toggle-button.selected:hover {
@@ -7396,10 +7416,10 @@ workbench.csd > stack.titlebar:not(headerbar) {
.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus {
background-image: none;
- background-color: rgba(100, 48, 91, 0.3);
+ background-color: rgba(92, 92, 92, 0.3);
border-color: rgba(20, 16, 37, 0.6);
- border-radius: 41px;
- padding: 2px;
+ border-radius: 7px;
+ padding: 5px;
color: #141025;
text-shadow: none; }
@@ -7421,7 +7441,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
background-color: rgba(20, 16, 37, 0.2); }
.lightdm-combo.menu {
- background-color: #1f1d52;
+ background-color: #1f1d53;
border-radius: 0;
padding: 0;
color: #141025; }
@@ -7438,12 +7458,12 @@ GeditWindow .pane-separator {
.gedit-document-panel {
background-color: #130f23;
- color: mix(#d2a0c9,#130f23,0.1); }
+ color: mix(#e5e5e5,#130f23,0.1); }
.gedit-document-panel list row {
- padding: 0px; }
+ padding: 3px; }
.gedit-document-panel list row button, .gedit-document-panel list row button.nautilus-circular-button.image-button {
padding: 1px;
- border-radius: 20px;
+ border-radius: 3px;
border-style: solid;
border-color: transparent;
border-width: 1px;
@@ -7452,14 +7472,14 @@ GeditWindow .pane-separator {
color: transparent;
-gtk-icon-shadow: none; }
.gedit-document-panel .prelight-row button {
- border-color: rgba(100, 48, 91, 0.1);
+ border-color: rgba(92, 92, 92, 0.1);
color: rgba(20, 16, 37, 0.8); }
.gedit-document-panel .prelight-row button:active {
- border-color: rgba(100, 48, 91, 0.2);
- background-color: rgba(100, 48, 91, 0.08);
+ border-color: rgba(92, 92, 92, 0.2);
+ background-color: rgba(92, 92, 92, 0.08);
color: #141025; }
.gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover {
- border-color: rgba(100, 48, 91, 0.1);
+ border-color: rgba(92, 92, 92, 0.1);
color: #141025; }
.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
@@ -7470,13 +7490,13 @@ GeditWindow .pane-separator {
background-color: #141025; }
.gedit-document-panel-dragged-row {
- border: 1px solid rgba(100, 48, 91, 0.1);
- background-color: rgba(100, 48, 91, 0.5);
+ border: 1px solid rgba(92, 92, 92, 0.1);
+ background-color: rgba(92, 92, 92, 0.5);
color: #141025; }
.gedit-document-panel-placeholder-row {
border: 0;
- background-color: rgba(100, 48, 91, 0.08);
+ background-color: rgba(92, 92, 92, 0.08);
transition: all 200ms ease-in; }
statusbar GeditSmallButton, GeditStatusMenuButton {
@@ -7491,30 +7511,30 @@ statusbar GeditSmallButton, GeditStatusMenuButton {
border-color: #0f0c1c; }
statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active {
background-color: #120e21;
- color: #d2a0c9; }
+ color: #e5e5e5; }
GeditViewFrame .gedit-search-slider {
- padding: 0px;
- border-radius: 0 0 20px 20px;
+ padding: 3px;
+ border-radius: 0 0 3px 3px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #0f0c1c;
background-color: #130f23; }
GeditViewFrame .gedit-search-slider .not-found {
- background-color: #eb5b7a;
+ background-color: #f4004c;
background-image: none;
- color: #130f23; }
+ color: #d2f000; }
GeditFileBrowserWidget .toolbar {
- padding: 0px;
+ padding: 1.5px;
border-top: 0;
background-color: #130f23;
background-image: none; }
.gedit-search-entry-occurrences-tag {
- margin: 0px;
- padding: 0px;
- color: mix(#e6e1ec,#130f23,0.5); }
+ margin: 1.5px;
+ padding: 1.5px;
+ color: mix(#e5e5e5,#130f23,0.5); }
.gedit-bottom-panel-paned,
.gedit-side-panel-paned,
@@ -7529,11 +7549,11 @@ paned.titlebar {
*************/
.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop {
color: #141025;
- text-shadow: 1px 1px #64305b; }
+ text-shadow: 1px 1px #5c5c5c; }
.nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active {
- color: #d2a0c9; }
+ color: #e5e5e5; }
.nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected {
- color: #ffffff; }
+ color: #e5e5e5; }
.nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected {
text-shadow: none; }
@@ -7557,15 +7577,15 @@ paned.titlebar {
margin-top: -1px; }
.nautilus-window .searchbar-container searchbar {
padding-top: 0px;
- padding-bottom: 0px;
- border-bottom: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ padding-bottom: 1px;
+ border-bottom: 1px solid mix(#130f23,#e5e5e5,0.18); }
.disk-space-display {
border-style: solid;
border-width: 1px; }
.disk-space-display.unknown {
- background-color: rgba(210, 160, 201, 0.5);
- border-color: rgba(198, 135, 187, 0.5); }
+ background-color: rgba(229, 229, 229, 0.5);
+ border-color: rgba(206, 206, 206, 0.5); }
.disk-space-display.used {
background-color: rgba(141, 91, 208, 0.8);
border-color: rgba(125, 68, 201, 0.8); }
@@ -7574,14 +7594,14 @@ paned.titlebar {
border-color: #100d1e; }
.conflict-row.activatable, .conflict-row.activatable:active {
- color: #130f23;
- background-color: #eb5b7a; }
+ color: #d2f000;
+ background-color: #f4004c; }
.conflict-row.activatable:hover {
- background-color: #ef7892; }
+ background-color: #ff0d59; }
.conflict-row.activatable:selected {
- color: #ffffff;
+ color: #e5e5e5;
background-color: #8d5bd0; }
/********
@@ -7589,61 +7609,61 @@ paned.titlebar {
*********/
.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop {
color: #141025;
- text-shadow: 1px 1px #64305b; }
+ text-shadow: 1px 1px #5c5c5c; }
.nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active {
- color: #d2a0c9; }
+ color: #e5e5e5; }
.nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected {
- color: #ffffff; }
+ color: #e5e5e5; }
.nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected {
text-shadow: none; }
.nemo-window {
/* Status Bar */ }
.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview {
- background-color: mix(#130f23,#e6e1ec,0.12);
- color: #e6e1ec; }
+ background-color: mix(#130f23,#e5e5e5,0.12);
+ color: #e5e5e5; }
.nemo-window toolbar {
border-width: 0 0 1px;
border-style: solid;
border-color: #0f0c1c;
/* Path Bar */ }
.nemo-window toolbar separator, .nemo-window toolbar separator:disabled {
- color: mix(#130f23,#d2a0c9,0.88);
+ color: mix(#130f23,#e5e5e5,0.88);
border-color: currentColor;
-GtkWidget-window-dragging: true; }
.nemo-window toolbar.primary-toolbar button.image-button {
- padding: 0 5px; }
+ padding: 0 8px; }
.nemo-window toolbar combobox, .nemo-window toolbar button, .nemo-window toolbar button.nautilus-circular-button.image-button {
- padding: 0px; }
+ padding: 3px; }
.nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button {
- padding: 0px; }
+ padding: 3px; }
.nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button {
- padding: 0px; }
+ padding: 3px; }
.nemo-window toolbar toolitem stack {
margin-left: 15px; }
.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22);
- -NemoPathbarButton-border-radius: 20px; }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22);
+ -NemoPathbarButton-border-radius: 3px; }
.nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset 0 -1px rgba(46, 46, 46, 0.05); }
.nemo-window toolbar toolitem stack widget button:disabled {
box-shadow: inset -1px 0 #0f0c1c; }
.nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
.nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
.nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child {
box-shadow: none; }
.nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
.nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.06), inset 0 1px rgba(50, 24, 45, 0.07), inset -1px 0 rgba(50, 24, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.06), inset 0 1px rgba(46, 46, 46, 0.07), inset -1px 0 rgba(46, 46, 46, 0.06); }
.nemo-window grid > widget:last-child button {
min-height: 16px;
min-width: 16px;
- padding: 0px 0px; }
+ padding: 2px 4px; }
.nemo-window grid > widget:last-child button:first-child + button {
margin-right: 72px; }
.nemo-window grid > widget:last-child > box > scale {
@@ -7655,8 +7675,8 @@ paned.titlebar {
.nemo-window .sidebar .frame {
border: 0; }
.nemo-window .sidebar image {
- padding-left: 0px;
- padding-right: 0px; }
+ padding-left: 3px;
+ padding-right: 3px; }
.nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
background-color: mix(#130f23,#130f23,0.5); }
.nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
@@ -7667,14 +7687,14 @@ paned.titlebar {
-NemoPlacesTreeView-disk-full-bottom-padding: 0;
-NemoPlacesTreeView-disk-full-max-length: 75px; }
.nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected {
- -NemoPlacesTreeView-disk-full-bg-color: #ffffff;
+ -NemoPlacesTreeView-disk-full-bg-color: #e5e5e5;
-NemoPlacesTreeView-disk-full-fg-color: #ad89dd; }
.nemo-window .sidebar + separator + box .primary-toolbar {
background-color: #130f22;
- background-image: linear-gradient(to bottom, #141025, #110e20);
+ background-image: linear-gradient(to bottom, #130f23, #120e21);
padding-top: 0px;
padding-bottom: 0px;
- border-bottom: 1px solid mix(#130f23,#d2a0c9,0.18); }
+ border-bottom: 1px solid mix(#130f23,#e5e5e5,0.18); }
.nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(2) {
border-right: 0;
border-top-right-radius: 0;
@@ -7686,9 +7706,9 @@ paned.titlebar {
border-bottom-left-radius: 0; }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
- color: #d2a0c9;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22);
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
+ color: #e5e5e5;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22);
padding: 5px 6px; }
.nemo-window notebook {
background-color: #130f23;
@@ -7704,10 +7724,10 @@ paned.titlebar {
*************/
GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
background-color: #130f23;
- background-image: linear-gradient(to bottom, #141025, #120e21);
- padding: 0px;
+ background-image: linear-gradient(to bottom, #140f24, #120f22);
+ padding: 3px;
border: 0;
- color: #d2a0c9; }
+ color: #e5e5e5; }
/***********************
! Fallback mode panel *
@@ -7721,7 +7741,7 @@ GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar
border: 0;
background-image: none;
background-color: #130f23;
- color: #e6e1ec; }
+ color: #e5e5e5; }
.xfce4-panel {
font: inherit; }
@@ -7740,9 +7760,9 @@ UnityDecoration {
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 1px;
-UnityDecoration-shadow-offset-y: 1px;
- -UnityDecoration-active-shadow-color: rgba(100, 48, 91, 0.3);
+ -UnityDecoration-active-shadow-color: rgba(92, 92, 92, 0.3);
-UnityDecoration-active-shadow-radius: 8px;
- -UnityDecoration-inactive-shadow-color: rgba(100, 48, 91, 0.5);
+ -UnityDecoration-inactive-shadow-color: rgba(92, 92, 92, 0.5);
-UnityDecoration-inactive-shadow-radius: 5px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #8d5bd0;
@@ -7750,38 +7770,38 @@ UnityDecoration {
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0; }
UnityDecoration .top {
- border: 1px solid #9edc60;
+ border: 1px solid #ff003e;
border-bottom: 0;
- border-radius: 20px 20px 0 0;
- padding: 1px 3px 0;
- background-color: #1d1b4c;
- color: #ffffff;
+ border-radius: 3px 3px 0 0;
+ padding: 1px 6px 0;
+ background-color: #1d1b4d;
+ color: #e5e5e5;
text-shadow: none; }
UnityDecoration .top:hover {
border-radius: 0;
- border-color: mix(#1d1b4c,#ffffff,0.21);
- background-color: mix(#1d1b4c,#ffffff,0.21);
+ border-color: mix(#1d1b4d,#e5e5e5,0.21);
+ background-color: mix(#1d1b4d,#e5e5e5,0.21);
background-image: none;
- color: white; }
+ color: #f7f7f7; }
UnityDecoration .top:backdrop {
- border: 1px solid #2a2135;
- color: mix(#d2a0c9,#130f23,0.4); }
+ border: 1px solid #f0ff00;
+ color: mix(#e5e5e5,#130f23,0.4); }
UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom {
- background-color: #1d1b4c; }
+ background-color: #1d1b4d; }
UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
- background-color: mix(#0d0b19,mix(#d2a0c9,#130f23,0.4),0.21); }
+ background-color: mix(#0d0b19,mix(#e5e5e5,#130f23,0.4),0.21); }
UnityPanelWidget, .unity-panel {
border: 0; }
.unity-panel.menuitem, .unity-panel .menuitem {
border-width: 0 1px;
- color: #ffffff; }
+ color: #e5e5e5; }
.unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover {
- border-color: mix(#1d1b4c,#ffffff,0.21);
- background-color: mix(#1d1b4c,#ffffff,0.21);
+ border-color: mix(#1d1b4d,#e5e5e5,0.21);
+ background-color: mix(#1d1b4d,#e5e5e5,0.21);
background-image: none;
- color: white; }
+ color: #f7f7f7; }
SheetStyleDialog.unity-force-quit {
background-color: #130f23; }
@@ -7798,52 +7818,52 @@ SheetStyleDialog.unity-force-quit {
! LightDM GTK Greeter *
***********************/
#panel_window {
- background-color: #1d1b4c;
+ background-color: #1d1b4d;
background-image: none;
- color: #ffffff;
+ color: #e5e5e5;
font-weight: bold;
- text-shadow: 0 1px rgba(100, 48, 91, 0.5);
- -gtk-icon-shadow: 0 1px rgba(100, 48, 91, 0.5); }
+ text-shadow: 0 1px rgba(92, 92, 92, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(92, 92, 92, 0.5); }
#panel_window menubar {
- padding-left: 0px; }
+ padding-left: 3px; }
#panel_window menubar, #panel_window menubar > menuitem {
background-color: transparent;
background-image: none;
border-style: none;
- color: #ffffff;
- text-shadow: 0 1px rgba(100, 48, 91, 0.5);
- -gtk-icon-shadow: 0 1px rgba(100, 48, 91, 0.5); }
+ color: #e5e5e5;
+ text-shadow: 0 1px rgba(92, 92, 92, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(92, 92, 92, 0.5); }
#panel_window menubar:hover, #panel_window menubar > menuitem:hover {
- background-color: rgba(255, 255, 255, 0.2);
+ background-color: rgba(229, 229, 229, 0.2);
background-image: none;
- color: #ffffff; }
+ color: #e5e5e5; }
#panel_window menubar *:hover, #panel_window menubar > menuitem *:hover {
- color: #ffffff; }
+ color: #e5e5e5; }
#panel_window menubar:disabled, #panel_window menubar > menuitem:disabled {
- color: rgba(255, 255, 255, 0.7); }
+ color: rgba(229, 229, 229, 0.7); }
#panel_window menubar menu > menuitem {
font-weight: normal; }
#content_frame {
- padding-bottom: 0px; }
+ padding-bottom: 9px; }
#login_window, #shutdown_dialog, #restart_dialog {
border-style: none;
- border-radius: 20px;
- background-color: #1d1b4c;
- color: #ffffff;
+ border-radius: 3px;
+ background-color: #1d1b4d;
+ color: #e5e5e5;
/* draw border using box-shadow */
- box-shadow: inset 1px 0 mix(#141335,#ffffff,0.21), inset -1px 0 mix(#141335,#ffffff,0.21), inset 0 1px mix(#141335,#ffffff,0.21), inset 0 -1px mix(#141335,#ffffff,0.21); }
+ box-shadow: inset 1px 0 mix(#141336,#e5e5e5,0.21), inset -1px 0 mix(#141336,#e5e5e5,0.21), inset 0 1px mix(#141336,#e5e5e5,0.21), inset 0 -1px mix(#141336,#e5e5e5,0.21); }
#login_window menu {
border-radius: 0; }
#login_window button {
- background-color: #e26da9;
- background-image: linear-gradient(to bottom, #e67fb4, #de5b9e);
+ background-color: #a764d1;
+ background-image: linear-gradient(to bottom, #ab6bd3, #a35dcf);
border-color: rgba(204, 204, 204, 0.22);
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
#login_window button:focus, #login_window button:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
#login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus {
@@ -7878,16 +7898,16 @@ SheetStyleDialog.unity-force-quit {
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
#login_window button.flat {
color: #ffffff;
- border-color: rgba(226, 109, 169, 0);
- background-color: rgba(226, 109, 169, 0);
+ border-color: rgba(167, 100, 209, 0);
+ background-color: rgba(167, 100, 209, 0);
background-image: none;
box-shadow: none; }
#login_window button:hover, #login_window button.flat:hover {
- background-color: #e57bb1;
- background-image: linear-gradient(to bottom, #e98ebc, #e168a6);
+ background-color: #ae70d5;
+ background-image: linear-gradient(to bottom, #b277d7, #aa68d2);
border-color: rgba(204, 204, 204, 0.3);
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
#login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
#login_window button:hover:active, #login_window button:hover:active:focus, #login_window button.flat:hover:active:focus, #login_window button:hover:checked, #login_window button:hover:checked:focus, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover:focus {
@@ -7897,20 +7917,20 @@ SheetStyleDialog.unity-force-quit {
#login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled {
border-color: rgba(204, 204, 204, 0.3); }
#login_window button:focus, #login_window button.flat:focus {
- background-color: #e57bb1;
- background-image: linear-gradient(to bottom, #e98ebc, #e168a6);
+ background-color: #ae70d5;
+ background-image: linear-gradient(to bottom, #b277d7, #aa68d2);
border-color: rgba(255, 255, 255, 0.22);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
+ outline-offset: -3px;
color: #ffffff;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
#login_window button:focus:hover, #login_window button.flat:focus:hover {
- background-color: #e889b9;
- background-image: linear-gradient(to bottom, #ec9dc5, #e475ae);
+ background-color: #b57cd8;
+ background-image: linear-gradient(to bottom, #b984da, #b074d6);
border-color: rgba(204, 204, 204, 0.3);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
#login_window button:focus:hover:hover, #login_window button.flat:focus:hover:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.3),0.3); }
#login_window button:focus:hover:active, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:focus, #login_window button:focus:hover:checked, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked:hover:focus {
@@ -7922,9 +7942,9 @@ SheetStyleDialog.unity-force-quit {
#login_window button:checked, #login_window button:active, #login_window button.flat:checked, #login_window button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
border-color: rgba(204, 204, 204, 0.22);
- color: #ffffff;
+ color: #e5e5e5;
box-shadow: inset 1px 0 rgba(255, 255, 255, 0.06), inset 0 1px rgba(255, 255, 255, 0.07), inset -1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px rgba(255, 255, 255, 0.05); }
#login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
border-color: mix(#8d5bd0,rgba(255, 255, 255, 0.22),0.3); }
@@ -7937,110 +7957,110 @@ SheetStyleDialog.unity-force-quit {
#login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
#login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover {
color: #ffffff; }
#login_window button:disabled:disabled, #login_window button.flat:disabled:disabled {
- background-color: alpha(mix(#e26da9,#ffffff,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#e26da9,#ffffff,0.2),0.4),1.065), shade(alpha(mix(#e26da9,#ffffff,0.2),0.4),0.935));
+ background-color: alpha(mix(#a764d1,#ffffff,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#a764d1,#ffffff,0.2),0.4),1.03), shade(alpha(mix(#a764d1,#ffffff,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#e26da9,#ffffff,0.6);
+ color: mix(#a764d1,#ffffff,0.6);
box-shadow: none; }
#login_window button:disabled:disabled :disabled, #login_window button.flat:disabled:disabled :disabled {
- color: mix(#e26da9,#ffffff,0.6); }
+ color: mix(#a764d1,#ffffff,0.6); }
#login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
#login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
#login_window button:backdrop, #login_window button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
#login_window button.separator, #login_window button .separator {
border: 1px solid currentColor;
- color: rgba(226, 109, 169, 0.9); }
+ color: rgba(167, 100, 209, 0.9); }
#login_window button.separator:disabled, #login_window button .separator:disabled {
- color: rgba(226, 109, 169, 0.85); }
+ color: rgba(167, 100, 209, 0.85); }
#login_window button separator {
- background-image: image(mix(#ffffff,#e26da9,0.9)); }
+ background-image: image(mix(#ffffff,#a764d1,0.9)); }
#login_window entry {
- background-color: #1d1b4c;
- background-image: linear-gradient(to top, #1f1d51, #1b1947);
- border-color: mix(#ffffff,#1d1b4c,0.8);
- padding: 2px 1.4285714286px;
- color: #ffffff;
- caret-color: #b9bcb5;
- -gtk-secondary-caret-color: #b9bcb5; }
+ background-color: #1d1b4d;
+ background-image: linear-gradient(to top, #1e1c4f, #1c1a4b);
+ border-color: mix(#e5e5e5,#1d1b4d,0.8);
+ padding: 5px 3.6428571429px;
+ color: #e5e5e5;
+ caret-color: #d2a0c9;
+ -gtk-secondary-caret-color: #90ee90; }
#login_window entry:focus, #login_window entry:hover {
- border-color: mix(#8d5bd0,mix(#ffffff,#1d1b4c,0.7),0.3); }
+ border-color: mix(#8d5bd0,mix(#e5e5e5,#1d1b4d,0.7),0.3); }
#login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus {
- border-color: mix(#ffffff,#1d1b4c,0.32); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.32); }
#login_window entry:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.84); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.84); }
#login_window entry:active:disabled, #login_window entry:checked:disabled {
- border-color: mix(#ffffff,#1d1b4c,0.8); }
+ border-color: mix(#e5e5e5,#1d1b4d,0.8); }
#login_window entry:focus, #login_window entry:active {
- border-color: mix(#8d5bd0,mix(#130f23,#d2a0c9,0.18),0.3); }
+ border-color: mix(#8d5bd0,mix(#130f23,#e5e5e5,0.18),0.3); }
#login_window entry:disabled {
- background-color: mix(#1d1b4c,#ffffff,0.07);
- background-image: linear-gradient(to top, shade(mix(#1d1b4c,#ffffff,0.07),1.065), shade(mix(#1d1b4c,#ffffff,0.07),0.935));
+ background-color: mix(#1d1b4d,#e5e5e5,0.07);
+ background-image: linear-gradient(to top, shade(mix(#1d1b4d,#e5e5e5,0.07),1.03), shade(mix(#1d1b4d,#e5e5e5,0.07),0.97));
opacity: .9;
- color: mix(#1d1b4c,#ffffff,0.9); }
+ color: mix(#1d1b4d,#e5e5e5,0.9); }
#user_combobox {
- color: #ffffff;
+ color: #e5e5e5;
font-size: 18px; }
#user_combobox menu {
font-weight: normal; }
#user_combobox arrow {
- color: mix(#ffffff,#1d1b4c,0.5); }
+ color: mix(#e5e5e5,#1d1b4d,0.5); }
#user_image {
- border-radius: 20px;
+ border-radius: 3px;
/* draw border using box-shadow */
- box-shadow: inset 1px 0 #141335, inset -1px 0 #141335, inset 0 1px #141335, inset 0 -1px #141335; }
+ box-shadow: inset 1px 0 #141336, inset -1px 0 #141336, inset 0 1px #141336, inset 0 -1px #141336; }
#user_image_border {
- border-radius: 20px;
- background-color: #1a1844;
+ border-radius: 3px;
+ background-color: #1a1845;
background-image: none;
- box-shadow: inset 1px 0 rgba(50, 24, 45, 0.07), inset 0 1px rgba(50, 24, 45, 0.08), inset -1px 0 rgba(50, 24, 45, 0.07), inset 0 -1px rgba(50, 24, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(46, 46, 46, 0.07), inset 0 1px rgba(46, 46, 46, 0.08), inset -1px 0 rgba(46, 46, 46, 0.07), inset 0 -1px rgba(46, 46, 46, 0.05); }
#buttonbox_frame {
- padding-top: 0px;
+ padding-top: 6px;
padding-bottom: 0;
border-style: none;
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px;
+ border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px;
background-color: transparent;
background-image: none;
box-shadow: none; }
/* shutdown button */
#shutdown_button button {
- background-color: #eb5b7a;
- background-image: linear-gradient(to bottom, #ed6e89, #e9486b);
- border-color: rgba(15, 12, 28, 0.32);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #f4004c;
+ background-image: linear-gradient(to bottom, #fb004e, #ed004a);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
#shutdown_button button:focus, #shutdown_button button:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
#shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
#shutdown_button button:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
#shutdown_button button:active:disabled, #shutdown_button button:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
.linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover {
@@ -8050,9 +8070,9 @@ SheetStyleDialog.unity-force-quit {
.linked.vertical > #shutdown_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover {
@@ -8060,117 +8080,117 @@ SheetStyleDialog.unity-force-quit {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
#shutdown_button button.flat {
- color: #130f23;
- border-color: rgba(235, 91, 122, 0);
- background-color: rgba(235, 91, 122, 0);
+ color: #d2f000;
+ border-color: rgba(244, 0, 76, 0);
+ background-color: rgba(244, 0, 76, 0);
background-image: none;
box-shadow: none; }
#shutdown_button button:hover, #shutdown_button button.flat:hover {
- background-color: #ed6a86;
- background-image: linear-gradient(to bottom, #ef7d96, #ea5676);
- border-color: rgba(15, 12, 28, 0.4);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #ff0150;
+ background-image: linear-gradient(to bottom, #ff0956, #f9004d);
+ border-color: rgba(168, 192, 0, 0.4);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
#shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
#shutdown_button button:hover:active, #shutdown_button button:hover:active:focus, #shutdown_button button.flat:hover:active:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:focus, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
#shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
#shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
#shutdown_button button:focus, #shutdown_button button.flat:focus {
- background-color: #ed6a86;
- background-image: linear-gradient(to bottom, #ef7d96, #ea5676);
- border-color: rgba(19, 15, 35, 0.32);
+ background-color: #ff0150;
+ background-image: linear-gradient(to bottom, #ff0956, #f9004d);
+ border-color: rgba(210, 240, 0, 0.32);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.42); }
#shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover {
- background-color: #ef7892;
- background-image: linear-gradient(to bottom, #f18da2, #ec6381);
- border-color: rgba(15, 12, 28, 0.4);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #ff0d59;
+ background-image: linear-gradient(to bottom, #ff155e, #ff0553);
+ border-color: rgba(168, 192, 0, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.48); }
#shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
#shutdown_button button:focus:hover:active, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
#shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
#shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
#shutdown_button button:checked, #shutdown_button button:active, #shutdown_button button.flat:checked, #shutdown_button button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(19, 15, 35, 0.06), inset 0 1px rgba(19, 15, 35, 0.07), inset -1px 0 rgba(19, 15, 35, 0.06), inset 0 -1px rgba(19, 15, 35, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(210, 240, 0, 0.06), inset 0 1px rgba(210, 240, 0, 0.07), inset -1px 0 rgba(210, 240, 0, 0.06), inset 0 -1px rgba(210, 240, 0, 0.05); }
#shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
#shutdown_button button:active:checked, #shutdown_button button:active:checked:hover, #shutdown_button button:active:checked:focus, #shutdown_button button:active:checked:hover:focus, #shutdown_button button.flat:active:checked, #shutdown_button button.flat:active:checked:hover, #shutdown_button button.flat:active:checked:focus, #shutdown_button button.flat:active:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
#shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
#shutdown_button button:active:checked:disabled, #shutdown_button button.flat:active:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
#shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
#shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover {
- color: #130f23; }
+ color: #d2f000; }
#shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled {
- background-color: alpha(mix(#eb5b7a,#130f23,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#eb5b7a,#130f23,0.2),0.4),1.065), shade(alpha(mix(#eb5b7a,#130f23,0.2),0.4),0.935));
+ background-color: alpha(mix(#f4004c,#d2f000,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#f4004c,#d2f000,0.2),0.4),1.03), shade(alpha(mix(#f4004c,#d2f000,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#eb5b7a,#130f23,0.6);
+ color: mix(#f4004c,#d2f000,0.6);
box-shadow: none; }
#shutdown_button button:disabled:disabled :disabled, #shutdown_button button.flat:disabled:disabled :disabled {
- color: mix(#eb5b7a,#130f23,0.6); }
+ color: mix(#f4004c,#d2f000,0.6); }
#shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
#shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
#shutdown_button button:backdrop, #shutdown_button button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
#shutdown_button button.separator, #shutdown_button button .separator {
border: 1px solid currentColor;
- color: rgba(235, 91, 122, 0.9); }
+ color: rgba(244, 0, 76, 0.9); }
#shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled {
- color: rgba(235, 91, 122, 0.85); }
+ color: rgba(244, 0, 76, 0.85); }
#shutdown_button button separator {
- background-image: image(mix(#130f23,#eb5b7a,0.9)); }
+ background-image: image(mix(#d2f000,#f4004c,0.9)); }
/* restart button */
#restart_button button {
- background-color: #ebb352;
- background-image: linear-gradient(to bottom, #edbb64, #e9ab40);
- border-color: rgba(15, 12, 28, 0.32);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.12); }
+ background-color: #f92927;
+ background-image: linear-gradient(to bottom, #f9312f, #f9211f);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.12); }
#restart_button button:focus, #restart_button button:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
#restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
#restart_button button:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
#restart_button button:active:disabled, #restart_button button:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
.linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked:hover, stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover {
@@ -8180,9 +8200,9 @@ SheetStyleDialog.unity-force-quit {
.linked.vertical > #restart_button button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) #restart_button button, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > #restart_button button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3);
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#8d5bd0,rgba(19, 15, 35, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#8d5bd0,rgba(210, 240, 0, 0.36),0.3); }
.linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked:hover, stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover {
@@ -8190,95 +8210,95 @@ SheetStyleDialog.unity-force-quit {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#8d5bd0,rgba(141, 91, 208, 0.36),0.3); }
#restart_button button.flat {
- color: #130f23;
- border-color: rgba(235, 179, 82, 0);
- background-color: rgba(235, 179, 82, 0);
+ color: #d2f000;
+ border-color: rgba(249, 41, 39, 0);
+ background-color: rgba(249, 41, 39, 0);
background-image: none;
box-shadow: none; }
#restart_button button:hover, #restart_button button.flat:hover {
- background-color: #edb960;
- background-image: linear-gradient(to bottom, #efc274, #eab14d);
- border-color: rgba(15, 12, 28, 0.4);
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.22); }
+ background-color: #f93735;
+ background-image: linear-gradient(to bottom, #fa403e, #f92e2c);
+ border-color: rgba(168, 192, 0, 0.4);
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.22); }
#restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
#restart_button button:hover:active, #restart_button button:hover:active:focus, #restart_button button.flat:hover:active:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:focus, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
#restart_button button:hover:disabled, #restart_button button.flat:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
#restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
#restart_button button:focus, #restart_button button.flat:focus {
- background-color: #edb960;
- background-image: linear-gradient(to bottom, #efc274, #eab14d);
- border-color: rgba(19, 15, 35, 0.32);
+ background-color: #f93735;
+ background-image: linear-gradient(to bottom, #fa403e, #f92e2c);
+ border-color: rgba(210, 240, 0, 0.32);
outline-color: rgba(141, 91, 208, 0.5);
- outline-width: 2px;
+ outline-width: 1px;
outline-style: solid;
- outline-offset: 2px;
- color: #130f23;
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.32); }
+ outline-offset: -3px;
+ color: #d2f000;
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.32); }
#restart_button button:focus:hover, #restart_button button.flat:focus:hover {
- background-color: #eebf6e;
- background-image: linear-gradient(to bottom, #f1c883, #ecb75a);
- border-color: rgba(15, 12, 28, 0.4);
- box-shadow: 0 1px 2px -1px rgba(50, 24, 45, 0.38); }
+ background-color: #fa4543;
+ background-image: linear-gradient(to bottom, #fa4e4c, #fa3c3a);
+ border-color: rgba(168, 192, 0, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(46, 46, 46, 0.38); }
#restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.4),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.4),0.3); }
#restart_button button:focus:hover:active, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:focus, #restart_button button:focus:hover:checked, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.4); }
+ border-color: rgba(147, 168, 0, 0.4); }
#restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled {
- border-color: rgba(16, 13, 30, 0.4); }
+ border-color: rgba(179, 204, 0, 0.4); }
#restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled {
- border-color: rgba(15, 12, 28, 0.4); }
+ border-color: rgba(168, 192, 0, 0.4); }
#restart_button button:checked, #restart_button button:active, #restart_button button.flat:checked, #restart_button button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #8d5bd0;
- background-image: linear-gradient(to top, #986ad4, #824ccc);
- border-color: rgba(15, 12, 28, 0.32);
- color: #ffffff;
- box-shadow: inset 1px 0 rgba(19, 15, 35, 0.06), inset 0 1px rgba(19, 15, 35, 0.07), inset -1px 0 rgba(19, 15, 35, 0.06), inset 0 -1px rgba(19, 15, 35, 0.05); }
+ background-image: linear-gradient(to top, #9262d2, #8854ce);
+ border-color: rgba(168, 192, 0, 0.32);
+ color: #e5e5e5;
+ box-shadow: inset 1px 0 rgba(210, 240, 0, 0.06), inset 0 1px rgba(210, 240, 0, 0.07), inset -1px 0 rgba(210, 240, 0, 0.06), inset 0 -1px rgba(210, 240, 0, 0.05); }
#restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
- border-color: mix(#8d5bd0,rgba(19, 15, 35, 0.32),0.3); }
+ border-color: mix(#8d5bd0,rgba(210, 240, 0, 0.32),0.3); }
#restart_button button:active:checked, #restart_button button:active:checked:hover, #restart_button button:active:checked:focus, #restart_button button:active:checked:hover:focus, #restart_button button.flat:active:checked, #restart_button button.flat:active:checked:hover, #restart_button button.flat:active:checked:focus, #restart_button button.flat:active:checked:hover:focus {
- border-color: rgba(13, 11, 25, 0.32); }
+ border-color: rgba(147, 168, 0, 0.32); }
#restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled {
- border-color: rgba(16, 13, 30, 0.32); }
+ border-color: rgba(179, 204, 0, 0.32); }
#restart_button button:active:checked:disabled, #restart_button button.flat:active:checked:disabled {
- border-color: rgba(15, 12, 28, 0.32); }
+ border-color: rgba(168, 192, 0, 0.32); }
#restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #9567d3;
- background-image: linear-gradient(to top, #a076d8, #8a57cf);
- color: #ffffff; }
+ background-image: linear-gradient(to top, #9a6ed5, #905fd1);
+ color: #e5e5e5; }
#restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover {
- color: #130f23; }
+ color: #d2f000; }
#restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled {
- background-color: alpha(mix(#ebb352,#130f23,0.2),0.4);
- background-image: linear-gradient(to bottom, shade(alpha(mix(#ebb352,#130f23,0.2),0.4),1.065), shade(alpha(mix(#ebb352,#130f23,0.2),0.4),0.935));
+ background-color: alpha(mix(#f92927,#d2f000,0.2),0.4);
+ background-image: linear-gradient(to bottom, shade(alpha(mix(#f92927,#d2f000,0.2),0.4),1.03), shade(alpha(mix(#f92927,#d2f000,0.2),0.4),0.97));
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#ebb352,#130f23,0.6);
+ color: mix(#f92927,#d2f000,0.6);
box-shadow: none; }
#restart_button button:disabled:disabled :disabled, #restart_button button.flat:disabled:disabled :disabled {
- color: mix(#ebb352,#130f23,0.6); }
+ color: mix(#f92927,#d2f000,0.6); }
#restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled {
background-color: rgba(141, 91, 208, 0.6);
- background-image: linear-gradient(to bottom, rgba(152, 106, 212, 0.6), rgba(130, 76, 204, 0.6));
- color: rgba(255, 255, 255, 0.85);
+ background-image: linear-gradient(to bottom, rgba(146, 98, 210, 0.6), rgba(136, 84, 206, 0.6));
+ color: rgba(229, 229, 229, 0.85);
box-shadow: none; }
#restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled {
- color: rgba(255, 255, 255, 0.85); }
+ color: rgba(229, 229, 229, 0.85); }
#restart_button button:backdrop, #restart_button button.flat:backdrop {
- color: mix(#e6e1ec,mix(#d2a0c9,#130f23,0.5),0.8); }
+ color: mix(#ffffff,mix(#e5e5e5,#130f23,0.5),0.8); }
#restart_button button.separator, #restart_button button .separator {
border: 1px solid currentColor;
- color: rgba(235, 179, 82, 0.9); }
+ color: rgba(249, 41, 39, 0.9); }
#restart_button button.separator:disabled, #restart_button button .separator:disabled {
- color: rgba(235, 179, 82, 0.85); }
+ color: rgba(249, 41, 39, 0.85); }
#restart_button button separator {
- background-image: image(mix(#130f23,#ebb352,0.9)); }
+ background-image: image(mix(#d2f000,#f92927,0.9)); }
/* password warning */
#greeter_infobar {
@@ -8288,17 +8308,17 @@ SheetStyleDialog.unity-force-quit {
! Genome Terminal *
***********************/
VteTerminal {
- background-color: #1d1b4c;
- color: #ffffff; }
+ background-color: #1d1b4d;
+ color: #e5e5e5; }
terminal-window junction, terminal-window scrollbar trough {
- background-color: #1d1b4c;
- border-color: #17163d; }
+ background-color: #1d1b4d;
+ border-color: #17163e; }
terminal-window scrollbar.vertical slider {
- background-color: mix(#1d1b4c,#ffffff,0.2); }
+ background-color: mix(#1d1b4d,#e5e5e5,0.2); }
terminal-window scrollbar.vertical slider:hover {
- background-color: mix(#1d1b4c,#ffffff,0.3); }
+ background-color: mix(#1d1b4d,#e5e5e5,0.3); }
terminal-window scrollbar.vertical slider:hover:active {
background-color: #8d5bd0; }
terminal-window scrollbar.vertical slider:disabled {
@@ -8314,7 +8334,7 @@ terminal-window scrollbar.vertical slider {
background-color: rgba(19, 15, 35, 0.93); }
.raven .raven-header {
background-color: #130f23;
- border: solid mix(#130f23,#d2a0c9,0.18);
+ border: solid mix(#130f23,#e5e5e5,0.18);
border-width: 1px 0; }
.raven .raven-background {
background-color: rgba(19, 15, 35, 0.93); }