diff --git a/.config/polybar/config b/.config/polybar/config index d3578ea4..4ca5fe23 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -17,12 +17,12 @@ foreground-alt = ${xrdb:color8:#928374} alert-dark = ${xrdb:color3:#d79921} alert = ${xrdb:color11:#fabd2f} -accent-red-dark = ${xrdb:color1:#cc241d} -accent-red = ${xrdb:color9:#fb4934} -accent-green-dark = ${xrdb:color2:#98971a} -accent-green = ${xrdb:color10:#b8bb26} -accent-blue-dark = ${xrdb:color4:#458588} -accent-blue = ${xrdb:color12:#83a598} +accent-urgent-dark = ${xrdb:color1:#cc241d} +accent-urgent = ${xrdb:color9:#fb4934} +accent-nice-dark = ${xrdb:color2:#98971a} +accent-nice = ${xrdb:color10:#b8bb26} +accent-control-dark = ${xrdb:color5:#b16286} +accent-control = ${xrdb:color13:#d3869b} [res/fonts] font-0 = "DejaVu Sans:size=10;1" @@ -104,11 +104,11 @@ label-background = ${res/colors.background} bar-width = 30 bar-fill = / -bar-fill-foreground = ${res/colors.accent-blue} -bar-fill-foreground-progress = ${res/colors.accent-green} -bar-fill-foreground-resource-low = ${res/colors.accent-red} -bar-fill-foreground-resource-high = ${res/colors.accent-green} -bar-fill-foreground-setting = ${res/colors.accent-blue} +bar-fill-foreground = ${res/colors.accent-control} +bar-fill-foreground-progress = ${res/colors.accent-nice} +bar-fill-foreground-resource-low = ${res/colors.accent-urgent} +bar-fill-foreground-resource-high = ${res/colors.accent-nice} +bar-fill-foreground-setting = ${res/colors.accent-control} bar-fill-background = ${res/colors.background} bar-indicator = / bar-indicator-foreground = ${res/colors.foreground} @@ -124,7 +124,7 @@ format-connected = format-connected-foreground = ${res/colors.foreground} format-connected-background = ${res/colors.background} format-disconnected = -format-disconnected-foreground = ${res/colors.accent-red} +format-disconnected-foreground = ${res/colors.accent-urgent} format-disconnected-background = ${res/colors.background} label-connected = %upspeed% %downspeed% - %signal%% @@ -141,19 +141,19 @@ index-sort = true label-mode-padding = 2 label-mode-foreground = ${res/colors.background} -label-mode-background = ${res/colors.accent-green} +label-mode-background = ${res/colors.accent-control} ; Active workspace on focused monitor label-focused = %name% label-focused-padding = 2 label-focused-foreground = ${res/colors.background} -label-focused-background = ${res/colors.accent-green} +label-focused-background = ${res/colors.accent-control} ; Active workspace on unfocused monitor label-visible = ${self.label-focused} label-visible-padding = ${self.label-focused-padding} label-visible-foreground = ${self.label-focused-foreground} -label-visible-background = ${res/colors.accent-green-dark} +label-visible-background = ${res/colors.accent-control-dark} ; Inactive workspace label-unfocused = ${self.label-focused} @@ -183,7 +183,7 @@ label-discharging = "BAT" label-discharging-foreground = ${template/module/bar.label-foreground} label-discharging-background = ${template/module/bar.label-background} label-full = "CHR" -label-full-foreground = ${res/colors.accent-green} +label-full-foreground = ${res/colors.accent-nice} label-full-background = ${template/module/bar.label-background} bar-capacity-width = ${template/module/bar.bar-width} @@ -331,13 +331,13 @@ interval = 1 [module/wlan-up] inherit = template/module/network label-connected = %upspeed% -label-connected-foreground = ${res/colors.accent-blue} +label-connected-foreground = ${res/colors.accent-control} label-disconnected = %ifname% Disconnected [module/wlan-down] inherit = template/module/network label-connected = %downspeed% -label-connected-foreground = ${res/colors.accent-blue-dark} +label-connected-foreground = ${res/colors.accent-control-dark} [module/xbacklight] type = internal/xbacklight @@ -357,7 +357,7 @@ label-layout-foreground = ${res/colors.foreground} label-indicator = %name% label-indicator-padding = 1 label-indicator-background = ${self.label-layout-background} -label-indicator-foreground = ${res/colors.accent-blue} +label-indicator-foreground = ${res/colors.accent-control} [module/xwindow] type = internal/xwindow diff --git a/.themes/oomox-numix-gruvbox/assets/checkbox-checked-dark.svg b/.themes/oomox-numix-gruvbox/assets/checkbox-checked-dark.svg index 89faada7..a679b92f 100644 --- a/.themes/oomox-numix-gruvbox/assets/checkbox-checked-dark.svg +++ b/.themes/oomox-numix-gruvbox/assets/checkbox-checked-dark.svg @@ -5,6 +5,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/checkbox-checked.svg b/.themes/oomox-numix-gruvbox/assets/checkbox-checked.svg index d1913562..4fe66d7a 100644 --- a/.themes/oomox-numix-gruvbox/assets/checkbox-checked.svg +++ b/.themes/oomox-numix-gruvbox/assets/checkbox-checked.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/checkbox-mixed-dark.svg b/.themes/oomox-numix-gruvbox/assets/checkbox-mixed-dark.svg index 209d0443..6b0f3d59 100644 --- a/.themes/oomox-numix-gruvbox/assets/checkbox-mixed-dark.svg +++ b/.themes/oomox-numix-gruvbox/assets/checkbox-mixed-dark.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/checkbox-mixed.svg b/.themes/oomox-numix-gruvbox/assets/checkbox-mixed.svg index 209d0443..6b0f3d59 100644 --- a/.themes/oomox-numix-gruvbox/assets/checkbox-mixed.svg +++ b/.themes/oomox-numix-gruvbox/assets/checkbox-mixed.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/grid-selection-checked-dark.svg b/.themes/oomox-numix-gruvbox/assets/grid-selection-checked-dark.svg index 77c5cb29..b4d6e2ec 100644 --- a/.themes/oomox-numix-gruvbox/assets/grid-selection-checked-dark.svg +++ b/.themes/oomox-numix-gruvbox/assets/grid-selection-checked-dark.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/grid-selection-checked.svg b/.themes/oomox-numix-gruvbox/assets/grid-selection-checked.svg index 77c5cb29..b4d6e2ec 100644 --- a/.themes/oomox-numix-gruvbox/assets/grid-selection-checked.svg +++ b/.themes/oomox-numix-gruvbox/assets/grid-selection-checked.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-checked.svg b/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-checked.svg index a1f3e2f4..cabd514a 100644 --- a/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-checked.svg +++ b/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-checked.svg @@ -3,6 +3,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-mixed-selected.svg b/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-mixed-selected.svg index c952e254..c44125ae 100644 --- a/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-mixed-selected.svg +++ b/.themes/oomox-numix-gruvbox/assets/menuitem-checkbox-mixed-selected.svg @@ -3,6 +3,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/menuitem-radio-checked.svg b/.themes/oomox-numix-gruvbox/assets/menuitem-radio-checked.svg index 65b2cc94..7ed3e52e 100644 --- a/.themes/oomox-numix-gruvbox/assets/menuitem-radio-checked.svg +++ b/.themes/oomox-numix-gruvbox/assets/menuitem-radio-checked.svg @@ -3,6 +3,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/menuitem-radio-mixed-selected.svg b/.themes/oomox-numix-gruvbox/assets/menuitem-radio-mixed-selected.svg index a3a5f750..47953c18 100644 --- a/.themes/oomox-numix-gruvbox/assets/menuitem-radio-mixed-selected.svg +++ b/.themes/oomox-numix-gruvbox/assets/menuitem-radio-mixed-selected.svg @@ -3,6 +3,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/radio-checked-dark.svg b/.themes/oomox-numix-gruvbox/assets/radio-checked-dark.svg index 62f1bf72..acd54ba4 100644 --- a/.themes/oomox-numix-gruvbox/assets/radio-checked-dark.svg +++ b/.themes/oomox-numix-gruvbox/assets/radio-checked-dark.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/radio-checked.svg b/.themes/oomox-numix-gruvbox/assets/radio-checked.svg index 62f1bf72..acd54ba4 100644 --- a/.themes/oomox-numix-gruvbox/assets/radio-checked.svg +++ b/.themes/oomox-numix-gruvbox/assets/radio-checked.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/radio-mixed-dark.svg b/.themes/oomox-numix-gruvbox/assets/radio-mixed-dark.svg index a28ccc39..3f2dd1cd 100644 --- a/.themes/oomox-numix-gruvbox/assets/radio-mixed-dark.svg +++ b/.themes/oomox-numix-gruvbox/assets/radio-mixed-dark.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/radio-mixed.svg b/.themes/oomox-numix-gruvbox/assets/radio-mixed.svg index a28ccc39..3f2dd1cd 100644 --- a/.themes/oomox-numix-gruvbox/assets/radio-mixed.svg +++ b/.themes/oomox-numix-gruvbox/assets/radio-mixed.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/radio-selected.svg b/.themes/oomox-numix-gruvbox/assets/radio-selected.svg index 62f1bf72..acd54ba4 100644 --- a/.themes/oomox-numix-gruvbox/assets/radio-selected.svg +++ b/.themes/oomox-numix-gruvbox/assets/radio-selected.svg @@ -4,6 +4,6 @@ - + diff --git a/.themes/oomox-numix-gruvbox/assets/sed.sh b/.themes/oomox-numix-gruvbox/assets/sed.sh index 2dae6f9f..14bc6f67 100755 --- a/.themes/oomox-numix-gruvbox/assets/sed.sh +++ b/.themes/oomox-numix-gruvbox/assets/sed.sh @@ -3,7 +3,7 @@ sed -i \ -e 's/#1d2021/rgb(0%,0%,0%)/g' \ -e 's/#ebdbb2/rgb(100%,100%,100%)/g' \ -e 's/#32302f/rgb(50%,0%,0%)/g' \ - -e 's/#83a598/rgb(0%,50%,0%)/g' \ + -e 's/#d3869b/rgb(0%,50%,0%)/g' \ -e 's/#282828/rgb(50%,0%,50%)/g' \ -e 's/#ebdbb2/rgb(0%,0%,50%)/g' \ $@ diff --git a/.themes/oomox-numix-gruvbox/assets/unsed.sh b/.themes/oomox-numix-gruvbox/assets/unsed.sh index 8f91abfc..ba140b69 100755 --- a/.themes/oomox-numix-gruvbox/assets/unsed.sh +++ b/.themes/oomox-numix-gruvbox/assets/unsed.sh @@ -3,8 +3,8 @@ sed -i \ -e 's/rgb(0%,0%,0%)/#1d2021/g' \ -e 's/rgb(100%,100%,100%)/#ebdbb2/g' \ -e 's/rgb(50%,0%,0%)/#32302f/g' \ - -e 's/rgb(0%,50%,0%)/#83a598/g' \ - -e 's/rgb(0%,50.196078%,0%)/#83a598/g' \ + -e 's/rgb(0%,50%,0%)/#d3869b/g' \ + -e 's/rgb(0%,50.196078%,0%)/#d3869b/g' \ -e 's/rgb(50%,0%,50%)/#282828/g' \ -e 's/rgb(50.196078%,0%,50.196078%)/#282828/g' \ -e 's/rgb(0%,0%,50%)/#ebdbb2/g' \ diff --git a/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc b/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc index 3f60da60..ca384030 100644 --- a/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc +++ b/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc @@ -1,7 +1,7 @@ # Oomox GTK Theme (Numix Fork) gtk-color-scheme = -"base_color:#282828\nbg_color:#1d2021\ntooltip_bg_color:#1d2021\nselected_bg_color:#83a598\ntext_color:#ebdbb2\nfg_color:#ebdbb2\ntooltip_fg_color:#ebdbb2\nselected_fg_color:#ebdbb2\nmenubar_bg_color:#32302f\nmenubar_fg_color:#ebdbb2\ntoolbar_bg_color:#1d2021\ntoolbar_fg_color:#ebdbb2\nmenu_bg_color:#32302f\nmenu_fg_color:#ebdbb2\npanel_bg_color:#1d2021\npanel_fg_color:#ebdbb2\nlink_color:#83a598\nbtn_bg_color:#32302f\nbtn_fg_color:#ebdbb2\ntitlebar_bg_color:#32302f\ntitlebar_fg_color:#ebdbb2\nprimary_caret_color:#1d2021\nsecondary_caret_color:#1d2021\n" +"base_color:#282828\nbg_color:#1d2021\ntooltip_bg_color:#1d2021\nselected_bg_color:#d3869b\ntext_color:#ebdbb2\nfg_color:#ebdbb2\ntooltip_fg_color:#ebdbb2\nselected_fg_color:#ebdbb2\nmenubar_bg_color:#32302f\nmenubar_fg_color:#ebdbb2\ntoolbar_bg_color:#1d2021\ntoolbar_fg_color:#ebdbb2\nmenu_bg_color:#32302f\nmenu_fg_color:#ebdbb2\npanel_bg_color:#1d2021\npanel_fg_color:#ebdbb2\nlink_color:#d3869b\nbtn_bg_color:#32302f\nbtn_fg_color:#ebdbb2\ntitlebar_bg_color:#32302f\ntitlebar_fg_color:#ebdbb2\nprimary_caret_color:#1d2021\nsecondary_caret_color:#1d2021\n" # Default Style style "murrine-default" { diff --git a/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc.hidpi b/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc.hidpi index c52846d8..aa323421 100644 --- a/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc.hidpi +++ b/.themes/oomox-numix-gruvbox/gtk-2.0/gtkrc.hidpi @@ -1,7 +1,7 @@ # Oomox GTK Theme (Numix Fork) gtk-color-scheme = -"base_color:#282828\nbg_color:#1d2021\ntooltip_bg_color:#1d2021\nselected_bg_color:#83a598\ntext_color:#ebdbb2\nfg_color:#ebdbb2\ntooltip_fg_color:#ebdbb2\nselected_fg_color:#ebdbb2\nmenubar_bg_color:#32302f\nmenubar_fg_color:#ebdbb2\ntoolbar_bg_color:#1d2021\ntoolbar_fg_color:#ebdbb2\nmenu_bg_color:#32302f\nmenu_fg_color:#ebdbb2\npanel_bg_color:#1d2021\npanel_fg_color:#ebdbb2\nlink_color:#83a598\nbtn_bg_color:#32302f\nbtn_fg_color:#ebdbb2\ntitlebar_bg_color:#32302f\ntitlebar_fg_color:#ebdbb2\n" +"base_color:#282828\nbg_color:#1d2021\ntooltip_bg_color:#1d2021\nselected_bg_color:#d3869b\ntext_color:#ebdbb2\nfg_color:#ebdbb2\ntooltip_fg_color:#ebdbb2\nselected_fg_color:#ebdbb2\nmenubar_bg_color:#32302f\nmenubar_fg_color:#ebdbb2\ntoolbar_bg_color:#1d2021\ntoolbar_fg_color:#ebdbb2\nmenu_bg_color:#32302f\nmenu_fg_color:#ebdbb2\npanel_bg_color:#1d2021\npanel_fg_color:#ebdbb2\nlink_color:#d3869b\nbtn_bg_color:#32302f\nbtn_fg_color:#ebdbb2\ntitlebar_bg_color:#32302f\ntitlebar_fg_color:#ebdbb2\n" # Default Style style "murrine-default" { diff --git a/.themes/oomox-numix-gruvbox/gtk-3.0/scss/_global.scss b/.themes/oomox-numix-gruvbox/gtk-3.0/scss/_global.scss index 88bc1eb9..69770651 100644 --- a/.themes/oomox-numix-gruvbox/gtk-3.0/scss/_global.scss +++ b/.themes/oomox-numix-gruvbox/gtk-3.0/scss/_global.scss @@ -11,7 +11,7 @@ $button_bg_color: if($variant == "dark", #ebdbb2, #32302f); $button_fg_color: if($variant == "dark", #32302f, #ebdbb2); $header_button_bg_color: #282828; $header_button_fg_color: #ebdbb2; -$selected_bg_color: #83a598; +$selected_bg_color: #d3869b; $selected_fg_color: #ebdbb2; $tooltip_bg_color: #1d2021; $tooltip_fg_color: #ebdbb2; @@ -42,7 +42,7 @@ $question_fg_color: #fff; $question_bg_color: #673ab7; $error_fg_color: #fff; $error_bg_color: #f44336; -$link_color: #83a598; +$link_color: #d3869b; $success_color: #4caf50; $warning_color: #ef6c00; $error_color: #f44336; diff --git a/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk-dark.css b/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk-dark.css index fc0f1338..9eba0603 100644 --- a/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk-dark.css +++ b/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk-dark.css @@ -18,7 +18,7 @@ @define-color theme_fg_color #1d2021; @define-color theme_base_color #ebdbb2; @define-color theme_text_color #282828; -@define-color theme_selected_bg_color #83a598; +@define-color theme_selected_bg_color #d3869b; @define-color theme_selected_fg_color #ebdbb2; @define-color theme_tooltip_bg_color #1d2021; @define-color theme_tooltip_fg_color #ebdbb2; @@ -76,7 +76,7 @@ /* text widgets and the like base background color on backdrop windows */ @define-color theme_unfocused_base_color #ebdbb2; /* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #83a598; +@define-color theme_unfocused_selected_bg_color #d3869b; /* text/foreground color of selections on backdrop windows */ @define-color theme_unfocused_selected_fg_color #ebdbb2; /* insensitive color on backdrop windows*/ @@ -88,11 +88,11 @@ @define-color wm_title_focused mix(#ebdbb2,#32302f,0.1); @define-color wm_title_unfocused mix(#ebdbb2,#32302f,0.4); @define-color wm_icons_focused mix(#ebdbb2,#32302f,0.1); -@define-color wm_icons_focused_prelight #83a598; -@define-color wm_icons_focused_pressed #64897b; +@define-color wm_icons_focused_prelight #d3869b; +@define-color wm_icons_focused_pressed #c15371; @define-color wm_icons_unfocused mix(#ebdbb2,#32302f,0.4); -@define-color wm_icons_unfocused_prelight #83a598; -@define-color wm_icons_unfocused_pressed #64897b; +@define-color wm_icons_unfocused_prelight #d3869b; +@define-color wm_icons_unfocused_pressed #c15371; /************** ! GTK settings ***************/ @@ -101,7 +101,7 @@ -GtkWindow-resize-grip-width: 0; -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-cursor-aspect-ratio: 0.04; - outline-color: rgba(131, 165, 152, 0.5); + outline-color: rgba(211, 134, 155, 0.5); outline-style: dashed; outline-width: 1px; outline-offset: -1px; @@ -111,7 +111,7 @@ ! Base states *************/ *:selected, .gtkstyle-fallback:selected, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GeditViewFrame .gedit-search-slider .not-found:selected, :focus:selected, GucharmapChartable:focus, .gedit-document-panel-document-row:focus:selected:hover, GeditViewFrame .gedit-search-slider .not-found:focus:selected { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } * { @@ -157,7 +157,7 @@ label.separator { color: mix(#1d2021,#ebdbb2,0.5); } label selection { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } label:disabled { @@ -189,13 +189,13 @@ assistant .sidebar label.highlight { **********/ @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#83a598), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#d3879b), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#83a598), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#d3869b), to(transparent)); } } stacksidebar row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#83a598), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(255, 255, 255, 0.769231)), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#d3879b), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(255, 255, 255, 0.769231)), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -340,7 +340,7 @@ infobar.info button.close, infobar.warning button.close, infobar.question button background-image: none; box-shadow: none; } infobar.info button.close:active, infobar.warning button.close:active, infobar.question button.close:active, infobar.error button.close:active, notebook > header > tabs > arrow:active, infobar.info button.close:checked, infobar.warning button.close:checked, infobar.question button.close:checked, infobar.error button.close:checked, notebook > header > tabs > arrow:checked, infobar.info button.close:active:hover, infobar.warning button.close:active:hover, infobar.question button.close:active:hover, infobar.error button.close:active:hover, notebook > header > tabs > arrow:active:hover, infobar.info button.close:checked:hover, infobar.warning button.close:checked:hover, infobar.question button.close:checked:hover, infobar.error button.close:checked:hover, notebook > header > tabs > arrow:checked:hover { - border: 1px solid rgba(131, 165, 152, 0.3); + border: 1px solid rgba(211, 134, 155, 0.3); background-color: rgba(235, 219, 178, 0.1); background-image: none; box-shadow: none; } @@ -352,7 +352,7 @@ button { color: #32302f; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); } button:focus, button:hover { - border-color: #527065; } + border-color: #b24160; } button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus { border-color: rgba(35, 34, 33, 0.32); } button:disabled { @@ -372,7 +372,7 @@ button { color: #32302f; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } button:hover:active, button:hover:active:hover, button:hover:active:focus, button:hover:active:hover:focus, button:hover:checked, button:hover:checked:hover, button:hover:checked:focus, button:hover:checked:hover:focus, button.flat:hover:active, button.flat:hover:active:hover, button.flat:hover:active:focus, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover, button.flat:hover:checked:focus, button.flat:hover:checked:hover:focus { border-color: rgba(35, 34, 33, 0.4); } button:hover:disabled, button.flat:hover:disabled { @@ -386,7 +386,7 @@ button { color: #32302f; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } button:focus:focus, button:focus:hover, button.flat:focus:focus, button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } button:focus:active, button:focus:active:hover, button:focus:active:focus, button:focus:active:hover:focus, button:focus:checked, button:focus:checked:hover, button:focus:checked:focus, button:focus:checked:hover:focus, button.flat:focus:active, button.flat:focus:active:hover, button.flat:focus:active:focus, button.flat:focus:active:hover:focus, button.flat:focus:checked, button.flat:focus:checked:hover, button.flat:focus:checked:focus, button.flat:focus:checked:hover:focus { border-color: rgba(35, 34, 33, 0.4); } button:focus:disabled, button.flat:focus:disabled { @@ -399,7 +399,7 @@ button { border-color: rgba(40, 38, 38, 0.4); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } button:focus:hover:focus, button:focus:hover:hover, button.flat:focus:hover:focus, button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } button:focus:hover:active, button:focus:hover:active:hover, button:focus:hover:active:focus, button:focus:hover:active:hover:focus, button:focus:hover:checked, button:focus:hover:checked:hover, button:focus:hover:checked:focus, button:focus:hover:checked:hover:focus, button.flat:focus:hover:active, button.flat:focus:hover:active:hover, button.flat:focus:hover:active:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked, button.flat:focus:hover:checked:hover, button.flat:focus:hover:checked:focus, button.flat:focus:hover:checked:hover:focus { border-color: rgba(35, 34, 33, 0.4); } button:focus:hover:disabled, button.flat:focus:hover:disabled { @@ -408,13 +408,13 @@ button { border-color: rgba(40, 38, 38, 0.4); } button:checked, button:active, button.flat:checked, button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(50, 48, 47, 0.06), inset 0 1px rgba(50, 48, 47, 0.07), inset -1px 0 rgba(50, 48, 47, 0.06), inset 0 -1px rgba(50, 48, 47, 0.05); border-color: rgba(40, 38, 38, 0.32); } 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: #527065; } + border-color: #b24160; } button:checked:active, button:checked:active:hover, button:checked:active:focus, button:checked:active:hover:focus, button:checked:checked, button:checked:checked:hover, button:checked:checked:focus, button:checked:checked:hover:focus, button:active:active, button:active:active:hover, button:active:active:focus, button:active:active:hover:focus, button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:checked:active, button.flat:checked:active:hover, button.flat:checked:active:focus, button.flat:checked:active:hover:focus, button.flat:checked:checked, button.flat:checked:checked:hover, button.flat:checked:checked:focus, button.flat:checked:checked:hover:focus, button.flat:active:active, button.flat:active:active:hover, button.flat:active:active:focus, button.flat:active:active: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(35, 34, 33, 0.32); } button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { @@ -423,7 +423,7 @@ button { border-color: rgba(40, 38, 38, 0.32); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } button:focus, button:hover, button.flat:focus, button.flat:hover { @@ -436,7 +436,7 @@ button { color: mix(#ebdbb2,#32302f,0.5); box-shadow: none; } button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -451,7 +451,7 @@ button { .inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } + box-shadow: inset -1px 0 #b24160, 0 1px 2px -1px rgba(6, 6, 7, 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, @@ -504,7 +504,7 @@ button { .linked.vertical > button { box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(6, 6, 7, 0.12); } .linked.vertical > button:focus, .linked.vertical > button:hover { - box-shadow: inset 0 -1px #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } + box-shadow: inset 0 -1px #b24160, 0 1px 2px -1px rgba(6, 6, 7, 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 0 -1px rgba(0, 0, 0, 0.12), inset 1px 0 rgba(6, 6, 7, 0.07), inset -1px 0 rgba(6, 6, 7, 0.05); } .linked.vertical > button:disabled { @@ -704,14 +704,14 @@ entry, menuitem entry, popover.background entry, .osd entry, entry:selected, popover.background entry:selected, #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } entry:disabled, popover.background entry:disabled, #XfceNotifyWindow entry:disabled, #login_window entry:disabled { box-shadow: none; } entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-width: 0; border-radius: 5px; @@ -733,7 +733,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { color: #fff; - border-color: #527065; + border-color: #b24160; background-color: #ef6c00; box-shadow: none; } entry.warning selection, @@ -751,7 +751,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { color: #fff; - border-color: #527065; + border-color: #b24160; background-color: #f44336; box-shadow: none; } entry.error selection, @@ -769,7 +769,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { color: #fff; - border-color: #527065; + border-color: #b24160; background-color: #f44336; box-shadow: none; } entry.search-missing selection, @@ -786,7 +786,7 @@ entry { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } entry:focus, entry:hover { - border-color: #527065; } + border-color: #b24160; } 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: shade(mix(#ebdbb2,#282828,0.2),0.7); } entry:disabled { @@ -794,7 +794,7 @@ entry { entry:active:disabled, entry:checked:disabled { border-color: shade(mix(#ebdbb2,#282828,0.2),0.8); } entry:focus, entry:active { - border-color: #527065; } + border-color: #b24160; } entry:disabled { background-color: #e2cc91; background-image: none; @@ -804,7 +804,7 @@ entry { /*opacity: .8;*/ color: mix(#ebdbb2,#282828,0.5); } entry:disabled:focus, entry:disabled:hover { - border-color: #527065; } + border-color: #b24160; } entry:disabled:active, entry:disabled:active:hover, entry:disabled:active:focus, entry:disabled:active:hover:focus, entry:disabled:checked, entry:disabled:checked:hover, entry:disabled:checked:focus, entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#ebdbb2,#282828,0.2),0.4),0.7); } entry:disabled:disabled { @@ -863,7 +863,7 @@ headerbar, .titlebar:not(headerbar) { padding: 0 6px; min-height: 42px; } headerbar:focus, .titlebar:focus:not(headerbar), headerbar:hover, .titlebar:hover:not(headerbar) { - border-color: #527065; } + border-color: #b24160; } headerbar:active, .titlebar:active:not(headerbar), headerbar:active:hover, .titlebar:active:hover:not(headerbar), headerbar:active:focus, .titlebar:active:focus:not(headerbar), headerbar:active:hover:focus, .titlebar:active:hover:focus:not(headerbar), headerbar:checked, .titlebar:checked:not(headerbar), headerbar:checked:hover, .titlebar:checked:hover:not(headerbar), headerbar:checked:focus, .titlebar:checked:focus:not(headerbar), headerbar:checked:hover:focus, .titlebar:checked:hover:focus:not(headerbar) { border-color: #232221; } headerbar:disabled, .titlebar:disabled:not(headerbar) { @@ -887,7 +887,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { @@ -907,7 +907,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { @@ -921,7 +921,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } headerbar button:focus:focus, .titlebar:not(headerbar) button:focus:focus, headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:focus, .titlebar:not(headerbar) button.flat:focus:focus, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:focus:active, .titlebar:not(headerbar) button:focus:active, headerbar button:focus:active:hover, .titlebar:not(headerbar) button:focus:active:hover, headerbar button:focus:active:focus, .titlebar:not(headerbar) button:focus:active:focus, headerbar button:focus:active:hover:focus, .titlebar:not(headerbar) button:focus:active:hover:focus, headerbar button:focus:checked, .titlebar:not(headerbar) button:focus:checked, headerbar button:focus:checked:hover, .titlebar:not(headerbar) button:focus:checked:hover, headerbar button:focus:checked:focus, .titlebar:not(headerbar) button:focus:checked:focus, headerbar button:focus:checked:hover:focus, .titlebar:not(headerbar) button:focus:checked:hover:focus, headerbar button.flat:focus:active, .titlebar:not(headerbar) button.flat:focus:active, headerbar button.flat:focus:active:hover, .titlebar:not(headerbar) button.flat:focus:active:hover, headerbar button.flat:focus:active:focus, .titlebar:not(headerbar) button.flat:focus:active:focus, headerbar button.flat:focus:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:active:hover:focus, headerbar button.flat:focus:checked, .titlebar:not(headerbar) button.flat:focus:checked, headerbar button.flat:focus:checked:hover, .titlebar:not(headerbar) button.flat:focus:checked:hover, headerbar button.flat:focus:checked:focus, .titlebar:not(headerbar) button.flat:focus:checked:focus, headerbar button.flat:focus:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { @@ -934,7 +934,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { @@ -943,13 +943,13 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); } headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { @@ -958,7 +958,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { @@ -971,7 +971,7 @@ headerbar, .titlebar:not(headerbar) { color: mix(#32302f,#ebdbb2,0.5); box-shadow: none; } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -983,7 +983,7 @@ headerbar, .titlebar:not(headerbar) { headerbar .linked > button, .titlebar:not(headerbar) .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 7, 0.22); } headerbar .linked > button:focus, .titlebar:not(headerbar) .linked > button:focus, headerbar .linked > button:hover, .titlebar:not(headerbar) .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.42); } + box-shadow: inset -1px 0 #b24160, 0 1px 2px -1px rgba(6, 6, 7, 0.42); } headerbar .linked > button:active, .titlebar:not(headerbar) .linked > button:active, headerbar .linked > button:active:hover, .titlebar:not(headerbar) .linked > button:active:hover, headerbar .linked > button:active:focus, .titlebar:not(headerbar) .linked > button:active:focus, headerbar .linked > button:active:hover:focus, .titlebar:not(headerbar) .linked > button:active:hover:focus, headerbar .linked > button:checked, .titlebar:not(headerbar) .linked > button:checked, headerbar .linked > button:checked:hover, .titlebar:not(headerbar) .linked > button:checked:hover, headerbar .linked > button:checked:focus, .titlebar:not(headerbar) .linked > button:checked:focus, headerbar .linked > button:checked:hover:focus, .titlebar:not(headerbar) .linked > button:checked:hover:focus { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 7, 0.07), inset 0 -1px rgba(6, 6, 7, 0.05); } headerbar .linked > button:disabled, .titlebar:not(headerbar) .linked > button:disabled { @@ -1039,7 +1039,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { @@ -1059,7 +1059,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { @@ -1073,7 +1073,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } headerbar button:focus:focus, .titlebar:not(headerbar) button:focus:focus, headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:focus, .titlebar:not(headerbar) button.flat:focus:focus, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:focus:active, .titlebar:not(headerbar) button:focus:active, headerbar button:focus:active:hover, .titlebar:not(headerbar) button:focus:active:hover, headerbar button:focus:active:focus, .titlebar:not(headerbar) button:focus:active:focus, headerbar button:focus:active:hover:focus, .titlebar:not(headerbar) button:focus:active:hover:focus, headerbar button:focus:checked, .titlebar:not(headerbar) button:focus:checked, headerbar button:focus:checked:hover, .titlebar:not(headerbar) button:focus:checked:hover, headerbar button:focus:checked:focus, .titlebar:not(headerbar) button:focus:checked:focus, headerbar button:focus:checked:hover:focus, .titlebar:not(headerbar) button:focus:checked:hover:focus, headerbar button.flat:focus:active, .titlebar:not(headerbar) button.flat:focus:active, headerbar button.flat:focus:active:hover, .titlebar:not(headerbar) button.flat:focus:active:hover, headerbar button.flat:focus:active:focus, .titlebar:not(headerbar) button.flat:focus:active:focus, headerbar button.flat:focus:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:active:hover:focus, headerbar button.flat:focus:checked, .titlebar:not(headerbar) button.flat:focus:checked, headerbar button.flat:focus:checked:hover, .titlebar:not(headerbar) button.flat:focus:checked:hover, headerbar button.flat:focus:checked:focus, .titlebar:not(headerbar) button.flat:focus:checked:focus, headerbar button.flat:focus:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { @@ -1086,7 +1086,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { @@ -1095,13 +1095,13 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); } headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { @@ -1110,7 +1110,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { @@ -1123,7 +1123,7 @@ headerbar, .titlebar:not(headerbar) { color: mix(#282828,#ebdbb2,0.5); box-shadow: none; } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1144,12 +1144,12 @@ headerbar, .titlebar:not(headerbar) { headerbar button.titlebutton:hover, .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover:focus, .titlebar:not(headerbar) button.titlebutton:hover:focus { background-image: none; background-color: transparent; - color: #83a598; + color: #d3869b; box-shadow: none; } headerbar button.titlebutton:active, .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active:hover, .titlebar:not(headerbar) button.titlebutton:active:hover { background-image: none; background-color: transparent; - color: #72998a; + color: #ca6d86; box-shadow: none; } headerbar button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop { background: none; @@ -1162,7 +1162,7 @@ toolbar { border-color: #dabc70; color: #1d2021; } toolbar:focus, toolbar:hover { - border-color: #527065; } + border-color: #b24160; } 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: #d1ad50; } toolbar:disabled { @@ -1186,7 +1186,7 @@ toolbar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); } toolbar button:focus, toolbar button:hover { - border-color: #527065; } + border-color: #b24160; } toolbar button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus { border-color: rgba(20, 22, 23, 0.32); } toolbar button:disabled { @@ -1206,7 +1206,7 @@ toolbar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } toolbar button:hover:active, toolbar button:hover:active:hover, toolbar button:hover:active:focus, toolbar button:hover:active:hover:focus, toolbar button:hover:checked, toolbar button:hover:checked:hover, toolbar button:hover:checked:focus, toolbar button:hover:checked:hover:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover, toolbar button.flat:hover:active:focus, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } toolbar button:hover:disabled, toolbar button.flat:hover:disabled { @@ -1220,7 +1220,7 @@ toolbar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } toolbar button:focus:focus, toolbar button:focus:hover, toolbar button.flat:focus:focus, toolbar button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } toolbar button:focus:active, toolbar button:focus:active:hover, toolbar button:focus:active:focus, toolbar button:focus:active:hover:focus, toolbar button:focus:checked, toolbar button:focus:checked:hover, toolbar button:focus:checked:focus, toolbar button:focus:checked:hover:focus, toolbar button.flat:focus:active, toolbar button.flat:focus:active:hover, toolbar button.flat:focus:active:focus, toolbar button.flat:focus:active:hover:focus, toolbar button.flat:focus:checked, toolbar button.flat:focus:checked:hover, toolbar button.flat:focus:checked:focus, toolbar button.flat:focus:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } toolbar button:focus:disabled, toolbar button.flat:focus:disabled { @@ -1233,7 +1233,7 @@ toolbar { border-color: rgba(23, 26, 26, 0.4); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } toolbar button:focus:hover:focus, toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:focus, toolbar button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } toolbar button:focus:hover:active, toolbar button:focus:hover:active:hover, toolbar button:focus:hover:active:focus, toolbar button:focus:hover:active:hover:focus, toolbar button:focus:hover:checked, toolbar button:focus:hover:checked:hover, toolbar button:focus:hover:checked:focus, toolbar button:focus:hover:checked:hover:focus, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:hover, toolbar button.flat:focus:hover:active:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:hover, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { @@ -1242,13 +1242,13 @@ toolbar { border-color: rgba(23, 26, 26, 0.4); } toolbar button:checked, toolbar button:active, toolbar button.flat:checked, toolbar button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(29, 32, 33, 0.06), inset 0 1px rgba(29, 32, 33, 0.07), inset -1px 0 rgba(29, 32, 33, 0.06), inset 0 -1px rgba(29, 32, 33, 0.05); border-color: rgba(23, 26, 26, 0.32); } 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: #527065; } + border-color: #b24160; } toolbar button:checked:active, toolbar button:checked:active:hover, toolbar button:checked:active:focus, toolbar button:checked:active:hover:focus, toolbar button:checked:checked, toolbar button:checked:checked:hover, toolbar button:checked:checked:focus, toolbar button:checked:checked:hover:focus, toolbar button:active:active, toolbar button:active:active:hover, toolbar button:active:active:focus, toolbar button:active:active:hover:focus, toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:checked:active, toolbar button.flat:checked:active:hover, toolbar button.flat:checked:active:focus, toolbar button.flat:checked:active:hover:focus, toolbar button.flat:checked:checked, toolbar button.flat:checked:checked:hover, toolbar button.flat:checked:checked:focus, toolbar button.flat:checked:checked:hover:focus, toolbar button.flat:active:active, toolbar button.flat:active:active:hover, toolbar button.flat:active:active:focus, toolbar button.flat:active:active: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(20, 22, 23, 0.32); } toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { @@ -1257,7 +1257,7 @@ toolbar { border-color: rgba(23, 26, 26, 0.32); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } toolbar button:focus, toolbar button:hover, toolbar button.flat:focus, toolbar button.flat:hover { @@ -1270,7 +1270,7 @@ toolbar { color: mix(#ebdbb2,#1d2021,0.5); box-shadow: none; } toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1282,7 +1282,7 @@ toolbar { toolbar .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(6, 6, 7, 0.12); } toolbar .linked > button:focus, toolbar .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } + box-shadow: inset -1px 0 #b24160, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } 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 -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(6, 6, 7, 0.07), inset 0 -1px rgba(6, 6, 7, 0.05); } toolbar .linked > button:disabled { @@ -1325,7 +1325,7 @@ toolbar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover { - border-color: #527065; } + border-color: #b24160; } 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(20, 22, 23, 0.32); } toolbar.inline-toolbar button:disabled { @@ -1345,7 +1345,7 @@ toolbar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } 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: #527065; } + border-color: #b24160; } toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:hover, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button:hover:active:hover:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:hover, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { @@ -1359,7 +1359,7 @@ toolbar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } toolbar.inline-toolbar button:focus:focus, toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:focus, toolbar.inline-toolbar button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } toolbar.inline-toolbar button:focus:active, toolbar.inline-toolbar button:focus:active:hover, toolbar.inline-toolbar button:focus:active:focus, toolbar.inline-toolbar button:focus:active:hover:focus, toolbar.inline-toolbar button:focus:checked, toolbar.inline-toolbar button:focus:checked:hover, toolbar.inline-toolbar button:focus:checked:focus, toolbar.inline-toolbar button:focus:checked:hover:focus, toolbar.inline-toolbar button.flat:focus:active, toolbar.inline-toolbar button.flat:focus:active:hover, toolbar.inline-toolbar button.flat:focus:active:focus, toolbar.inline-toolbar button.flat:focus:active:hover:focus, toolbar.inline-toolbar button.flat:focus:checked, toolbar.inline-toolbar button.flat:focus:checked:hover, toolbar.inline-toolbar button.flat:focus:checked:focus, toolbar.inline-toolbar button.flat:focus:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } toolbar.inline-toolbar button:focus:disabled, toolbar.inline-toolbar button.flat:focus:disabled { @@ -1372,7 +1372,7 @@ toolbar { border-color: rgba(23, 26, 26, 0.4); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } toolbar.inline-toolbar button:focus:hover:focus, toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button:focus:hover:active:hover, toolbar.inline-toolbar button:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:active:hover:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button:focus:hover:checked:hover, toolbar.inline-toolbar button:focus:hover:checked:focus, toolbar.inline-toolbar button:focus:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:hover, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:hover, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { @@ -1381,13 +1381,13 @@ toolbar { border-color: rgba(23, 26, 26, 0.4); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(29, 32, 33, 0.06), inset 0 1px rgba(29, 32, 33, 0.07), inset -1px 0 rgba(29, 32, 33, 0.06), inset 0 -1px rgba(29, 32, 33, 0.05); border-color: rgba(23, 26, 26, 0.32); } 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: #527065; } + border-color: #b24160; } toolbar.inline-toolbar button:checked:active, toolbar.inline-toolbar button:checked:active:hover, toolbar.inline-toolbar button:checked:active:focus, toolbar.inline-toolbar button:checked:active:hover:focus, toolbar.inline-toolbar button:checked:checked, toolbar.inline-toolbar button:checked:checked:hover, toolbar.inline-toolbar button:checked:checked:focus, toolbar.inline-toolbar button:checked:checked:hover:focus, toolbar.inline-toolbar button:active:active, toolbar.inline-toolbar button:active:active:hover, toolbar.inline-toolbar button:active:active:focus, toolbar.inline-toolbar button:active:active:hover:focus, 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:checked:active, toolbar.inline-toolbar button.flat:checked:active:hover, toolbar.inline-toolbar button.flat:checked:active:focus, toolbar.inline-toolbar button.flat:checked:active:hover:focus, toolbar.inline-toolbar button.flat:checked:checked, toolbar.inline-toolbar button.flat:checked:checked:hover, toolbar.inline-toolbar button.flat:checked:checked:focus, toolbar.inline-toolbar button.flat:checked:checked:hover:focus, toolbar.inline-toolbar button.flat:active:active, toolbar.inline-toolbar button.flat:active:active:hover, toolbar.inline-toolbar button.flat:active:active:focus, toolbar.inline-toolbar button.flat:active:active: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(20, 22, 23, 0.32); } 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 { @@ -1396,7 +1396,7 @@ toolbar { border-color: rgba(23, 26, 26, 0.32); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { @@ -1409,7 +1409,7 @@ toolbar { color: mix(#ebdbb2,#1d2021,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1472,7 +1472,7 @@ searchbar, .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:hover { - border-color: #527065; } + border-color: #b24160; } .suggested-action:active, headerbar.selection-mode button.suggested-action:active, .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action:active:focus, @@ -1506,7 +1506,7 @@ searchbar, .suggested-action:hover:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:focus, .suggested-action:hover:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } .suggested-action:hover:active, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:hover, .suggested-action:hover:active:focus, .suggested-action:hover:active:hover:focus, .suggested-action:hover:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:hover, .suggested-action:hover:checked:focus, .suggested-action:hover:checked:hover:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover, .suggested-action.flat:hover:active:focus, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:checked:hover:focus { @@ -1527,7 +1527,7 @@ searchbar, .suggested-action:focus:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:focus, .suggested-action:focus:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:focus, .suggested-action.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } .suggested-action:focus:active, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:active, .suggested-action:focus:active:hover, .suggested-action:focus:active:focus, .suggested-action:focus:active:hover:focus, .suggested-action:focus:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:checked, .suggested-action:focus:checked:hover, .suggested-action:focus:checked:focus, .suggested-action:focus:checked:hover:focus, .suggested-action.flat:focus:active, .suggested-action.flat:focus:active:hover, .suggested-action.flat:focus:active:focus, .suggested-action.flat:focus:active:hover:focus, .suggested-action.flat:focus:checked, .suggested-action.flat:focus:checked:hover, .suggested-action.flat:focus:checked:focus, .suggested-action.flat:focus:checked:hover:focus { @@ -1544,7 +1544,7 @@ searchbar, border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } .suggested-action:focus:hover:focus, .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:focus, .suggested-action.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } .suggested-action:focus:hover:active, .suggested-action:focus:hover:active:hover, .suggested-action:focus:hover:active:focus, .suggested-action:focus:hover:active:hover:focus, .suggested-action:focus:hover:checked, .suggested-action:focus:hover:checked:hover, .suggested-action:focus:hover:checked:focus, .suggested-action:focus:hover:checked:hover:focus, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:hover, .suggested-action.flat:focus:hover:active:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:hover, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { @@ -1557,7 +1557,7 @@ searchbar, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:checked, .suggested-action.flat:active, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -1567,7 +1567,7 @@ searchbar, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, .titlebar:not(headerbar).selection-mode 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: #527065; } + border-color: #b24160; } .suggested-action:checked:active, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:active, .suggested-action:checked:active:hover, .suggested-action:checked:active:focus, .suggested-action:checked:active:hover:focus, .suggested-action:checked:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked, .suggested-action:checked:checked:hover, .suggested-action:checked:checked:focus, .suggested-action:checked:checked:hover:focus, .suggested-action:active:active, @@ -1586,7 +1586,7 @@ searchbar, .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, .titlebar:not(headerbar).selection-mode 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, @@ -1606,7 +1606,7 @@ searchbar, .suggested-action:active:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1627,7 +1627,7 @@ searchbar, color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); } .destructive-action:focus, .destructive-action:hover { - border-color: #527065; } + border-color: #b24160; } .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(209, 173, 80, 0.22); } .destructive-action:disabled { @@ -1647,7 +1647,7 @@ searchbar, color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } .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(209, 173, 80, 0.3); } .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { @@ -1661,7 +1661,7 @@ searchbar, color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } .destructive-action:focus:focus, .destructive-action:focus:hover, .destructive-action.flat:focus:focus, .destructive-action.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } .destructive-action:focus:active, .destructive-action:focus:active:hover, .destructive-action:focus:active:focus, .destructive-action:focus:active:hover:focus, .destructive-action:focus:checked, .destructive-action:focus:checked:hover, .destructive-action:focus:checked:focus, .destructive-action:focus:checked:hover:focus, .destructive-action.flat:focus:active, .destructive-action.flat:focus:active:hover, .destructive-action.flat:focus:active:focus, .destructive-action.flat:focus:active:hover:focus, .destructive-action.flat:focus:checked, .destructive-action.flat:focus:checked:hover, .destructive-action.flat:focus:checked:focus, .destructive-action.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } .destructive-action:focus:disabled, .destructive-action.flat:focus:disabled { @@ -1674,7 +1674,7 @@ searchbar, border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } .destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } .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(209, 173, 80, 0.3); } .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { @@ -1683,13 +1683,13 @@ searchbar, border-color: rgba(218, 188, 112, 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 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 { - border-color: #527065; } + border-color: #b24160; } .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(209, 173, 80, 0.22); } .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { @@ -1698,7 +1698,7 @@ searchbar, border-color: rgba(218, 188, 112, 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { @@ -1711,7 +1711,7 @@ searchbar, color: mix(#f44336,#ebdbb2,0.5); box-shadow: none; } .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1726,14 +1726,14 @@ searchbar, *******************/ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode { - background-color: #83a598; + background-color: #d3869b; background-image: none; - border-color: #64897b; + border-color: #c15371; color: #ebdbb2; } headerbar.selection-mode:focus, headerbar.selection-mode:hover, .titlebar:not(headerbar).selection-mode:focus, .titlebar:not(headerbar).selection-mode:hover { - border-color: #527065; } + border-color: #b24160; } 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:not(headerbar).selection-mode:active, .titlebar:not(headerbar).selection-mode:active:hover, @@ -1743,19 +1743,19 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode:checked:hover, .titlebar:not(headerbar).selection-mode:checked:focus, .titlebar:not(headerbar).selection-mode:checked:hover:focus { - border-color: #57786b; } + border-color: #b1405f; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - border-color: #6a9283; } + border-color: #c5607c; } headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled, .titlebar:not(headerbar).selection-mode:active:disabled, .titlebar:not(headerbar).selection-mode:checked:disabled { - border-color: #64897b; } + border-color: #c15371; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - background-color: #72998a; + background-color: #ca6d86; background-image: none; - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#ebdbb2,#d3869b,0.5); } headerbar.selection-mode .title, .titlebar:not(headerbar).selection-mode .title { font-weight: bold; @@ -1766,7 +1766,7 @@ headerbar.selection-mode, padding: 0 6px; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-color: rgba(218, 188, 112, 0.22); color: #ebdbb2; @@ -1774,7 +1774,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover { - border-color: #527065; } + border-color: #b24160; } 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:not(headerbar).selection-mode button:active, .titlebar:not(headerbar).selection-mode button:active:hover, @@ -1795,14 +1795,14 @@ headerbar.selection-mode, headerbar.selection-mode button.flat, .titlebar:not(headerbar).selection-mode button.flat { color: #ebdbb2; - border-color: rgba(131, 165, 152, 0); - background-color: rgba(131, 165, 152, 0); + border-color: rgba(211, 134, 155, 0); + background-color: rgba(211, 134, 155, 0); background-image: none; box-shadow: none; } headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -1812,7 +1812,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:hover:active, .titlebar:not(headerbar).selection-mode button:hover:active:hover, @@ -1844,7 +1844,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -1854,7 +1854,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:focus:active, headerbar.selection-mode button:focus:active:hover, headerbar.selection-mode button:focus:active:focus, headerbar.selection-mode button:focus:active:hover:focus, headerbar.selection-mode button:focus:checked, headerbar.selection-mode button:focus:checked:hover, headerbar.selection-mode button:focus:checked:focus, headerbar.selection-mode button:focus:checked:hover:focus, headerbar.selection-mode button.flat:focus:active, headerbar.selection-mode button.flat:focus:active:hover, headerbar.selection-mode button.flat:focus:active:focus, headerbar.selection-mode button.flat:focus:active:hover:focus, headerbar.selection-mode button.flat:focus:checked, headerbar.selection-mode button.flat:focus:checked:hover, headerbar.selection-mode button.flat:focus:checked:focus, headerbar.selection-mode button.flat:focus:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:active, .titlebar:not(headerbar).selection-mode button:focus:active:hover, @@ -1886,7 +1886,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #94b1a6; + background-color: #dc9fb0; background-image: none; border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } @@ -1895,7 +1895,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:hover:active, .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, @@ -1930,7 +1930,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked, .titlebar:not(headerbar).selection-mode button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -1944,7 +1944,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:checked:active, .titlebar:not(headerbar).selection-mode button:checked:active:hover, @@ -2005,7 +2005,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, @@ -2017,18 +2017,18 @@ headerbar.selection-mode, headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, .titlebar:not(headerbar).selection-mode button:disabled:disabled, .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#83a598,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#d3869b,#ebdbb2,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#d3869b,#ebdbb2,0.5); box-shadow: none; } 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:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2036,18 +2036,18 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.separator, .titlebar:not(headerbar).selection-mode button .separator { border: 1px solid currentColor; - color: rgba(131, 165, 152, 0.9); } + color: rgba(211, 134, 155, 0.9); } headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, .titlebar:not(headerbar).selection-mode button.separator:disabled, .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(131, 165, 152, 0.85); } + color: rgba(211, 134, 155, 0.85); } headerbar.selection-mode .linked > button, .titlebar:not(headerbar).selection-mode .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(6, 6, 7, 0.12); } headerbar.selection-mode .linked > button:focus, headerbar.selection-mode .linked > button:hover, .titlebar:not(headerbar).selection-mode .linked > button:focus, .titlebar:not(headerbar).selection-mode .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } + box-shadow: inset -1px 0 #b24160, 0 1px 2px -1px rgba(6, 6, 7, 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:not(headerbar).selection-mode .linked > button:active, .titlebar:not(headerbar).selection-mode .linked > button:active:hover, @@ -2060,7 +2060,7 @@ headerbar.selection-mode, box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(6, 6, 7, 0.07), inset 0 -1px rgba(6, 6, 7, 0.05); } headerbar.selection-mode .linked > button:disabled, .titlebar:not(headerbar).selection-mode .linked > button:disabled { - box-shadow: inset -1px 0 #64897b; } + box-shadow: inset -1px 0 #c15371; } headerbar.selection-mode .linked > button:last-child, headerbar.selection-mode .linked > button:only-child, .titlebar:not(headerbar).selection-mode .linked > button:last-child, .titlebar:not(headerbar).selection-mode .linked > button:only-child { @@ -2112,12 +2112,12 @@ headerbar.selection-mode, headerbar.selection-mode separator, headerbar.selection-mode separator:disabled, .titlebar:not(headerbar).selection-mode separator, .titlebar:not(headerbar).selection-mode separator:disabled { - color: #4b675c; + color: #983752; border-color: currentColor; -GtkWidget-window-dragging: true; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-color: rgba(218, 188, 112, 0.22); color: #ebdbb2; @@ -2125,7 +2125,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover { - border-color: #527065; } + border-color: #b24160; } 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:not(headerbar).selection-mode button:active, .titlebar:not(headerbar).selection-mode button:active:hover, @@ -2146,14 +2146,14 @@ headerbar.selection-mode, headerbar.selection-mode button.flat, .titlebar:not(headerbar).selection-mode button.flat { color: #ebdbb2; - border-color: rgba(131, 165, 152, 0); - background-color: rgba(131, 165, 152, 0); + border-color: rgba(211, 134, 155, 0); + background-color: rgba(211, 134, 155, 0); background-image: none; box-shadow: none; } headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -2163,7 +2163,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:hover:active, .titlebar:not(headerbar).selection-mode button:hover:active:hover, @@ -2195,7 +2195,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -2205,7 +2205,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:focus:active, headerbar.selection-mode button:focus:active:hover, headerbar.selection-mode button:focus:active:focus, headerbar.selection-mode button:focus:active:hover:focus, headerbar.selection-mode button:focus:checked, headerbar.selection-mode button:focus:checked:hover, headerbar.selection-mode button:focus:checked:focus, headerbar.selection-mode button:focus:checked:hover:focus, headerbar.selection-mode button.flat:focus:active, headerbar.selection-mode button.flat:focus:active:hover, headerbar.selection-mode button.flat:focus:active:focus, headerbar.selection-mode button.flat:focus:active:hover:focus, headerbar.selection-mode button.flat:focus:checked, headerbar.selection-mode button.flat:focus:checked:hover, headerbar.selection-mode button.flat:focus:checked:focus, headerbar.selection-mode button.flat:focus:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:active, .titlebar:not(headerbar).selection-mode button:focus:active:hover, @@ -2237,7 +2237,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #94b1a6; + background-color: #dc9fb0; background-image: none; border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } @@ -2246,7 +2246,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:hover:active, .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, @@ -2281,7 +2281,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked, .titlebar:not(headerbar).selection-mode button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -2295,7 +2295,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:checked:active, .titlebar:not(headerbar).selection-mode button:checked:active:hover, @@ -2356,7 +2356,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, @@ -2368,18 +2368,18 @@ headerbar.selection-mode, headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, .titlebar:not(headerbar).selection-mode button:disabled:disabled, .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#83a598,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#d3869b,#ebdbb2,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#d3869b,#ebdbb2,0.5); box-shadow: none; } 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:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2387,19 +2387,19 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.separator, .titlebar:not(headerbar).selection-mode button .separator { border: 1px solid currentColor; - color: rgba(131, 165, 152, 0.9); } + color: rgba(211, 134, 155, 0.9); } headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, .titlebar:not(headerbar).selection-mode button.separator:disabled, .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(131, 165, 152, 0.85); } + color: rgba(211, 134, 155, 0.85); } headerbar.selection-mode:backdrop, .titlebar:not(headerbar).selection-mode:backdrop { - background-color: #83a598; + background-color: #d3869b; background-image: none; } headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop, .titlebar:not(headerbar).selection-mode .selection-menu { - color: #64897b; + color: #c15371; background-color: transparent; background-image: none; box-shadow: none; @@ -2407,11 +2407,11 @@ headerbar.selection-mode, headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover, .titlebar:not(headerbar).selection-mode .selection-menu:hover { - color: #57786b; } + color: #b1405f; } headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active, .titlebar:not(headerbar).selection-mode .selection-menu:active { - color: #5d8173; } + color: #bc4767; } headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow, .titlebar:not(headerbar).selection-mode .selection-menu .arrow { @@ -2423,7 +2423,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label, .selection-menu .titlebar:not(headerbar).selection-mode label.separator { - color: #57786b; } + color: #b1405f; } /********** ! Calendar @@ -2451,7 +2451,7 @@ calendar { color: mix(#1d2021,#ebdbb2,0.5); } calendar.highlight, calendar.highlight:backdrop { font-size: smaller; - color: mix(#83a598,#1d2021,0.5); } + color: mix(#d3869b,#1d2021,0.5); } calendar:backdrop { color: mix(#ebdbb2,#282828,0.8); } @@ -2499,7 +2499,7 @@ colorswatch.dark overlay { colorswatch.dark overlay:hover { border-color: #e1c98b; } colorswatch.dark overlay:backdrop { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#d3869b,#ebdbb2,0.66); } colorswatch.light overlay { color: #282828; } @@ -2600,9 +2600,9 @@ row { row.activatable:selected:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: mix(#83a598,#1d2021,0.1); } + background-color: mix(#d3869b,#1d2021,0.1); } row.activatable:selected:backdrop { - background-color: #83a598; } + background-color: #d3869b; } flowbox flowboxchild { padding: 3px; @@ -2635,7 +2635,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } infobar.info button:focus, infobar.info button:hover { - border-color: #527065; } + border-color: #b24160; } 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(179, 179, 179, 0.22); } infobar.info button:disabled { @@ -2655,7 +2655,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 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: #527065; } + border-color: #b24160; } infobar.info button:hover:active, infobar.info button:hover:active:hover, infobar.info button:hover:active:focus, infobar.info button:hover:active:hover:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:hover, infobar.info button:hover:checked:focus, infobar.info button:hover:checked:hover:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover, infobar.info button.flat:hover:active:focus, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { @@ -2669,7 +2669,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } infobar.info button:focus:focus, infobar.info button:focus:hover, infobar.info button.flat:focus:focus, infobar.info button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } infobar.info button:focus:active, infobar.info button:focus:active:hover, infobar.info button:focus:active:focus, infobar.info button:focus:active:hover:focus, infobar.info button:focus:checked, infobar.info button:focus:checked:hover, infobar.info button:focus:checked:focus, infobar.info button:focus:checked:hover:focus, infobar.info button.flat:focus:active, infobar.info button.flat:focus:active:hover, infobar.info button.flat:focus:active:focus, infobar.info button.flat:focus:active:hover:focus, infobar.info button.flat:focus:checked, infobar.info button.flat:focus:checked:hover, infobar.info button.flat:focus:checked:focus, infobar.info button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.info button:focus:disabled, infobar.info button.flat:focus:disabled { @@ -2682,7 +2682,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } infobar.info button:focus:hover:focus, infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:focus, infobar.info button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } infobar.info button:focus:hover:active, infobar.info button:focus:hover:active:hover, infobar.info button:focus:hover:active:focus, infobar.info button:focus:hover:active:hover:focus, infobar.info button:focus:hover:checked, infobar.info button:focus:hover:checked:hover, infobar.info button:focus:hover:checked:focus, infobar.info button:focus:hover:checked:hover:focus, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:hover, infobar.info button.flat:focus:hover:active:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:hover, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { @@ -2691,13 +2691,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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: #527065; } + border-color: #b24160; } infobar.info button:checked:active, infobar.info button:checked:active:hover, infobar.info button:checked:active:focus, infobar.info button:checked:active:hover:focus, infobar.info button:checked:checked, infobar.info button:checked:checked:hover, infobar.info button:checked:checked:focus, infobar.info button:checked:checked:hover:focus, infobar.info button:active:active, infobar.info button:active:active:hover, infobar.info button:active:active:focus, infobar.info button:active:active:hover:focus, 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:checked:active, infobar.info button.flat:checked:active:hover, infobar.info button.flat:checked:active:focus, infobar.info button.flat:checked:active:hover:focus, infobar.info button.flat:checked:checked, infobar.info button.flat:checked:checked:hover, infobar.info button.flat:checked:checked:focus, infobar.info button.flat:checked:checked:hover:focus, infobar.info button.flat:active:active, infobar.info button.flat:active:active:hover, infobar.info button.flat:active:active:focus, infobar.info button.flat:active:active: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(179, 179, 179, 0.22); } infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { @@ -2706,7 +2706,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { @@ -2719,7 +2719,7 @@ infobar { color: mix(#03a9f4,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2742,7 +2742,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } infobar.warning button:focus, infobar.warning button:hover { - border-color: #527065; } + border-color: #b24160; } 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(179, 179, 179, 0.22); } infobar.warning button:disabled { @@ -2762,7 +2762,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } infobar.warning button:hover:active, infobar.warning button:hover:active:hover, infobar.warning button:hover:active:focus, infobar.warning button:hover:active:hover:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:hover, infobar.warning button:hover:checked:focus, infobar.warning button:hover:checked:hover:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover, infobar.warning button.flat:hover:active:focus, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { @@ -2776,7 +2776,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } infobar.warning button:focus:focus, infobar.warning button:focus:hover, infobar.warning button.flat:focus:focus, infobar.warning button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } infobar.warning button:focus:active, infobar.warning button:focus:active:hover, infobar.warning button:focus:active:focus, infobar.warning button:focus:active:hover:focus, infobar.warning button:focus:checked, infobar.warning button:focus:checked:hover, infobar.warning button:focus:checked:focus, infobar.warning button:focus:checked:hover:focus, infobar.warning button.flat:focus:active, infobar.warning button.flat:focus:active:hover, infobar.warning button.flat:focus:active:focus, infobar.warning button.flat:focus:active:hover:focus, infobar.warning button.flat:focus:checked, infobar.warning button.flat:focus:checked:hover, infobar.warning button.flat:focus:checked:focus, infobar.warning button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.warning button:focus:disabled, infobar.warning button.flat:focus:disabled { @@ -2789,7 +2789,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } infobar.warning button:focus:hover:focus, infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:focus, infobar.warning button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } infobar.warning button:focus:hover:active, infobar.warning button:focus:hover:active:hover, infobar.warning button:focus:hover:active:focus, infobar.warning button:focus:hover:active:hover:focus, infobar.warning button:focus:hover:checked, infobar.warning button:focus:hover:checked:hover, infobar.warning button:focus:hover:checked:focus, infobar.warning button:focus:hover:checked:hover:focus, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:hover, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:hover, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { @@ -2798,13 +2798,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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: #527065; } + border-color: #b24160; } infobar.warning button:checked:active, infobar.warning button:checked:active:hover, infobar.warning button:checked:active:focus, infobar.warning button:checked:active:hover:focus, infobar.warning button:checked:checked, infobar.warning button:checked:checked:hover, infobar.warning button:checked:checked:focus, infobar.warning button:checked:checked:hover:focus, infobar.warning button:active:active, infobar.warning button:active:active:hover, infobar.warning button:active:active:focus, infobar.warning button:active:active:hover:focus, 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:checked:active, infobar.warning button.flat:checked:active:hover, infobar.warning button.flat:checked:active:focus, infobar.warning button.flat:checked:active:hover:focus, infobar.warning button.flat:checked:checked, infobar.warning button.flat:checked:checked:hover, infobar.warning button.flat:checked:checked:focus, infobar.warning button.flat:checked:checked:hover:focus, infobar.warning button.flat:active:active, infobar.warning button.flat:active:active:hover, infobar.warning button.flat:active:active:focus, infobar.warning button.flat:active:active: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(179, 179, 179, 0.22); } infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { @@ -2813,7 +2813,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { @@ -2826,7 +2826,7 @@ infobar { color: mix(#ef6c00,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2849,7 +2849,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } infobar.question button:focus, infobar.question button:hover { - border-color: #527065; } + border-color: #b24160; } 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(179, 179, 179, 0.22); } infobar.question button:disabled { @@ -2869,7 +2869,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 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: #527065; } + border-color: #b24160; } infobar.question button:hover:active, infobar.question button:hover:active:hover, infobar.question button:hover:active:focus, infobar.question button:hover:active:hover:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:hover, infobar.question button:hover:checked:focus, infobar.question button:hover:checked:hover:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover, infobar.question button.flat:hover:active:focus, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { @@ -2883,7 +2883,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } infobar.question button:focus:focus, infobar.question button:focus:hover, infobar.question button.flat:focus:focus, infobar.question button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } infobar.question button:focus:active, infobar.question button:focus:active:hover, infobar.question button:focus:active:focus, infobar.question button:focus:active:hover:focus, infobar.question button:focus:checked, infobar.question button:focus:checked:hover, infobar.question button:focus:checked:focus, infobar.question button:focus:checked:hover:focus, infobar.question button.flat:focus:active, infobar.question button.flat:focus:active:hover, infobar.question button.flat:focus:active:focus, infobar.question button.flat:focus:active:hover:focus, infobar.question button.flat:focus:checked, infobar.question button.flat:focus:checked:hover, infobar.question button.flat:focus:checked:focus, infobar.question button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.question button:focus:disabled, infobar.question button.flat:focus:disabled { @@ -2896,7 +2896,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } infobar.question button:focus:hover:focus, infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:focus, infobar.question button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } infobar.question button:focus:hover:active, infobar.question button:focus:hover:active:hover, infobar.question button:focus:hover:active:focus, infobar.question button:focus:hover:active:hover:focus, infobar.question button:focus:hover:checked, infobar.question button:focus:hover:checked:hover, infobar.question button:focus:hover:checked:focus, infobar.question button:focus:hover:checked:hover:focus, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:hover, infobar.question button.flat:focus:hover:active:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:hover, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { @@ -2905,13 +2905,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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: #527065; } + border-color: #b24160; } infobar.question button:checked:active, infobar.question button:checked:active:hover, infobar.question button:checked:active:focus, infobar.question button:checked:active:hover:focus, infobar.question button:checked:checked, infobar.question button:checked:checked:hover, infobar.question button:checked:checked:focus, infobar.question button:checked:checked:hover:focus, infobar.question button:active:active, infobar.question button:active:active:hover, infobar.question button:active:active:focus, infobar.question button:active:active:hover:focus, 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:checked:active, infobar.question button.flat:checked:active:hover, infobar.question button.flat:checked:active:focus, infobar.question button.flat:checked:active:hover:focus, infobar.question button.flat:checked:checked, infobar.question button.flat:checked:checked:hover, infobar.question button.flat:checked:checked:focus, infobar.question button.flat:checked:checked:hover:focus, infobar.question button.flat:active:active, infobar.question button.flat:active:active:hover, infobar.question button.flat:active:active:focus, infobar.question button.flat:active:active: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(179, 179, 179, 0.22); } infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { @@ -2920,7 +2920,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { @@ -2933,7 +2933,7 @@ infobar { color: mix(#673ab7,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2956,7 +2956,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); } infobar.error button:focus, infobar.error button:hover { - border-color: #527065; } + border-color: #b24160; } 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(179, 179, 179, 0.22); } infobar.error button:disabled { @@ -2976,7 +2976,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } infobar.error button:hover:active, infobar.error button:hover:active:hover, infobar.error button:hover:active:focus, infobar.error button:hover:active:hover:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:hover, infobar.error button:hover:checked:focus, infobar.error button:hover:checked:hover:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover, infobar.error button.flat:hover:active:focus, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { @@ -2990,7 +2990,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } infobar.error button:focus:focus, infobar.error button:focus:hover, infobar.error button.flat:focus:focus, infobar.error button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } infobar.error button:focus:active, infobar.error button:focus:active:hover, infobar.error button:focus:active:focus, infobar.error button:focus:active:hover:focus, infobar.error button:focus:checked, infobar.error button:focus:checked:hover, infobar.error button:focus:checked:focus, infobar.error button:focus:checked:hover:focus, infobar.error button.flat:focus:active, infobar.error button.flat:focus:active:hover, infobar.error button.flat:focus:active:focus, infobar.error button.flat:focus:active:hover:focus, infobar.error button.flat:focus:checked, infobar.error button.flat:focus:checked:hover, infobar.error button.flat:focus:checked:focus, infobar.error button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.error button:focus:disabled, infobar.error button.flat:focus:disabled { @@ -3003,7 +3003,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } infobar.error button:focus:hover:focus, infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:focus, infobar.error button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } infobar.error button:focus:hover:active, infobar.error button:focus:hover:active:hover, infobar.error button:focus:hover:active:focus, infobar.error button:focus:hover:active:hover:focus, infobar.error button:focus:hover:checked, infobar.error button:focus:hover:checked:hover, infobar.error button:focus:hover:checked:focus, infobar.error button:focus:hover:checked:hover:focus, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:hover, infobar.error button.flat:focus:hover:active:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:hover, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { @@ -3012,13 +3012,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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: #527065; } + border-color: #b24160; } infobar.error button:checked:active, infobar.error button:checked:active:hover, infobar.error button:checked:active:focus, infobar.error button:checked:active:hover:focus, infobar.error button:checked:checked, infobar.error button:checked:checked:hover, infobar.error button:checked:checked:focus, infobar.error button:checked:checked:hover:focus, infobar.error button:active:active, infobar.error button:active:active:hover, infobar.error button:active:active:focus, infobar.error button:active:active:hover:focus, 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:checked:active, infobar.error button.flat:checked:active:hover, infobar.error button.flat:checked:active:focus, infobar.error button.flat:checked:active:hover:focus, infobar.error button.flat:checked:checked, infobar.error button.flat:checked:checked:hover, infobar.error button.flat:checked:checked:focus, infobar.error button.flat:checked:checked:hover:focus, infobar.error button.flat:active:active, infobar.error button.flat:active:active:hover, infobar.error button.flat:active:active:focus, infobar.error button.flat:active:active: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(179, 179, 179, 0.22); } infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { @@ -3027,7 +3027,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { @@ -3040,7 +3040,7 @@ infobar { color: mix(#f44336,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -3127,14 +3127,14 @@ entry, menuitem entry, popover.background entry, .osd entry, entry:selected, popover.background entry:selected, #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } entry:disabled, popover.background entry:disabled, #XfceNotifyWindow entry:disabled, #login_window entry:disabled { box-shadow: none; } entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-width: 0; border-radius: 5px; @@ -3156,7 +3156,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { color: #fff; - border-color: #527065; + border-color: #b24160; background-color: #ef6c00; box-shadow: none; } entry.warning selection, @@ -3174,7 +3174,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { color: #fff; - border-color: #527065; + border-color: #b24160; background-color: #f44336; box-shadow: none; } entry.error selection, @@ -3192,7 +3192,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { color: #fff; - border-color: #527065; + border-color: #b24160; background-color: #f44336; box-shadow: none; } entry.search-missing selection, @@ -3243,7 +3243,7 @@ menu, menu:selected, .menu:selected, .context-menu:selected { - background-color: #83a598; } + background-color: #d3869b; } menu separator, .csd menu separator, .menu separator, @@ -3276,7 +3276,7 @@ menu, .context-menu menuitem:active, .context-menu menuitem:hover { border: 0; - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; } menu menuitem *:active, menu menuitem *:hover, @@ -3350,7 +3350,7 @@ menu, .context-menu menuitem.button.flat:active:hover, .context-menu menuitem.button.flat:selected { background-image: none; - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } menu menuitem calendar, .menu menuitem calendar, @@ -3453,7 +3453,7 @@ menuitem entry { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } menuitem entry:focus, menuitem entry:hover { - border-color: #527065; } + border-color: #b24160; } 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: shade(mix(#32302f,#ebdbb2,0.2),0.7); } menuitem entry:disabled { @@ -3461,7 +3461,7 @@ menuitem entry { menuitem entry:active:disabled, menuitem entry:checked:disabled { border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); } menuitem entry:focus, menuitem entry:active { - border-color: #527065; } + border-color: #b24160; } menuitem entry:disabled { background-color: #2d2b2a; background-image: none; @@ -3471,7 +3471,7 @@ menuitem entry { /*opacity: .8;*/ color: mix(#32302f,#ebdbb2,0.5); } menuitem entry:disabled:focus, menuitem entry:disabled:hover { - border-color: #527065; } + border-color: #b24160; } menuitem entry:disabled:active, menuitem entry:disabled:active:hover, menuitem entry:disabled:active:focus, menuitem entry:disabled:active:hover:focus, menuitem entry:disabled:checked, menuitem entry:disabled:checked:hover, menuitem entry:disabled:checked:focus, menuitem entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.7); } menuitem entry:disabled:disabled { @@ -3496,7 +3496,7 @@ popover.background { border-width: 1px; border-style: solid; } .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover { - border-color: #527065; } + border-color: #b24160; } .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: rgba(209, 173, 80, 0.5); } .csd popover.background:disabled, popover.background:disabled { @@ -3506,12 +3506,12 @@ popover.background { 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: #83a598; } + border-top-color: #d3869b; } popover.background treeview.view, popover.background treeview.view:backdrop { border-top-color: #3c3a38; } popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { background-image: none; - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background iconview:backdrop, popover.background list, popover.background list:backdrop { background-color: #413e3d; @@ -3524,7 +3524,7 @@ popover.background { color: #ebdbb2; } 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: #83a598; + background-color: #d3869b; color: #ebdbb2; } popover.background .frame { border-color: #282626; @@ -3538,7 +3538,7 @@ popover.background { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } popover.background entry:focus, popover.background entry:hover { - border-color: #527065; } + border-color: #b24160; } 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: shade(mix(#ebdbb2,#282828,0.2),0.7); } popover.background entry:disabled { @@ -3546,7 +3546,7 @@ popover.background { popover.background entry:active:disabled, popover.background entry:checked:disabled { border-color: shade(mix(#ebdbb2,#282828,0.2),0.8); } popover.background entry:focus, popover.background entry:active { - border-color: #527065; } + border-color: #b24160; } popover.background entry:disabled { background-color: #e2cc91; background-image: none; @@ -3556,7 +3556,7 @@ popover.background { /*opacity: .8;*/ color: mix(#ebdbb2,#282828,0.5); } popover.background entry:disabled:focus, popover.background entry:disabled:hover { - border-color: #527065; } + border-color: #b24160; } popover.background entry:disabled:active, popover.background entry:disabled:active:hover, popover.background entry:disabled:active:focus, popover.background entry:disabled:active:hover:focus, popover.background entry:disabled:checked, popover.background entry:disabled:checked:hover, popover.background entry:disabled:checked:focus, popover.background entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#ebdbb2,#282828,0.2),0.4),0.7); } popover.background entry:disabled:disabled { @@ -3570,7 +3570,7 @@ popover.background { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } popover.background button:focus, popover.background button:hover { - border-color: #527065; } + border-color: #b24160; } 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 { border-color: rgba(209, 173, 80, 0.22); } popover.background button:disabled { @@ -3590,7 +3590,7 @@ popover.background { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } popover.background button:hover:active, popover.background button:hover:active:hover, popover.background button:hover:active:focus, popover.background button:hover:active:hover:focus, popover.background button:hover:checked, popover.background button:hover:checked:hover, popover.background button:hover:checked:focus, popover.background button:hover:checked:hover:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover, popover.background button.flat:hover:active:focus, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } popover.background button:hover:disabled, popover.background button.flat:hover:disabled { @@ -3604,7 +3604,7 @@ popover.background { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } popover.background button:focus:focus, popover.background button:focus:hover, popover.background button.flat:focus:focus, popover.background button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } popover.background button:focus:active, popover.background button:focus:active:hover, popover.background button:focus:active:focus, popover.background button:focus:active:hover:focus, popover.background button:focus:checked, popover.background button:focus:checked:hover, popover.background button:focus:checked:focus, popover.background button:focus:checked:hover:focus, popover.background button.flat:focus:active, popover.background button.flat:focus:active:hover, popover.background button.flat:focus:active:focus, popover.background button.flat:focus:active:hover:focus, popover.background button.flat:focus:checked, popover.background button.flat:focus:checked:hover, popover.background button.flat:focus:checked:focus, popover.background button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } popover.background button:focus:disabled, popover.background button.flat:focus:disabled { @@ -3617,7 +3617,7 @@ popover.background { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } popover.background button:focus:hover:focus, popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:focus, popover.background button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } popover.background button:focus:hover:active, popover.background button:focus:hover:active:hover, popover.background button:focus:hover:active:focus, popover.background button:focus:hover:active:hover:focus, popover.background button:focus:hover:checked, popover.background button:focus:hover:checked:hover, popover.background button:focus:hover:checked:focus, popover.background button:focus:hover:checked:hover:focus, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:hover, popover.background button.flat:focus:hover:active:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:hover, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { @@ -3626,13 +3626,13 @@ popover.background { border-color: rgba(218, 188, 112, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } 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: #527065; } + border-color: #b24160; } popover.background button:checked:active, popover.background button:checked:active:hover, popover.background button:checked:active:focus, popover.background button:checked:active:hover:focus, popover.background button:checked:checked, popover.background button:checked:checked:hover, popover.background button:checked:checked:focus, popover.background button:checked:checked:hover:focus, popover.background button:active:active, popover.background button:active:active:hover, popover.background button:active:active:focus, popover.background button:active:active:hover:focus, popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:checked:active, popover.background button.flat:checked:active:hover, popover.background button.flat:checked:active:focus, popover.background button.flat:checked:active:hover:focus, popover.background button.flat:checked:checked, popover.background button.flat:checked:checked:hover, popover.background button.flat:checked:checked:focus, popover.background button.flat:checked:checked:hover:focus, popover.background button.flat:active:active, popover.background button.flat:active:active:hover, popover.background button.flat:active:active:focus, popover.background button.flat:active:active:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { @@ -3641,7 +3641,7 @@ popover.background { border-color: rgba(218, 188, 112, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { @@ -3654,7 +3654,7 @@ popover.background { color: mix(#282828,#ebdbb2,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -3666,7 +3666,7 @@ popover.background { popover.background .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 7, 0.22); } popover.background .linked > button:focus, popover.background .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.42); } + box-shadow: inset -1px 0 #b24160, 0 1px 2px -1px rgba(6, 6, 7, 0.42); } 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 -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 7, 0.07), inset 0 -1px rgba(6, 6, 7, 0.05); } popover.background .linked > button:disabled { @@ -3692,7 +3692,7 @@ menuitem.button.flat { transition: none; } modelbutton.flat:hover, menuitem.button.flat:hover { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } modelbutton.flat:checked, menuitem.button.flat:checked { @@ -3779,7 +3779,7 @@ frame.app-notification { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } frame.app-notification button:focus, frame.app-notification button:hover { - border-color: #527065; } + border-color: #b24160; } 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(209, 173, 80, 0.22); } frame.app-notification button:disabled { @@ -3799,7 +3799,7 @@ frame.app-notification { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 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: #527065; } + border-color: #b24160; } frame.app-notification button:hover:active, frame.app-notification button:hover:active:hover, frame.app-notification button:hover:active:focus, frame.app-notification button:hover:active:hover:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:hover, frame.app-notification button:hover:checked:focus, frame.app-notification button:hover:checked:hover:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover, frame.app-notification button.flat:hover:active:focus, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { @@ -3813,7 +3813,7 @@ frame.app-notification { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } frame.app-notification button:focus:focus, frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:focus, frame.app-notification button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } frame.app-notification button:focus:active, frame.app-notification button:focus:active:hover, frame.app-notification button:focus:active:focus, frame.app-notification button:focus:active:hover:focus, frame.app-notification button:focus:checked, frame.app-notification button:focus:checked:hover, frame.app-notification button:focus:checked:focus, frame.app-notification button:focus:checked:hover:focus, frame.app-notification button.flat:focus:active, frame.app-notification button.flat:focus:active:hover, frame.app-notification button.flat:focus:active:focus, frame.app-notification button.flat:focus:active:hover:focus, frame.app-notification button.flat:focus:checked, frame.app-notification button.flat:focus:checked:hover, frame.app-notification button.flat:focus:checked:focus, frame.app-notification button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } frame.app-notification button:focus:disabled, frame.app-notification button.flat:focus:disabled { @@ -3826,7 +3826,7 @@ frame.app-notification { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } frame.app-notification button:focus:hover:focus, frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:focus, frame.app-notification button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } frame.app-notification button:focus:hover:active, frame.app-notification button:focus:hover:active:hover, frame.app-notification button:focus:hover:active:focus, frame.app-notification button:focus:hover:active:hover:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button:focus:hover:checked:hover, frame.app-notification button:focus:hover:checked:focus, frame.app-notification button:focus:hover:checked:hover:focus, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:hover, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:hover, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { @@ -3835,13 +3835,13 @@ frame.app-notification { border-color: rgba(218, 188, 112, 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 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 { - border-color: #527065; } + border-color: #b24160; } frame.app-notification button:checked:active, frame.app-notification button:checked:active:hover, frame.app-notification button:checked:active:focus, frame.app-notification button:checked:active:hover:focus, frame.app-notification button:checked:checked, frame.app-notification button:checked:checked:hover, frame.app-notification button:checked:checked:focus, frame.app-notification button:checked:checked:hover:focus, frame.app-notification button:active:active, frame.app-notification button:active:active:hover, frame.app-notification button:active:active:focus, frame.app-notification button:active:active:hover:focus, 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:checked:active, frame.app-notification button.flat:checked:active:hover, frame.app-notification button.flat:checked:active:focus, frame.app-notification button.flat:checked:active:hover:focus, frame.app-notification button.flat:checked:checked, frame.app-notification button.flat:checked:checked:hover, frame.app-notification button.flat:checked:checked:focus, frame.app-notification button.flat:checked:checked:hover:focus, frame.app-notification button.flat:active:active, frame.app-notification button.flat:active:active:hover, frame.app-notification button.flat:active:active:focus, frame.app-notification button.flat:active:active: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(209, 173, 80, 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 { @@ -3850,7 +3850,7 @@ frame.app-notification { border-color: rgba(218, 188, 112, 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { @@ -3863,7 +3863,7 @@ frame.app-notification { color: mix(rgba(50, 48, 47, 0.8),#ebdbb2,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -4019,7 +4019,7 @@ textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, treeview.view:selected:focus, treeview.view:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view iconview:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, .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: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 iconview:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected { - background-color: #83a598; } + background-color: #d3869b; } row:selected label, label:selected, entry selection, menuitem entry selection, popover.background entry selection, .osd entry selection, #XfceNotifyWindow entry selection, #login_window entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, menuitem.button.flat:active, @@ -4040,7 +4040,7 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, .cs-category-view:disabled:selected, .cs-category-view iconview:disabled:selected:focus, .cs-category-view iconview:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected { - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#ebdbb2,#d3869b,0.5); } row:selected label:backdrop, label:backdrop:selected, label:backdrop selection, entry selection:backdrop, #XfceNotifyWindow entry selection:backdrop, #login_window entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop, menuitem.button.flat:backdrop:active, @@ -4050,8 +4050,8 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, .cs-category-view:backdrop:selected, .cs-category-view iconview:backdrop:selected:focus, .cs-category-view iconview:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected:focus, .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 iconview:backdrop:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected { - background-color: #83a598; - color: mix(#83a598,#ebdbb2,0.66); } + background-color: #d3869b; + color: mix(#d3869b,#ebdbb2,0.66); } row:selected label:backdrop:disabled, label:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, entry selection:backdrop:disabled, #XfceNotifyWindow entry selection:backdrop:disabled, #login_window entry selection:backdrop:disabled, calendar:backdrop:disabled:selected, row:backdrop:disabled:selected, flowbox flowboxchild:backdrop:disabled:selected, modelbutton.flat:backdrop:disabled:active, modelbutton.flat:active arrow:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected, modelbutton.flat:selected arrow:backdrop:disabled, menuitem.button.flat:backdrop:disabled:active, @@ -4060,7 +4060,7 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . menuitem.button.flat:selected arrow:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, textview text selection:backdrop:disabled, .cs-category-view:backdrop:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:disabled:selected { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#d3869b,#ebdbb2,0.66),#d3869b,0.3); } /********* ! Buttons @@ -4116,7 +4116,7 @@ notebook { border-top-width: 3px; border-radius: 1px 1px 0 0; } notebook > header.top > tabs > tab:checked { - border-top-color: #83a598; } + border-top-color: #d3869b; } notebook > header.top > tabs > tab + tab { margin-left: -1px; } notebook > header.bottom { @@ -4131,7 +4131,7 @@ notebook { border-bottom-width: 3px; border-radius: 0 0 1px 1px; } notebook > header.bottom > tabs > tab:checked { - border-bottom-color: #83a598; } + border-bottom-color: #d3869b; } notebook > header.bottom > tabs > tab + tab { margin-left: -1px; } notebook > header.right { @@ -4146,7 +4146,7 @@ notebook { border-right-width: 3px; border-radius: 0 1px 1px 0; } notebook > header.right > tabs > tab:checked { - border-right-color: #83a598; } + border-right-color: #d3869b; } notebook > header.right > tabs > tab + tab { margin-top: -1px; } notebook > header.left { @@ -4161,7 +4161,7 @@ notebook { border-left-width: 3px; border-radius: 1px 0 0 1px; } notebook > header.left > tabs > tab:checked { - border-left-color: #83a598; } + border-left-color: #d3869b; } notebook > header.left > tabs > tab + tab { margin-top: -1px; } notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { @@ -4215,7 +4215,7 @@ notebook { notebook > header > tabs > tab button.flat:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - color: #83a598; } + color: #d3869b; } /********* ! Buttons @@ -4245,7 +4245,7 @@ button.osd, button.osd:focus, button.osd:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: #527065; } + border-color: #b24160; } 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, @@ -4283,7 +4283,7 @@ button.osd, #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } button.osd:hover:active, button.osd:hover:active:hover, button.osd:hover:active:focus, button.osd:hover:active:hover:focus, button.osd:hover:checked, button.osd:hover:checked:hover, button.osd:hover:checked:focus, button.osd:hover:checked:hover:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover, button.osd.flat:hover:active:focus, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover, button.osd.flat:hover:checked:focus, button.osd.flat:hover:checked:hover:focus, #XfceNotifyWindow button:hover:active, #XfceNotifyWindow button:hover:active:hover, @@ -4325,7 +4325,7 @@ button.osd, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } button.osd:focus:active, button.osd:focus:active:hover, button.osd:focus:active:focus, button.osd:focus:active:hover:focus, button.osd:focus:checked, button.osd:focus:checked:hover, button.osd:focus:checked:focus, button.osd:focus:checked:hover:focus, button.osd.flat:focus:active, button.osd.flat:focus:active:hover, button.osd.flat:focus:active:focus, button.osd.flat:focus:active:hover:focus, button.osd.flat:focus:checked, button.osd.flat:focus:checked:hover, button.osd.flat:focus:checked:focus, button.osd.flat:focus:checked:hover:focus, #XfceNotifyWindow button:focus:active, #XfceNotifyWindow button:focus:active:hover, @@ -4366,7 +4366,7 @@ button.osd, #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } button.osd:focus:hover:active, button.osd:focus:hover:active:hover, button.osd:focus:hover:active:focus, button.osd:focus:hover:active:hover:focus, button.osd:focus:hover:checked, button.osd:focus:hover:checked:hover, button.osd:focus:hover:checked:focus, button.osd:focus:hover:checked:hover:focus, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:hover, button.osd.flat:focus:hover:active:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:hover, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:checked:hover:focus, #XfceNotifyWindow button:focus:hover:active, #XfceNotifyWindow button:focus:hover:active:hover, @@ -4401,7 +4401,7 @@ button.osd, #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -4415,7 +4415,7 @@ button.osd, #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } button.osd:checked:active, button.osd:checked:active:hover, button.osd:checked:active:focus, button.osd:checked:active:hover:focus, button.osd:checked:checked, button.osd:checked:checked:hover, button.osd:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd:active:active, button.osd:active:active:hover, button.osd:active:active:focus, button.osd:active:active:hover:focus, button.osd:active:checked, button.osd:active:checked:hover, button.osd:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat:active:checked:hover:focus, #XfceNotifyWindow button:checked:active, #XfceNotifyWindow button:checked:active:hover, @@ -4476,7 +4476,7 @@ button.osd, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, @@ -4499,7 +4499,7 @@ button.osd, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -4543,7 +4543,7 @@ progressbar.osd { progressbar.osd progress { border-style: none; border-radius: 0; - background-color: #83a598; + background-color: #d3869b; background-image: none; } .osd, @@ -4570,7 +4570,7 @@ progressbar.osd { .osd button:focus, .osd button:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: #527065; } + border-color: #b24160; } .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, @@ -4608,7 +4608,7 @@ progressbar.osd { #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } .osd button:hover:active, .osd button:hover:active:hover, .osd button:hover:active:focus, .osd button:hover:active:hover:focus, .osd button:hover:checked, .osd button:hover:checked:hover, .osd button:hover:checked:focus, .osd button:hover:checked:hover:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover, .osd button.flat:hover:active:focus, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover, .osd button.flat:hover:checked:focus, .osd button.flat:hover:checked:hover:focus, #XfceNotifyWindow button:hover:active, #XfceNotifyWindow button:hover:active:hover, @@ -4650,7 +4650,7 @@ progressbar.osd { #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } .osd button:focus:active, .osd button:focus:active:hover, .osd button:focus:active:focus, .osd button:focus:active:hover:focus, .osd button:focus:checked, .osd button:focus:checked:hover, .osd button:focus:checked:focus, .osd button:focus:checked:hover:focus, .osd button.flat:focus:active, .osd button.flat:focus:active:hover, .osd button.flat:focus:active:focus, .osd button.flat:focus:active:hover:focus, .osd button.flat:focus:checked, .osd button.flat:focus:checked:hover, .osd button.flat:focus:checked:focus, .osd button.flat:focus:checked:hover:focus, #XfceNotifyWindow button:focus:active, #XfceNotifyWindow button:focus:active:hover, @@ -4691,7 +4691,7 @@ progressbar.osd { #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } .osd button:focus:hover:active, .osd button:focus:hover:active:hover, .osd button:focus:hover:active:focus, .osd button:focus:hover:active:hover:focus, .osd button:focus:hover:checked, .osd button:focus:hover:checked:hover, .osd button:focus:hover:checked:focus, .osd button:focus:hover:checked:hover:focus, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:hover, .osd button.flat:focus:hover:active:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:hover, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:checked:hover:focus, #XfceNotifyWindow button:focus:hover:active, #XfceNotifyWindow button:focus:hover:active:hover, @@ -4726,7 +4726,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -4740,7 +4740,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } .osd button:checked:active, .osd button:checked:active:hover, .osd button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button:checked:checked, .osd button:checked:checked:hover, .osd button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button:active:active, .osd button:active:active:hover, .osd button:active:active:focus, .osd button:active:active:hover:focus, .osd button:active:checked, .osd button:active:checked:hover, .osd button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat:active:checked:hover:focus, #XfceNotifyWindow button:checked:active, #XfceNotifyWindow button:checked:active:hover, @@ -4801,7 +4801,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, @@ -4824,7 +4824,7 @@ progressbar.osd { #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -4849,7 +4849,7 @@ progressbar.osd { .osd entry:focus, .osd entry:hover, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:hover { - border-color: #527065; } + border-color: #b24160; } .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, @@ -4870,7 +4870,7 @@ progressbar.osd { .osd entry:focus, .osd entry:active, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:active { - border-color: #527065; } + border-color: #b24160; } .osd entry:disabled, #XfceNotifyWindow entry:disabled { background-color: #2d2b2a; @@ -4883,7 +4883,7 @@ progressbar.osd { .osd entry:disabled:focus, .osd entry:disabled:hover, #XfceNotifyWindow entry:disabled:focus, #XfceNotifyWindow entry:disabled:hover { - border-color: #527065; } + border-color: #b24160; } .osd entry:disabled:active, .osd entry:disabled:active:hover, .osd entry:disabled:active:focus, .osd entry:disabled:active:hover:focus, .osd entry:disabled:checked, .osd entry:disabled:checked:hover, .osd entry:disabled:checked:focus, .osd entry:disabled:checked:hover:focus, #XfceNotifyWindow entry:disabled:active, #XfceNotifyWindow entry:disabled:active:hover, @@ -4917,7 +4917,7 @@ progressbar.osd { .osd scale slider:focus, .osd scale slider:hover, #XfceNotifyWindow scale slider:focus, #XfceNotifyWindow scale slider:hover { - border-color: #527065; } + border-color: #b24160; } .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, @@ -4946,8 +4946,8 @@ progressbar.osd { background-image: none; } .osd scale trough.highlight, #XfceNotifyWindow scale trough.highlight { - border-color: #83a598; - background-color: #83a598; + border-color: #d3869b; + background-color: #d3869b; background-image: none; } .osd scale trough:disabled, .osd scale trough.highlight:disabled, #XfceNotifyWindow scale trough:disabled, @@ -4960,20 +4960,20 @@ progressbar.osd { background-color: rgba(68, 66, 64, 0.8); } .osd scale trough highlight, #XfceNotifyWindow scale trough highlight { - background-color: #83a598; } + background-color: #d3869b; } .osd scale slider, #XfceNotifyWindow scale slider { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #d3869b; + border-color: #d3869b; } .osd scale slider:hover, #XfceNotifyWindow scale slider:hover { - background-color: #a1bab1; - border-color: #a1bab1; } + background-color: #e1abba; + border-color: #e1abba; } .osd scale slider:active, #XfceNotifyWindow scale slider:active { - background-color: #678e7f; - border-color: #678e7f; } + background-color: #c5617c; + border-color: #c5617c; } .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, #XfceNotifyWindow.view, iconview#XfceNotifyWindow, @@ -4995,8 +4995,8 @@ progressbar.osd { background-color: mix(rgba(50, 48, 47, 0.8),#ebdbb2,0.31); } .osd scrollbar slider:active, #XfceNotifyWindow scrollbar slider:active { - border-color: #72998a; - background-color: #83a598; } + border-color: #ca6d86; + background-color: #d3869b; } .osd iconview.cell:selected, .osd iconview.cell:selected:focus, #XfceNotifyWindow iconview.cell:selected, #XfceNotifyWindow iconview.cell:selected:focus { @@ -5029,7 +5029,7 @@ progressbar.osd { .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover, #XfceNotifyWindow spinbutton:not(.vertical):focus, #XfceNotifyWindow spinbutton:not(.vertical):hover { - border-color: #527065; } + border-color: #b24160; } .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, @@ -5050,7 +5050,7 @@ progressbar.osd { .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active, #XfceNotifyWindow spinbutton:not(.vertical):focus, #XfceNotifyWindow spinbutton:not(.vertical):active { - border-color: #527065; } + border-color: #b24160; } .osd spinbutton:not(.vertical):disabled, #XfceNotifyWindow spinbutton:not(.vertical):disabled { background-color: #2d2b2a; @@ -5071,7 +5071,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: #527065; } + border-color: #b24160; } .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, @@ -5109,7 +5109,7 @@ progressbar.osd { #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: #527065; } + border-color: #b24160; } .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:hover, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:hover, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .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, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:hover, @@ -5151,7 +5151,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } .osd spinbutton:not(.vertical) button:focus:active, .osd spinbutton:not(.vertical) button:focus:active:hover, .osd spinbutton:not(.vertical) button:focus:active:focus, .osd spinbutton:not(.vertical) button:focus:active:hover:focus, .osd spinbutton:not(.vertical) button:focus:checked, .osd spinbutton:not(.vertical) button:focus:checked:hover, .osd spinbutton:not(.vertical) button:focus:checked:focus, .osd spinbutton:not(.vertical) button:focus:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:active, .osd spinbutton:not(.vertical) button.flat:focus:active:hover, .osd spinbutton:not(.vertical) button.flat:focus:active:focus, .osd spinbutton:not(.vertical) button.flat:focus:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:checked, .osd spinbutton:not(.vertical) button.flat:focus:checked:hover, .osd spinbutton:not(.vertical) button.flat:focus:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:checked:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:active, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:active:hover, @@ -5192,7 +5192,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button:focus:hover:active:hover, .osd spinbutton:not(.vertical) button:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked: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:focus:hover:active:hover, @@ -5227,7 +5227,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -5241,7 +5241,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: #527065; } + border-color: #b24160; } .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover, @@ -5302,7 +5302,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .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, @@ -5325,7 +5325,7 @@ progressbar.osd { #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -5378,7 +5378,7 @@ progressbar.osd { .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: #527065; } + border-color: #b24160; } .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, @@ -5416,7 +5416,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:hover, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:hover, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:hover, @@ -5458,7 +5458,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } .osd spinbutton.vertical button:first-child:focus:active, .osd spinbutton.vertical button:first-child:focus:active:hover, .osd spinbutton.vertical button:first-child:focus:active:focus, .osd spinbutton.vertical button:first-child:focus:active:hover:focus, .osd spinbutton.vertical button:first-child:focus:checked, .osd spinbutton.vertical button:first-child:focus:checked:hover, .osd spinbutton.vertical button:first-child:focus:checked:focus, .osd spinbutton.vertical button:first-child:focus:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:active, .osd spinbutton.vertical button:first-child.flat:focus:active:hover, .osd spinbutton.vertical button:first-child.flat:focus:active:focus, .osd spinbutton.vertical button:first-child.flat:focus:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:checked, .osd spinbutton.vertical button:first-child.flat:focus:checked:hover, .osd spinbutton.vertical button:first-child.flat:focus:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:active, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:active:hover, @@ -5499,7 +5499,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child:focus:hover:active:hover, .osd spinbutton.vertical button:first-child:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:hover, @@ -5534,7 +5534,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -5548,7 +5548,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover, @@ -5609,7 +5609,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover, @@ -5632,7 +5632,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -5650,7 +5650,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; @@ -5658,7 +5658,7 @@ scrolledwindow overshoot.top { border: 0; box-shadow: none; } scrolledwindow overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; @@ -5667,7 +5667,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; @@ -5675,7 +5675,7 @@ scrolledwindow overshoot.bottom { border: 0; box-shadow: none; } scrolledwindow overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; @@ -5684,7 +5684,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; @@ -5692,7 +5692,7 @@ scrolledwindow overshoot.left { border: 0; box-shadow: none; } scrolledwindow overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; @@ -5701,7 +5701,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; @@ -5709,7 +5709,7 @@ scrolledwindow overshoot.right { border: 0; box-shadow: none; } scrolledwindow overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; @@ -5800,7 +5800,7 @@ progressbar { background-image: none; border-radius: 5px; } progressbar progress { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-radius: 0; } progressbar progress.left { @@ -5845,7 +5845,7 @@ levelbar.vertical.discrete block { margin: 0; } levelbar block { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-color: transparent; border-radius: 5px; } @@ -5856,7 +5856,7 @@ levelbar block { background-color: #4caf50; border-color: transparent; } levelbar block.full { - background-color: #64897b; + background-color: #c15371; border-color: transparent; } levelbar block.empty { background-color: transparent; @@ -5882,7 +5882,7 @@ scale { scale.fine-tune slider { margin: -7px; } scale.fine-tune highlight { - background-color: #94b1a6; } + background-color: #dc9fb0; } scale.fine-tune fill, scale.fine-tune highlight, scale.fine-tune trough { @@ -5906,19 +5906,19 @@ scale { menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: mix(#ebdbb2,#83a598,0.55); } + background-color: mix(#ebdbb2,#d3869b,0.55); } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #83a598; } + background-color: #d3869b; } scale highlight:disabled { - background-color: rgba(131, 165, 152, 0.55); } + background-color: rgba(211, 134, 155, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(131, 165, 152, 0.5); } + background-color: rgba(211, 134, 155, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { @@ -5931,8 +5931,8 @@ scale { background-color: #f0e4c6; } scale slider:active { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #d3869b; + border-color: #d3869b; } scale slider:disabled { background-color: mix(#ebdbb2,#ebdbb2,0.55); border-color: rgba(50, 48, 47, 0); } @@ -5945,18 +5945,18 @@ scale { menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: mix(#ebdbb2,#83a598,0.85); - border-color: mix(#ebdbb2,#83a598,0.85); } + background-color: mix(#ebdbb2,#d3869b,0.85); + border-color: mix(#ebdbb2,#d3869b,0.85); } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: mix(#ebdbb2,#83a598,0.5); - border-color: mix(#ebdbb2,#83a598,0.5); } + background-color: mix(#ebdbb2,#d3869b,0.5); + border-color: mix(#ebdbb2,#d3869b,0.5); } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: mix(#ebdbb2,#83a598,0.55); - border-color: mix(#ebdbb2,#83a598,0.55); } + background-color: mix(#ebdbb2,#d3869b,0.55); + border-color: mix(#ebdbb2,#d3869b,0.55); } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -6057,7 +6057,7 @@ scrollbar { scrollbar slider:hover { background-color: mix(#ebdbb2,#1d2021,0.7); } scrollbar slider:hover:active { - background-color: #a1bab1; } + background-color: #e1abba; } scrollbar slider:backdrop { background-color: mix(mix(#1d2021,#ebdbb2,0.5),#ebdbb2,0.4); } scrollbar slider:disabled { @@ -6067,7 +6067,7 @@ scrollbar { scrollbar.vertical slider { min-height: 40px; } scrollbar.fine-tune slider:active { - background-color: #bed0c9; } + background-color: #eed1d9; } scrollbar.overlay-indicator { opacity: .8; } scrollbar.overlay-indicator:not(.dragging):not(.hovering) { @@ -6105,7 +6105,7 @@ scrollbar { scrollbar button:hover { color: mix(#ebdbb2,#1d2021,0.7); } scrollbar button:active, scrollbar button:checked { - color: #a1bab1; } + color: #e1abba; } scrollbar button:backdrop { color: mix(mix(#1d2021,#ebdbb2,0.5),#ebdbb2,0.4); } scrollbar.vertical button.down { @@ -6167,7 +6167,7 @@ placessidebar row { placessidebar row:backdrop { color: mix(#1d2021,#ebdbb2,0.5); } placessidebar row:backdrop:selected { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#d3869b,#ebdbb2,0.66); } placessidebar row:backdrop:disabled { color: #fbf7ef; } placessidebar row image.sidebar-icon { @@ -6200,7 +6200,7 @@ placessidebar row { background-image: image(#4e9a06); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #83a598; } + color: #d3869b; } placessidebar row:drop(active):not(:disabled) { color: #4e9a06; box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; } @@ -6221,7 +6221,7 @@ paned > separator { background-size: 1px 1px; background-position: center center; } paned > separator:selected { - background-image: image(#83a598); } + background-image: image(#d3869b); } paned > separator:backdrop { background-image: image(mix(#ebdbb2,#e1c98b,0.9)); } paned > separator.wide { @@ -6266,7 +6266,7 @@ paned.titlebar > separator { spinner { background-image: none; - color: #83a598; + color: #d3869b; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } spinner:checked { @@ -6408,9 +6408,9 @@ switch { box-shadow: 0 1px 2px 0 rgba(6, 6, 7, 0.07), 1px 0 2px 0 rgba(6, 6, 7, 0.07); border-radius: 5px; } switch:checked { - background-color: #83a598; + background-color: #d3869b; background-image: none; - border-color: #83a598; + border-color: #d3869b; color: #ebdbb2; } switch:checked slider { background-color: #fff; @@ -6429,10 +6429,10 @@ switch { list row:selected switch slider { background-color: mix(mix(#ebdbb2,#ebdbb2,0.5),#ebdbb2,0.4); } list row:selected switch:checked { - color: #83a598; + color: #d3869b; background-color: mix(#282828,#ebdbb2,0.5); } list row:selected switch:checked slider { - background-color: #83a598; } + background-color: #d3869b; } /********* ! Buttons @@ -6479,8 +6479,8 @@ textview border { rubberband, flowbox rubberband, treeview.view rubberband { - border: 1px solid #83a598; - background-color: rgba(131, 165, 152, 0.2); } + border: 1px solid #d3869b; + background-color: rgba(211, 134, 155, 0.2); } treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #ebdbb2; @@ -6491,7 +6491,7 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #ebdbb2; } treeview entry.flat:focus, treeview entry:focus { - border-color: #83a598; } + border-color: #d3869b; } treeview.view header button, treeview.view header button:hover, treeview.view header button:active { padding: 1px 4px; @@ -6523,14 +6523,14 @@ treeview.view { treeview.view:selected:focus, treeview.view:selected { border-radius: 0; } treeview.view:selected:backdrop, treeview.view:selected { - border-left-color: mix(#ebdbb2,#83a598,0.5); + border-left-color: mix(#ebdbb2,#d3869b,0.5); border-top-color: rgba(29, 32, 33, 0.1); } treeview.view:disabled { color: mix(#1d2021,#ebdbb2,0.5); } treeview.view:disabled:selected { - color: mix(#ebdbb2,#83a598,0.4); } + color: mix(#ebdbb2,#d3869b,0.4); } treeview.view:disabled:selected:backdrop { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#d3869b,#ebdbb2,0.66),#d3869b,0.3); } treeview.view:disabled:backdrop { color: #fbf7ef; } treeview.view.separator { @@ -6544,7 +6544,7 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #527065; } + border-color: #b24160; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { @@ -6557,29 +6557,29 @@ treeview.view { treeview.view.expander:hover { color: #1d2021; } treeview.view.expander:selected { - color: mix(#83a598,#ebdbb2,0.7); } + color: mix(#d3869b,#ebdbb2,0.7); } treeview.view.expander:selected:hover { color: #ebdbb2; } treeview.view.expander:selected:backdrop { - color: mix(#83a598,mix(#83a598,#ebdbb2,0.66),0.7); } + color: mix(#d3869b,mix(#d3869b,#ebdbb2,0.66),0.7); } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.expander:backdrop { color: mix(#ebdbb2,mix(#1d2021,#ebdbb2,0.5),0.7); } treeview.view.progressbar { border-radius: 5px; - border: 1px solid #527065; - background-color: #83a598; } + border: 1px solid #b24160; + background-color: #d3869b; } treeview.view.progressbar:selected { - border: 1px solid mix(#83a598,#ebdbb2,0.2); } + border: 1px solid mix(#d3869b,#ebdbb2,0.2); } treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); - background-color: #83a598; + background-color: #d3869b; background-image: none; border-radius: 5px; } treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { border-color: #ebdbb2; - background-color: mix(#ebdbb2,#83a598,0.9); } + background-color: mix(#ebdbb2,#d3869b,0.9); } treeview.view.progressbar:disabled { background-color: #ebdbb2; background-image: none; @@ -6592,7 +6592,7 @@ treeview.view { background-color: rgba(29, 32, 33, 0.1); border-radius: 5px; } treeview.view.trough:selected:focus, treeview.view.trough:selected { - background-color: #83a598; + background-color: #d3869b; border-radius: 5px; } treeview.view header button { color: mix(#1d2021,#ebdbb2,0.5); @@ -6617,14 +6617,14 @@ treeview.view { padding: 0 6px; transition: none; background-image: none; - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; border-radius: 0; border-style: none; box-shadow: inset 0 0 0 1px #ebdbb2; text-shadow: none; } treeview.view acceleditor > label { - background-color: #83a598; } + background-color: #d3869b; } /*********** ! Separator @@ -6848,10 +6848,10 @@ PanelSeparator, MatePanelAppletFrameDBus { color: mix(#1d2021,#ebdbb2,0.85); } .clocks-analog-frame.progress { - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#ebdbb2,#d3869b,0.5); } .clocks-analog-frame.progress-fast { - color: #57786b; } + color: #b1405f; } /***************** ! Gnome Builder * @@ -7093,8 +7093,8 @@ paned.titlebar { background-color: rgba(29, 32, 33, 0.5); border-color: rgba(26, 29, 30, 0.5); } .disk-space-display.used { - background-color: rgba(131, 165, 152, 0.8); - border-color: rgba(114, 153, 138, 0.8); } + background-color: rgba(211, 134, 155, 0.8); + border-color: rgba(202, 109, 134, 0.8); } .disk-space-display.free { background-color: #e7d3a2; border-color: #dfc582; } @@ -7108,7 +7108,7 @@ paned.titlebar { .conflict-row.activatable:selected { color: #ebdbb2; - background-color: #83a598; } + background-color: #d3869b; } /******** ! Nemo * @@ -7137,7 +7137,7 @@ paned.titlebar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); } .nemo-window toolbar button:focus, .nemo-window toolbar button:hover { - border-color: #527065; } + border-color: #b24160; } .nemo-window toolbar button:active, .nemo-window toolbar button:active:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover:focus, .nemo-window toolbar button:checked, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover:focus { border-color: rgba(20, 22, 23, 0.32); } .nemo-window toolbar button:disabled { @@ -7157,7 +7157,7 @@ paned.titlebar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } .nemo-window toolbar button:hover:focus, .nemo-window toolbar button:hover:hover, .nemo-window toolbar button.flat:hover:focus, .nemo-window toolbar button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } .nemo-window toolbar button:hover:active, .nemo-window toolbar button:hover:active:hover, .nemo-window toolbar button:hover:active:focus, .nemo-window toolbar button:hover:active:hover:focus, .nemo-window toolbar button:hover:checked, .nemo-window toolbar button:hover:checked:hover, .nemo-window toolbar button:hover:checked:focus, .nemo-window toolbar button:hover:checked:hover:focus, .nemo-window toolbar button.flat:hover:active, .nemo-window toolbar button.flat:hover:active:hover, .nemo-window toolbar button.flat:hover:active:focus, .nemo-window toolbar button.flat:hover:active:hover:focus, .nemo-window toolbar button.flat:hover:checked, .nemo-window toolbar button.flat:hover:checked:hover, .nemo-window toolbar button.flat:hover:checked:focus, .nemo-window toolbar button.flat:hover:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } .nemo-window toolbar button:hover:disabled, .nemo-window toolbar button.flat:hover:disabled { @@ -7171,7 +7171,7 @@ paned.titlebar { color: #1d2021; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } .nemo-window toolbar button:focus:focus, .nemo-window toolbar button:focus:hover, .nemo-window toolbar button.flat:focus:focus, .nemo-window toolbar button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } .nemo-window toolbar button:focus:active, .nemo-window toolbar button:focus:active:hover, .nemo-window toolbar button:focus:active:focus, .nemo-window toolbar button:focus:active:hover:focus, .nemo-window toolbar button:focus:checked, .nemo-window toolbar button:focus:checked:hover, .nemo-window toolbar button:focus:checked:focus, .nemo-window toolbar button:focus:checked:hover:focus, .nemo-window toolbar button.flat:focus:active, .nemo-window toolbar button.flat:focus:active:hover, .nemo-window toolbar button.flat:focus:active:focus, .nemo-window toolbar button.flat:focus:active:hover:focus, .nemo-window toolbar button.flat:focus:checked, .nemo-window toolbar button.flat:focus:checked:hover, .nemo-window toolbar button.flat:focus:checked:focus, .nemo-window toolbar button.flat:focus:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } .nemo-window toolbar button:focus:disabled, .nemo-window toolbar button.flat:focus:disabled { @@ -7184,7 +7184,7 @@ paned.titlebar { border-color: rgba(23, 26, 26, 0.4); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } .nemo-window toolbar button:focus:hover:focus, .nemo-window toolbar button:focus:hover:hover, .nemo-window toolbar button.flat:focus:hover:focus, .nemo-window toolbar button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } .nemo-window toolbar button:focus:hover:active, .nemo-window toolbar button:focus:hover:active:hover, .nemo-window toolbar button:focus:hover:active:focus, .nemo-window toolbar button:focus:hover:active:hover:focus, .nemo-window toolbar button:focus:hover:checked, .nemo-window toolbar button:focus:hover:checked:hover, .nemo-window toolbar button:focus:hover:checked:focus, .nemo-window toolbar button:focus:hover:checked:hover:focus, .nemo-window toolbar button.flat:focus:hover:active, .nemo-window toolbar button.flat:focus:hover:active:hover, .nemo-window toolbar button.flat:focus:hover:active:focus, .nemo-window toolbar button.flat:focus:hover:active:hover:focus, .nemo-window toolbar button.flat:focus:hover:checked, .nemo-window toolbar button.flat:focus:hover:checked:hover, .nemo-window toolbar button.flat:focus:hover:checked:focus, .nemo-window toolbar button.flat:focus:hover:checked:hover:focus { border-color: rgba(20, 22, 23, 0.4); } .nemo-window toolbar button:focus:hover:disabled, .nemo-window toolbar button.flat:focus:hover:disabled { @@ -7193,13 +7193,13 @@ paned.titlebar { border-color: rgba(23, 26, 26, 0.4); } .nemo-window toolbar button:checked, .nemo-window toolbar button:active, .nemo-window toolbar button.flat:checked, .nemo-window toolbar button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(29, 32, 33, 0.06), inset 0 1px rgba(29, 32, 33, 0.07), inset -1px 0 rgba(29, 32, 33, 0.06), inset 0 -1px rgba(29, 32, 33, 0.05); border-color: rgba(23, 26, 26, 0.32); } .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { - border-color: #527065; } + border-color: #b24160; } .nemo-window toolbar button:checked:active, .nemo-window toolbar button:checked:active:hover, .nemo-window toolbar button:checked:active:focus, .nemo-window toolbar button:checked:active:hover:focus, .nemo-window toolbar button:checked:checked, .nemo-window toolbar button:checked:checked:hover, .nemo-window toolbar button:checked:checked:focus, .nemo-window toolbar button:checked:checked:hover:focus, .nemo-window toolbar button:active:active, .nemo-window toolbar button:active:active:hover, .nemo-window toolbar button:active:active:focus, .nemo-window toolbar button:active:active:hover:focus, .nemo-window toolbar button:active:checked, .nemo-window toolbar button:active:checked:hover, .nemo-window toolbar button:active:checked:focus, .nemo-window toolbar button:active:checked:hover:focus, .nemo-window toolbar button.flat:checked:active, .nemo-window toolbar button.flat:checked:active:hover, .nemo-window toolbar button.flat:checked:active:focus, .nemo-window toolbar button.flat:checked:active:hover:focus, .nemo-window toolbar button.flat:checked:checked, .nemo-window toolbar button.flat:checked:checked:hover, .nemo-window toolbar button.flat:checked:checked:focus, .nemo-window toolbar button.flat:checked:checked:hover:focus, .nemo-window toolbar button.flat:active:active, .nemo-window toolbar button.flat:active:active:hover, .nemo-window toolbar button.flat:active:active:focus, .nemo-window toolbar button.flat:active:active:hover:focus, .nemo-window toolbar button.flat:active:checked, .nemo-window toolbar button.flat:active:checked:hover, .nemo-window toolbar button.flat:active:checked:focus, .nemo-window toolbar button.flat:active:checked:hover:focus { border-color: rgba(20, 22, 23, 0.32); } .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button:active:disabled, .nemo-window toolbar button.flat:checked:disabled, .nemo-window toolbar button.flat:active:disabled { @@ -7208,7 +7208,7 @@ paned.titlebar { border-color: rgba(23, 26, 26, 0.32); } .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .nemo-window toolbar button:focus, .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:focus, .nemo-window toolbar button.flat:hover { @@ -7221,7 +7221,7 @@ paned.titlebar { color: mix(#ebdbb2,#1d2021,0.5); box-shadow: none; } .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button.flat:active:disabled, .nemo-window toolbar button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7233,7 +7233,7 @@ paned.titlebar { .nemo-window toolbar .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(6, 6, 7, 0.12); } .nemo-window toolbar .linked > button:focus, .nemo-window toolbar .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } + box-shadow: inset -1px 0 #b24160, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } .nemo-window toolbar .linked > button:active, .nemo-window toolbar .linked > button:active:hover, .nemo-window toolbar .linked > button:active:focus, .nemo-window toolbar .linked > button:active:hover:focus, .nemo-window toolbar .linked > button:checked, .nemo-window toolbar .linked > button:checked:hover, .nemo-window toolbar .linked > button:checked:focus, .nemo-window toolbar .linked > button:checked:hover:focus { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(6, 6, 7, 0.07), inset 0 -1px rgba(6, 6, 7, 0.05); } .nemo-window toolbar .linked > button:disabled { @@ -7266,7 +7266,7 @@ paned.titlebar { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(6, 6, 7, 0.12); -NemoPathbarButton-border-radius: 5px; } .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } + box-shadow: inset -1px 0 #b24160, 0 1px 2px -1px rgba(6, 6, 7, 0.32); } .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 -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(6, 6, 7, 0.07), inset 0 -1px rgba(6, 6, 7, 0.05); } .nemo-window toolbar toolitem stack widget button:disabled { @@ -7306,14 +7306,14 @@ paned.titlebar { background-color: mix(#ebdbb2,#ebdbb2,0.5); } .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { -NemoPlacesTreeView-disk-full-bg-color: #dabc70; - -NemoPlacesTreeView-disk-full-fg-color: #83a598; + -NemoPlacesTreeView-disk-full-fg-color: #d3869b; -NemoPlacesTreeView-disk-full-bar-width: 2px; -NemoPlacesTreeView-disk-full-bar-radius: 1px; -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: #ebdbb2; - -NemoPlacesTreeView-disk-full-fg-color: #a5beb4; } + -NemoPlacesTreeView-disk-full-fg-color: #e5b9c5; } .nemo-window .sidebar + separator + box .primary-toolbar { background-color: #e9d8ab; background-image: none; @@ -7337,7 +7337,7 @@ paned.titlebar { box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); padding: 5px 6px; } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:hover { - border-color: #527065; } + border-color: #b24160; } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover:focus { border-color: rgba(0, 0, 0, 0.12); } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled { @@ -7399,7 +7399,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); -UnityDecoration-inactive-shadow-radius: 5px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #83a598; + -UnityDecoration-glow-color: #d3869b; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0; } @@ -7491,7 +7491,7 @@ SheetStyleDialog.unity-force-quit { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } #login_window button:focus, #login_window button:hover { - border-color: #527065; } + border-color: #b24160; } #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 { border-color: rgba(209, 173, 80, 0.22); } #login_window button:disabled { @@ -7511,7 +7511,7 @@ SheetStyleDialog.unity-force-quit { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } #login_window button:hover:active, #login_window button:hover:active:hover, #login_window button:hover:active:focus, #login_window button:hover:active:hover:focus, #login_window button:hover:checked, #login_window button:hover:checked:hover, #login_window button:hover:checked:focus, #login_window button:hover:checked:hover:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover, #login_window button.flat:hover:active:focus, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } #login_window button:hover:disabled, #login_window button.flat:hover:disabled { @@ -7525,7 +7525,7 @@ SheetStyleDialog.unity-force-quit { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } #login_window button:focus:focus, #login_window button:focus:hover, #login_window button.flat:focus:focus, #login_window button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } #login_window button:focus:active, #login_window button:focus:active:hover, #login_window button:focus:active:focus, #login_window button:focus:active:hover:focus, #login_window button:focus:checked, #login_window button:focus:checked:hover, #login_window button:focus:checked:focus, #login_window button:focus:checked:hover:focus, #login_window button.flat:focus:active, #login_window button.flat:focus:active:hover, #login_window button.flat:focus:active:focus, #login_window button.flat:focus:active:hover:focus, #login_window button.flat:focus:checked, #login_window button.flat:focus:checked:hover, #login_window button.flat:focus:checked:focus, #login_window button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } #login_window button:focus:disabled, #login_window button.flat:focus:disabled { @@ -7538,7 +7538,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } #login_window button:focus:hover:focus, #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:focus, #login_window button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } #login_window button:focus:hover:active, #login_window button:focus:hover:active:hover, #login_window button:focus:hover:active:focus, #login_window button:focus:hover:active:hover:focus, #login_window button:focus:hover:checked, #login_window button:focus:hover:checked:hover, #login_window button:focus:hover:checked:focus, #login_window button:focus:hover:checked:hover:focus, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:hover, #login_window button.flat:focus:hover:active:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:hover, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { @@ -7547,13 +7547,13 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(218, 188, 112, 0.3); } #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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } #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: #527065; } + border-color: #b24160; } #login_window button:checked:active, #login_window button:checked:active:hover, #login_window button:checked:active:focus, #login_window button:checked:active:hover:focus, #login_window button:checked:checked, #login_window button:checked:checked:hover, #login_window button:checked:checked:focus, #login_window button:checked:checked:hover:focus, #login_window button:active:active, #login_window button:active:active:hover, #login_window button:active:active:focus, #login_window button:active:active:hover:focus, #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:checked:active, #login_window button.flat:checked:active:hover, #login_window button.flat:checked:active:focus, #login_window button.flat:checked:active:hover:focus, #login_window button.flat:checked:checked, #login_window button.flat:checked:checked:hover, #login_window button.flat:checked:checked:focus, #login_window button.flat:checked:checked:hover:focus, #login_window button.flat:active:active, #login_window button.flat:active:active:hover, #login_window button.flat:active:active:focus, #login_window button.flat:active:active:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { @@ -7562,7 +7562,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(218, 188, 112, 0.22); } #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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { @@ -7575,7 +7575,7 @@ SheetStyleDialog.unity-force-quit { color: mix(#32302f,#ebdbb2,0.5); box-shadow: none; } #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7594,7 +7594,7 @@ SheetStyleDialog.unity-force-quit { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } #login_window entry:focus, #login_window entry:hover { - border-color: #527065; } + border-color: #b24160; } #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: shade(mix(#32302f,#ebdbb2,0.2),0.7); } #login_window entry:disabled { @@ -7602,7 +7602,7 @@ SheetStyleDialog.unity-force-quit { #login_window entry:active:disabled, #login_window entry:checked:disabled { border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); } #login_window entry:focus, #login_window entry:active { - border-color: #527065; } + border-color: #b24160; } #login_window entry:disabled { background-color: #2d2b2a; background-image: none; @@ -7612,7 +7612,7 @@ SheetStyleDialog.unity-force-quit { /*opacity: .8;*/ color: mix(#32302f,#ebdbb2,0.5); } #login_window entry:disabled:focus, #login_window entry:disabled:hover { - border-color: #527065; } + border-color: #b24160; } #login_window entry:disabled:active, #login_window entry:disabled:active:hover, #login_window entry:disabled:active:focus, #login_window entry:disabled:active:hover:focus, #login_window entry:disabled:checked, #login_window entry:disabled:checked:hover, #login_window entry:disabled:checked:focus, #login_window entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.7); } #login_window entry:disabled:disabled { @@ -7657,7 +7657,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.12); } #shutdown_button button:focus, #shutdown_button button:hover { - border-color: #527065; } + border-color: #b24160; } #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(179, 179, 179, 0.22); } #shutdown_button button:disabled { @@ -7677,7 +7677,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } #shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } #shutdown_button button:hover:active, #shutdown_button button:hover:active:hover, #shutdown_button button:hover:active:focus, #shutdown_button button:hover:active:hover:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:hover, #shutdown_button button:hover:checked:focus, #shutdown_button button:hover:checked:hover:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover, #shutdown_button button.flat:hover:active:focus, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { @@ -7691,7 +7691,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } #shutdown_button button:focus:focus, #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:focus, #shutdown_button button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } #shutdown_button button:focus:active, #shutdown_button button:focus:active:hover, #shutdown_button button:focus:active:focus, #shutdown_button button:focus:active:hover:focus, #shutdown_button button:focus:checked, #shutdown_button button:focus:checked:hover, #shutdown_button button:focus:checked:focus, #shutdown_button button:focus:checked:hover:focus, #shutdown_button button.flat:focus:active, #shutdown_button button.flat:focus:active:hover, #shutdown_button button.flat:focus:active:focus, #shutdown_button button.flat:focus:active:hover:focus, #shutdown_button button.flat:focus:checked, #shutdown_button button.flat:focus:checked:hover, #shutdown_button button.flat:focus:checked:focus, #shutdown_button button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #shutdown_button button:focus:disabled, #shutdown_button button.flat:focus:disabled { @@ -7704,7 +7704,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.38); } #shutdown_button button:focus:hover:focus, #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:focus, #shutdown_button button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } #shutdown_button button:focus:hover:active, #shutdown_button button:focus:hover:active:hover, #shutdown_button button:focus:hover:active:focus, #shutdown_button button:focus:hover:active:hover:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button:focus:hover:checked:hover, #shutdown_button button:focus:hover:checked:focus, #shutdown_button button:focus:hover:checked:hover:focus, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:hover, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:hover, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { @@ -7713,13 +7713,13 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); } #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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } #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: #527065; } + border-color: #b24160; } #shutdown_button button:checked:active, #shutdown_button button:checked:active:hover, #shutdown_button button:checked:active:focus, #shutdown_button button:checked:active:hover:focus, #shutdown_button button:checked:checked, #shutdown_button button:checked:checked:hover, #shutdown_button button:checked:checked:focus, #shutdown_button button:checked:checked:hover:focus, #shutdown_button button:active:active, #shutdown_button button:active:active:hover, #shutdown_button button:active:active:focus, #shutdown_button button:active:active:hover:focus, #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:checked:active, #shutdown_button button.flat:checked:active:hover, #shutdown_button button.flat:checked:active:focus, #shutdown_button button.flat:checked:active:hover:focus, #shutdown_button button.flat:checked:checked, #shutdown_button button.flat:checked:checked:hover, #shutdown_button button.flat:checked:checked:focus, #shutdown_button button.flat:checked:checked:hover:focus, #shutdown_button button.flat:active:active, #shutdown_button button.flat:active:active:hover, #shutdown_button button.flat:active:active:focus, #shutdown_button button.flat:active:active: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(179, 179, 179, 0.22); } #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { @@ -7728,7 +7728,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.22); } #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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { @@ -7741,7 +7741,7 @@ SheetStyleDialog.unity-force-quit { color: mix(#f44336,#fff,0.5); box-shadow: none; } #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7759,7 +7759,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.22); } #restart_button button:focus, #restart_button button:hover { - border-color: #527065; } + border-color: #b24160; } #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(179, 179, 179, 0.22); } #restart_button button:disabled { @@ -7779,7 +7779,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.32); } #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover { - border-color: #527065; } + border-color: #b24160; } #restart_button button:hover:active, #restart_button button:hover:active:hover, #restart_button button:hover:active:focus, #restart_button button:hover:active:hover:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:hover, #restart_button button:hover:checked:focus, #restart_button button:hover:checked:hover:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover, #restart_button button.flat:hover:active:focus, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { @@ -7793,7 +7793,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.42); } #restart_button button:focus:focus, #restart_button button:focus:hover, #restart_button button.flat:focus:focus, #restart_button button.flat:focus:hover { - border-color: #527065; } + border-color: #b24160; } #restart_button button:focus:active, #restart_button button:focus:active:hover, #restart_button button:focus:active:focus, #restart_button button:focus:active:hover:focus, #restart_button button:focus:checked, #restart_button button:focus:checked:hover, #restart_button button:focus:checked:focus, #restart_button button:focus:checked:hover:focus, #restart_button button.flat:focus:active, #restart_button button.flat:focus:active:hover, #restart_button button.flat:focus:active:focus, #restart_button button.flat:focus:active:hover:focus, #restart_button button.flat:focus:checked, #restart_button button.flat:focus:checked:hover, #restart_button button.flat:focus:checked:focus, #restart_button button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #restart_button button:focus:disabled, #restart_button button.flat:focus:disabled { @@ -7806,7 +7806,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(6, 6, 7, 0.48); } #restart_button button:focus:hover:focus, #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:focus, #restart_button button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #b24160; } #restart_button button:focus:hover:active, #restart_button button:focus:hover:active:hover, #restart_button button:focus:hover:active:focus, #restart_button button:focus:hover:active:hover:focus, #restart_button button:focus:hover:checked, #restart_button button:focus:hover:checked:hover, #restart_button button:focus:hover:checked:focus, #restart_button button:focus:hover:checked:hover:focus, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:hover, #restart_button button.flat:focus:hover:active:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:hover, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { @@ -7815,13 +7815,13 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); } #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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } #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: #527065; } + border-color: #b24160; } #restart_button button:checked:active, #restart_button button:checked:active:hover, #restart_button button:checked:active:focus, #restart_button button:checked:active:hover:focus, #restart_button button:checked:checked, #restart_button button:checked:checked:hover, #restart_button button:checked:checked:focus, #restart_button button:checked:checked:hover:focus, #restart_button button:active:active, #restart_button button:active:active:hover, #restart_button button:active:active:focus, #restart_button button:active:active:hover:focus, #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:checked:active, #restart_button button.flat:checked:active:hover, #restart_button button.flat:checked:active:focus, #restart_button button.flat:checked:active:hover:focus, #restart_button button.flat:checked:checked, #restart_button button.flat:checked:checked:hover, #restart_button button.flat:checked:checked:focus, #restart_button button.flat:checked:checked:hover:focus, #restart_button button.flat:active:active, #restart_button button.flat:active:active:hover, #restart_button button.flat:active:active:focus, #restart_button button.flat:active:active: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(179, 179, 179, 0.22); } #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { @@ -7830,7 +7830,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.22); } #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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { @@ -7843,7 +7843,7 @@ SheetStyleDialog.unity-force-quit { color: mix(#ef6c00,#fff,0.5); box-shadow: none; } #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7873,7 +7873,7 @@ terminal-window scrollbar.vertical slider { terminal-window scrollbar.vertical slider:hover { background-color: mix(#32302f,#ebdbb2,0.3); } terminal-window scrollbar.vertical slider:hover:active { - background-color: #83a598; } + background-color: #d3869b; } terminal-window scrollbar.vertical slider:disabled { background-color: transparent; } diff --git a/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk.css b/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk.css index 46ace3da..d0d4cfb6 100644 --- a/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk.css +++ b/.themes/oomox-numix-gruvbox/gtk-3.20/dist/gtk.css @@ -18,7 +18,7 @@ @define-color theme_fg_color #ebdbb2; @define-color theme_base_color #282828; @define-color theme_text_color #ebdbb2; -@define-color theme_selected_bg_color #83a598; +@define-color theme_selected_bg_color #d3869b; @define-color theme_selected_fg_color #ebdbb2; @define-color theme_tooltip_bg_color #1d2021; @define-color theme_tooltip_fg_color #ebdbb2; @@ -76,7 +76,7 @@ /* text widgets and the like base background color on backdrop windows */ @define-color theme_unfocused_base_color #282828; /* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #83a598; +@define-color theme_unfocused_selected_bg_color #d3869b; /* text/foreground color of selections on backdrop windows */ @define-color theme_unfocused_selected_fg_color #ebdbb2; /* insensitive color on backdrop windows*/ @@ -88,11 +88,11 @@ @define-color wm_title_focused mix(#ebdbb2,#32302f,0.1); @define-color wm_title_unfocused mix(#ebdbb2,#32302f,0.4); @define-color wm_icons_focused mix(#ebdbb2,#32302f,0.1); -@define-color wm_icons_focused_prelight #83a598; -@define-color wm_icons_focused_pressed #64897b; +@define-color wm_icons_focused_prelight #d3869b; +@define-color wm_icons_focused_pressed #c15371; @define-color wm_icons_unfocused mix(#ebdbb2,#32302f,0.4); -@define-color wm_icons_unfocused_prelight #83a598; -@define-color wm_icons_unfocused_pressed #64897b; +@define-color wm_icons_unfocused_prelight #d3869b; +@define-color wm_icons_unfocused_pressed #c15371; /************** ! GTK settings ***************/ @@ -101,7 +101,7 @@ -GtkWindow-resize-grip-width: 0; -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-cursor-aspect-ratio: 0.04; - outline-color: rgba(131, 165, 152, 0.5); + outline-color: rgba(211, 134, 155, 0.5); outline-style: dashed; outline-width: 1px; outline-offset: -1px; @@ -111,7 +111,7 @@ ! Base states *************/ *:selected, .gtkstyle-fallback:selected, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GeditViewFrame .gedit-search-slider .not-found:selected, :focus:selected, GucharmapChartable:focus, .gedit-document-panel-document-row:focus:selected:hover, GeditViewFrame .gedit-search-slider .not-found:focus:selected { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } * { @@ -157,7 +157,7 @@ label.separator { color: mix(#ebdbb2,#1d2021,0.5); } label selection { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } label:disabled { @@ -189,13 +189,13 @@ assistant .sidebar label.highlight { **********/ @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#83a598), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#d3869b), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#83a598), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#d3869b), to(transparent)); } } stacksidebar row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#83a598), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(0, 0, 0, 0.902745)), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#d3869b), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(0, 0, 0, 0.902745)), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -340,7 +340,7 @@ infobar.info button.close, infobar.warning button.close, infobar.question button background-image: none; box-shadow: none; } infobar.info button.close:active, infobar.warning button.close:active, infobar.question button.close:active, infobar.error button.close:active, notebook > header > tabs > arrow:active, infobar.info button.close:checked, infobar.warning button.close:checked, infobar.question button.close:checked, infobar.error button.close:checked, notebook > header > tabs > arrow:checked, infobar.info button.close:active:hover, infobar.warning button.close:active:hover, infobar.question button.close:active:hover, infobar.error button.close:active:hover, notebook > header > tabs > arrow:active:hover, infobar.info button.close:checked:hover, infobar.warning button.close:checked:hover, infobar.question button.close:checked:hover, infobar.error button.close:checked:hover, notebook > header > tabs > arrow:checked:hover { - border: 1px solid rgba(131, 165, 152, 0.3); + border: 1px solid rgba(211, 134, 155, 0.3); background-color: rgba(235, 219, 178, 0.1); background-image: none; box-shadow: none; } @@ -352,7 +352,7 @@ button { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } button:focus, button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } button:disabled { @@ -372,7 +372,7 @@ button { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } button:hover:active, button:hover:active:hover, button:hover:active:focus, button:hover:active:hover:focus, button:hover:checked, button:hover:checked:hover, button:hover:checked:focus, button:hover:checked:hover:focus, button.flat:hover:active, button.flat:hover:active:hover, button.flat:hover:active:focus, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover, button.flat:hover:checked:focus, button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } button:hover:disabled, button.flat:hover:disabled { @@ -386,7 +386,7 @@ button { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } button:focus:focus, button:focus:hover, button.flat:focus:focus, button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } button:focus:active, button:focus:active:hover, button:focus:active:focus, button:focus:active:hover:focus, button:focus:checked, button:focus:checked:hover, button:focus:checked:focus, button:focus:checked:hover:focus, button.flat:focus:active, button.flat:focus:active:hover, button.flat:focus:active:focus, button.flat:focus:active:hover:focus, button.flat:focus:checked, button.flat:focus:checked:hover, button.flat:focus:checked:focus, button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } button:focus:disabled, button.flat:focus:disabled { @@ -399,7 +399,7 @@ button { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } button:focus:hover:focus, button:focus:hover:hover, button.flat:focus:hover:focus, button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } button:focus:hover:active, button:focus:hover:active:hover, button:focus:hover:active:focus, button:focus:hover:active:hover:focus, button:focus:hover:checked, button:focus:hover:checked:hover, button:focus:hover:checked:focus, button:focus:hover:checked:hover:focus, button.flat:focus:hover:active, button.flat:focus:hover:active:hover, button.flat:focus:hover:active:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked, button.flat:focus:hover:checked:hover, button.flat:focus:hover:checked:focus, button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } button:focus:hover:disabled, button.flat:focus:hover:disabled { @@ -408,13 +408,13 @@ button { border-color: rgba(218, 188, 112, 0.3); } button:checked, button:active, button.flat:checked, button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 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 { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } button:checked:active, button:checked:active:hover, button:checked:active:focus, button:checked:active:hover:focus, button:checked:checked, button:checked:checked:hover, button:checked:checked:focus, button:checked:checked:hover:focus, button:active:active, button:active:active:hover, button:active:active:focus, button:active:active:hover:focus, button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:checked:active, button.flat:checked:active:hover, button.flat:checked:active:focus, button.flat:checked:active:hover:focus, button.flat:checked:checked, button.flat:checked:checked:hover, button.flat:checked:checked:focus, button.flat:checked:checked:hover:focus, button.flat:active:active, button.flat:active:active:hover, button.flat:active:active:focus, button.flat:active:active: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(209, 173, 80, 0.22); } button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { @@ -423,7 +423,7 @@ button { border-color: rgba(218, 188, 112, 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } button:focus, button:hover, button.flat:focus, button.flat:hover { @@ -436,7 +436,7 @@ button { color: mix(#32302f,#ebdbb2,0.5); box-shadow: none; } button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -451,7 +451,7 @@ button { .inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover { - box-shadow: inset -1px 0 mix(#83a598,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: inset -1px 0 mix(#d3869b,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } .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, @@ -504,7 +504,7 @@ button { .linked.vertical > button { box-shadow: inset 0 -1px rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } .linked.vertical > button:focus, .linked.vertical > button:hover { - box-shadow: inset 0 -1px mix(#83a598,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: inset 0 -1px mix(#d3869b,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } .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 0 -1px rgba(0, 0, 0, 0.22), inset 1px 0 rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.05); } .linked.vertical > button:disabled { @@ -704,14 +704,14 @@ entry, menuitem entry, popover.background entry, .osd entry, entry:selected, popover.background entry:selected, #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } entry:disabled, popover.background entry:disabled, #XfceNotifyWindow entry:disabled, #login_window entry:disabled { box-shadow: none; } entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-width: 0; border-radius: 5px; @@ -733,7 +733,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { color: #fff; - border-color: mix(#83a598,#ef6c00,0.3); + border-color: mix(#d3869b,#ef6c00,0.3); background-color: #ef6c00; box-shadow: none; } entry.warning selection, @@ -751,7 +751,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { color: #fff; - border-color: mix(#83a598,#f44336,0.3); + border-color: mix(#d3869b,#f44336,0.3); background-color: #f44336; box-shadow: none; } entry.error selection, @@ -769,7 +769,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { color: #fff; - border-color: mix(#83a598,#f44336,0.3); + border-color: mix(#d3869b,#f44336,0.3); background-color: #f44336; box-shadow: none; } entry.search-missing selection, @@ -786,7 +786,7 @@ entry { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } entry:focus, entry:hover { - border-color: mix(#83a598,mix(#282828,#ebdbb2,0.2),0.3); } + border-color: mix(#d3869b,mix(#282828,#ebdbb2,0.2),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: shade(mix(#282828,#ebdbb2,0.2),0.7); } entry:disabled { @@ -794,7 +794,7 @@ entry { entry:active:disabled, entry:checked:disabled { border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); } entry:focus, entry:active { - border-color: mix(#83a598,mix(#1d2021,#ebdbb2,0.08),0.3); } + border-color: mix(#d3869b,mix(#1d2021,#ebdbb2,0.08),0.3); } entry:disabled { background-color: #242424; background-image: none; @@ -804,7 +804,7 @@ entry { /*opacity: .8;*/ color: mix(#282828,#ebdbb2,0.5); } entry:disabled:focus, entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#282828,#ebdbb2,0.2),0.4),0.3); } + border-color: mix(#d3869b,alpha(mix(#282828,#ebdbb2,0.2),0.4),0.3); } entry:disabled:active, entry:disabled:active:hover, entry:disabled:active:focus, entry:disabled:active:hover:focus, entry:disabled:checked, entry:disabled:checked:hover, entry:disabled:checked:focus, entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#282828,#ebdbb2,0.2),0.4),0.7); } entry:disabled:disabled { @@ -863,7 +863,7 @@ headerbar, .titlebar:not(headerbar) { padding: 0 6px; min-height: 42px; } headerbar:focus, .titlebar:focus:not(headerbar), headerbar:hover, .titlebar:hover:not(headerbar) { - border-color: mix(#83a598,#32302f,0.3); } + border-color: mix(#d3869b,#32302f,0.3); } headerbar:active, .titlebar:active:not(headerbar), headerbar:active:hover, .titlebar:active:hover:not(headerbar), headerbar:active:focus, .titlebar:active:focus:not(headerbar), headerbar:active:hover:focus, .titlebar:active:hover:focus:not(headerbar), headerbar:checked, .titlebar:checked:not(headerbar), headerbar:checked:hover, .titlebar:checked:hover:not(headerbar), headerbar:checked:focus, .titlebar:checked:focus:not(headerbar), headerbar:checked:hover:focus, .titlebar:checked:hover:focus:not(headerbar) { border-color: #232221; } headerbar:disabled, .titlebar:disabled:not(headerbar) { @@ -887,7 +887,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { @@ -907,7 +907,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { @@ -921,7 +921,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } headerbar button:focus:focus, .titlebar:not(headerbar) button:focus:focus, headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:focus, .titlebar:not(headerbar) button.flat:focus:focus, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar button:focus:active, .titlebar:not(headerbar) button:focus:active, headerbar button:focus:active:hover, .titlebar:not(headerbar) button:focus:active:hover, headerbar button:focus:active:focus, .titlebar:not(headerbar) button:focus:active:focus, headerbar button:focus:active:hover:focus, .titlebar:not(headerbar) button:focus:active:hover:focus, headerbar button:focus:checked, .titlebar:not(headerbar) button:focus:checked, headerbar button:focus:checked:hover, .titlebar:not(headerbar) button:focus:checked:hover, headerbar button:focus:checked:focus, .titlebar:not(headerbar) button:focus:checked:focus, headerbar button:focus:checked:hover:focus, .titlebar:not(headerbar) button:focus:checked:hover:focus, headerbar button.flat:focus:active, .titlebar:not(headerbar) button.flat:focus:active, headerbar button.flat:focus:active:hover, .titlebar:not(headerbar) button.flat:focus:active:hover, headerbar button.flat:focus:active:focus, .titlebar:not(headerbar) button.flat:focus:active:focus, headerbar button.flat:focus:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:active:hover:focus, headerbar button.flat:focus:checked, .titlebar:not(headerbar) button.flat:focus:checked, headerbar button.flat:focus:checked:hover, .titlebar:not(headerbar) button.flat:focus:checked:hover, headerbar button.flat:focus:checked:focus, .titlebar:not(headerbar) button.flat:focus:checked:focus, headerbar button.flat:focus:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { @@ -934,7 +934,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { @@ -943,13 +943,13 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); } headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { @@ -958,7 +958,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { @@ -971,7 +971,7 @@ headerbar, .titlebar:not(headerbar) { color: mix(#32302f,#ebdbb2,0.5); box-shadow: none; } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -983,7 +983,7 @@ headerbar, .titlebar:not(headerbar) { headerbar .linked > button, .titlebar:not(headerbar) .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } headerbar .linked > button:focus, .titlebar:not(headerbar) .linked > button:focus, headerbar .linked > button:hover, .titlebar:not(headerbar) .linked > button:hover { - box-shadow: inset -1px 0 mix(#83a598,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: inset -1px 0 mix(#d3869b,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } headerbar .linked > button:active, .titlebar:not(headerbar) .linked > button:active, headerbar .linked > button:active:hover, .titlebar:not(headerbar) .linked > button:active:hover, headerbar .linked > button:active:focus, .titlebar:not(headerbar) .linked > button:active:focus, headerbar .linked > button:active:hover:focus, .titlebar:not(headerbar) .linked > button:active:hover:focus, headerbar .linked > button:checked, .titlebar:not(headerbar) .linked > button:checked, headerbar .linked > button:checked:hover, .titlebar:not(headerbar) .linked > button:checked:hover, headerbar .linked > button:checked:focus, .titlebar:not(headerbar) .linked > button:checked:focus, headerbar .linked > button:checked:hover:focus, .titlebar:not(headerbar) .linked > button:checked:hover:focus { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } headerbar .linked > button:disabled, .titlebar:not(headerbar) .linked > button:disabled { @@ -1039,7 +1039,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { @@ -1059,7 +1059,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { @@ -1073,7 +1073,7 @@ headerbar, .titlebar:not(headerbar) { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } headerbar button:focus:focus, .titlebar:not(headerbar) button:focus:focus, headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:focus, .titlebar:not(headerbar) button.flat:focus:focus, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar button:focus:active, .titlebar:not(headerbar) button:focus:active, headerbar button:focus:active:hover, .titlebar:not(headerbar) button:focus:active:hover, headerbar button:focus:active:focus, .titlebar:not(headerbar) button:focus:active:focus, headerbar button:focus:active:hover:focus, .titlebar:not(headerbar) button:focus:active:hover:focus, headerbar button:focus:checked, .titlebar:not(headerbar) button:focus:checked, headerbar button:focus:checked:hover, .titlebar:not(headerbar) button:focus:checked:hover, headerbar button:focus:checked:focus, .titlebar:not(headerbar) button:focus:checked:focus, headerbar button:focus:checked:hover:focus, .titlebar:not(headerbar) button:focus:checked:hover:focus, headerbar button.flat:focus:active, .titlebar:not(headerbar) button.flat:focus:active, headerbar button.flat:focus:active:hover, .titlebar:not(headerbar) button.flat:focus:active:hover, headerbar button.flat:focus:active:focus, .titlebar:not(headerbar) button.flat:focus:active:focus, headerbar button.flat:focus:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:active:hover:focus, headerbar button.flat:focus:checked, .titlebar:not(headerbar) button.flat:focus:checked, headerbar button.flat:focus:checked:hover, .titlebar:not(headerbar) button.flat:focus:checked:hover, headerbar button.flat:focus:checked:focus, .titlebar:not(headerbar) button.flat:focus:checked:focus, headerbar button.flat:focus:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { @@ -1086,7 +1086,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { @@ -1095,13 +1095,13 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.3); } headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { @@ -1110,7 +1110,7 @@ headerbar, .titlebar:not(headerbar) { border-color: rgba(218, 188, 112, 0.22); } headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { @@ -1123,7 +1123,7 @@ headerbar, .titlebar:not(headerbar) { color: mix(#282828,#ebdbb2,0.5); box-shadow: none; } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1144,12 +1144,12 @@ headerbar, .titlebar:not(headerbar) { headerbar button.titlebutton:hover, .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover:focus, .titlebar:not(headerbar) button.titlebutton:hover:focus { background-image: none; background-color: transparent; - color: #83a598; + color: #d3869b; box-shadow: none; } headerbar button.titlebutton:active, .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active:hover, .titlebar:not(headerbar) button.titlebutton:active:hover { background-image: none; background-color: transparent; - color: #72998a; + color: #ca6d86; box-shadow: none; } headerbar button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop { background: none; @@ -1162,7 +1162,7 @@ toolbar { border-color: #171a1a; color: #ebdbb2; } toolbar:focus, toolbar:hover { - border-color: mix(#83a598,#1d2021,0.3); } + border-color: mix(#d3869b,#1d2021,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: #141617; } toolbar:disabled { @@ -1186,7 +1186,7 @@ toolbar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } toolbar button:focus, toolbar button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } toolbar button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } toolbar button:disabled { @@ -1206,7 +1206,7 @@ toolbar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } toolbar button:hover:active, toolbar button:hover:active:hover, toolbar button:hover:active:focus, toolbar button:hover:active:hover:focus, toolbar button:hover:checked, toolbar button:hover:checked:hover, toolbar button:hover:checked:focus, toolbar button:hover:checked:hover:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover, toolbar button.flat:hover:active:focus, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } toolbar button:hover:disabled, toolbar button.flat:hover:disabled { @@ -1220,7 +1220,7 @@ toolbar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } toolbar button:focus:focus, toolbar button:focus:hover, toolbar button.flat:focus:focus, toolbar button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } toolbar button:focus:active, toolbar button:focus:active:hover, toolbar button:focus:active:focus, toolbar button:focus:active:hover:focus, toolbar button:focus:checked, toolbar button:focus:checked:hover, toolbar button:focus:checked:focus, toolbar button:focus:checked:hover:focus, toolbar button.flat:focus:active, toolbar button.flat:focus:active:hover, toolbar button.flat:focus:active:focus, toolbar button.flat:focus:active:hover:focus, toolbar button.flat:focus:checked, toolbar button.flat:focus:checked:hover, toolbar button.flat:focus:checked:focus, toolbar button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } toolbar button:focus:disabled, toolbar button.flat:focus:disabled { @@ -1233,7 +1233,7 @@ toolbar { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } toolbar button:focus:hover:focus, toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:focus, toolbar button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } toolbar button:focus:hover:active, toolbar button:focus:hover:active:hover, toolbar button:focus:hover:active:focus, toolbar button:focus:hover:active:hover:focus, toolbar button:focus:hover:checked, toolbar button:focus:hover:checked:hover, toolbar button:focus:hover:checked:focus, toolbar button:focus:hover:checked:hover:focus, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:hover, toolbar button.flat:focus:hover:active:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:hover, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { @@ -1242,13 +1242,13 @@ toolbar { border-color: rgba(218, 188, 112, 0.3); } toolbar button:checked, toolbar button:active, toolbar button.flat:checked, toolbar button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 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 { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } toolbar button:checked:active, toolbar button:checked:active:hover, toolbar button:checked:active:focus, toolbar button:checked:active:hover:focus, toolbar button:checked:checked, toolbar button:checked:checked:hover, toolbar button:checked:checked:focus, toolbar button:checked:checked:hover:focus, toolbar button:active:active, toolbar button:active:active:hover, toolbar button:active:active:focus, toolbar button:active:active:hover:focus, toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:checked:active, toolbar button.flat:checked:active:hover, toolbar button.flat:checked:active:focus, toolbar button.flat:checked:active:hover:focus, toolbar button.flat:checked:checked, toolbar button.flat:checked:checked:hover, toolbar button.flat:checked:checked:focus, toolbar button.flat:checked:checked:hover:focus, toolbar button.flat:active:active, toolbar button.flat:active:active:hover, toolbar button.flat:active:active:focus, toolbar button.flat:active:active: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(209, 173, 80, 0.22); } toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { @@ -1257,7 +1257,7 @@ toolbar { border-color: rgba(218, 188, 112, 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } toolbar button:focus, toolbar button:hover, toolbar button.flat:focus, toolbar button.flat:hover { @@ -1270,7 +1270,7 @@ toolbar { color: mix(#1d2021,#ebdbb2,0.5); box-shadow: none; } toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1282,7 +1282,7 @@ toolbar { toolbar .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } toolbar .linked > button:focus, toolbar .linked > button:hover { - box-shadow: inset -1px 0 mix(#83a598,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: inset -1px 0 mix(#d3869b,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 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 -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } toolbar .linked > button:disabled { @@ -1325,7 +1325,7 @@ toolbar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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(209, 173, 80, 0.22); } toolbar.inline-toolbar button:disabled { @@ -1345,7 +1345,7 @@ toolbar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 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(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:hover, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button:hover:active:hover:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:hover, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { @@ -1359,7 +1359,7 @@ toolbar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } toolbar.inline-toolbar button:focus:focus, toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:focus, toolbar.inline-toolbar button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } toolbar.inline-toolbar button:focus:active, toolbar.inline-toolbar button:focus:active:hover, toolbar.inline-toolbar button:focus:active:focus, toolbar.inline-toolbar button:focus:active:hover:focus, toolbar.inline-toolbar button:focus:checked, toolbar.inline-toolbar button:focus:checked:hover, toolbar.inline-toolbar button:focus:checked:focus, toolbar.inline-toolbar button:focus:checked:hover:focus, toolbar.inline-toolbar button.flat:focus:active, toolbar.inline-toolbar button.flat:focus:active:hover, toolbar.inline-toolbar button.flat:focus:active:focus, toolbar.inline-toolbar button.flat:focus:active:hover:focus, toolbar.inline-toolbar button.flat:focus:checked, toolbar.inline-toolbar button.flat:focus:checked:hover, toolbar.inline-toolbar button.flat:focus:checked:focus, toolbar.inline-toolbar button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } toolbar.inline-toolbar button:focus:disabled, toolbar.inline-toolbar button.flat:focus:disabled { @@ -1372,7 +1372,7 @@ toolbar { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } toolbar.inline-toolbar button:focus:hover:focus, toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button:focus:hover:active:hover, toolbar.inline-toolbar button:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:active:hover:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button:focus:hover:checked:hover, toolbar.inline-toolbar button:focus:hover:checked:focus, toolbar.inline-toolbar button:focus:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:hover, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:hover, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { @@ -1381,13 +1381,13 @@ toolbar { border-color: rgba(218, 188, 112, 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 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 { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } toolbar.inline-toolbar button:checked:active, toolbar.inline-toolbar button:checked:active:hover, toolbar.inline-toolbar button:checked:active:focus, toolbar.inline-toolbar button:checked:active:hover:focus, toolbar.inline-toolbar button:checked:checked, toolbar.inline-toolbar button:checked:checked:hover, toolbar.inline-toolbar button:checked:checked:focus, toolbar.inline-toolbar button:checked:checked:hover:focus, toolbar.inline-toolbar button:active:active, toolbar.inline-toolbar button:active:active:hover, toolbar.inline-toolbar button:active:active:focus, toolbar.inline-toolbar button:active:active:hover:focus, 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:checked:active, toolbar.inline-toolbar button.flat:checked:active:hover, toolbar.inline-toolbar button.flat:checked:active:focus, toolbar.inline-toolbar button.flat:checked:active:hover:focus, toolbar.inline-toolbar button.flat:checked:checked, toolbar.inline-toolbar button.flat:checked:checked:hover, toolbar.inline-toolbar button.flat:checked:checked:focus, toolbar.inline-toolbar button.flat:checked:checked:hover:focus, toolbar.inline-toolbar button.flat:active:active, toolbar.inline-toolbar button.flat:active:active:hover, toolbar.inline-toolbar button.flat:active:active:focus, toolbar.inline-toolbar button.flat:active:active: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(209, 173, 80, 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 { @@ -1396,7 +1396,7 @@ toolbar { border-color: rgba(218, 188, 112, 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { @@ -1409,7 +1409,7 @@ toolbar { color: mix(#1d2021,#ebdbb2,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1472,7 +1472,7 @@ searchbar, .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } .suggested-action:active, headerbar.selection-mode button.suggested-action:active, .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action:active:focus, @@ -1506,7 +1506,7 @@ searchbar, .suggested-action:hover:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:focus, .suggested-action:hover:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .suggested-action:hover:active, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:hover, .suggested-action:hover:active:focus, .suggested-action:hover:active:hover:focus, .suggested-action:hover:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:hover, .suggested-action:hover:checked:focus, .suggested-action:hover:checked:hover:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover, .suggested-action.flat:hover:active:focus, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:checked:hover:focus { @@ -1527,7 +1527,7 @@ searchbar, .suggested-action:focus:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:focus, .suggested-action:focus:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:focus, .suggested-action.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .suggested-action:focus:active, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:active, .suggested-action:focus:active:hover, .suggested-action:focus:active:focus, .suggested-action:focus:active:hover:focus, .suggested-action:focus:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:checked, .suggested-action:focus:checked:hover, .suggested-action:focus:checked:focus, .suggested-action:focus:checked:hover:focus, .suggested-action.flat:focus:active, .suggested-action.flat:focus:active:hover, .suggested-action.flat:focus:active:focus, .suggested-action.flat:focus:active:hover:focus, .suggested-action.flat:focus:checked, .suggested-action.flat:focus:checked:hover, .suggested-action.flat:focus:checked:focus, .suggested-action.flat:focus:checked:hover:focus { @@ -1544,7 +1544,7 @@ searchbar, border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } .suggested-action:focus:hover:focus, .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:focus, .suggested-action.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .suggested-action:focus:hover:active, .suggested-action:focus:hover:active:hover, .suggested-action:focus:hover:active:focus, .suggested-action:focus:hover:active:hover:focus, .suggested-action:focus:hover:checked, .suggested-action:focus:hover:checked:hover, .suggested-action:focus:hover:checked:focus, .suggested-action:focus:hover:checked:hover:focus, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:hover, .suggested-action.flat:focus:hover:active:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:hover, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { @@ -1557,7 +1557,7 @@ searchbar, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:checked, .suggested-action.flat:active, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -1567,7 +1567,7 @@ searchbar, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, .titlebar:not(headerbar).selection-mode 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(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } .suggested-action:checked:active, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:active, .suggested-action:checked:active:hover, .suggested-action:checked:active:focus, .suggested-action:checked:active:hover:focus, .suggested-action:checked:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked, .suggested-action:checked:checked:hover, .suggested-action:checked:checked:focus, .suggested-action:checked:checked:hover:focus, .suggested-action:active:active, @@ -1586,7 +1586,7 @@ searchbar, .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, .titlebar:not(headerbar).selection-mode 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, @@ -1606,7 +1606,7 @@ searchbar, .suggested-action:active:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1627,7 +1627,7 @@ searchbar, color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } .destructive-action:focus, .destructive-action:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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(209, 173, 80, 0.22); } .destructive-action:disabled { @@ -1647,7 +1647,7 @@ searchbar, color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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(209, 173, 80, 0.3); } .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { @@ -1661,7 +1661,7 @@ searchbar, color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } .destructive-action:focus:focus, .destructive-action:focus:hover, .destructive-action.flat:focus:focus, .destructive-action.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .destructive-action:focus:active, .destructive-action:focus:active:hover, .destructive-action:focus:active:focus, .destructive-action:focus:active:hover:focus, .destructive-action:focus:checked, .destructive-action:focus:checked:hover, .destructive-action:focus:checked:focus, .destructive-action:focus:checked:hover:focus, .destructive-action.flat:focus:active, .destructive-action.flat:focus:active:hover, .destructive-action.flat:focus:active:focus, .destructive-action.flat:focus:active:hover:focus, .destructive-action.flat:focus:checked, .destructive-action.flat:focus:checked:hover, .destructive-action.flat:focus:checked:focus, .destructive-action.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } .destructive-action:focus:disabled, .destructive-action.flat:focus:disabled { @@ -1674,7 +1674,7 @@ searchbar, border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } .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(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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(209, 173, 80, 0.3); } .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { @@ -1683,13 +1683,13 @@ searchbar, border-color: rgba(218, 188, 112, 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 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 { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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(209, 173, 80, 0.22); } .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { @@ -1698,7 +1698,7 @@ searchbar, border-color: rgba(218, 188, 112, 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { @@ -1711,7 +1711,7 @@ searchbar, color: mix(#f44336,#ebdbb2,0.5); box-shadow: none; } .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -1726,14 +1726,14 @@ searchbar, *******************/ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode { - background-color: #83a598; + background-color: #d3869b; background-image: none; - border-color: #64897b; + border-color: #c15371; color: #ebdbb2; } headerbar.selection-mode:focus, headerbar.selection-mode:hover, .titlebar:not(headerbar).selection-mode:focus, .titlebar:not(headerbar).selection-mode:hover { - border-color: mix(#83a598,#83a598,0.3); } + border-color: mix(#d3869b,#d3869b,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:not(headerbar).selection-mode:active, .titlebar:not(headerbar).selection-mode:active:hover, @@ -1743,19 +1743,19 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode:checked:hover, .titlebar:not(headerbar).selection-mode:checked:focus, .titlebar:not(headerbar).selection-mode:checked:hover:focus { - border-color: #57786b; } + border-color: #b1405f; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - border-color: #6a9283; } + border-color: #c5607c; } headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled, .titlebar:not(headerbar).selection-mode:active:disabled, .titlebar:not(headerbar).selection-mode:checked:disabled { - border-color: #64897b; } + border-color: #c15371; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - background-color: #72998a; + background-color: #ca6d86; background-image: none; - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#ebdbb2,#d3869b,0.5); } headerbar.selection-mode .title, .titlebar:not(headerbar).selection-mode .title { font-weight: bold; @@ -1766,7 +1766,7 @@ headerbar.selection-mode, padding: 0 6px; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-color: rgba(218, 188, 112, 0.22); color: #ebdbb2; @@ -1774,7 +1774,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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:not(headerbar).selection-mode button:active, .titlebar:not(headerbar).selection-mode button:active:hover, @@ -1795,14 +1795,14 @@ headerbar.selection-mode, headerbar.selection-mode button.flat, .titlebar:not(headerbar).selection-mode button.flat { color: #ebdbb2; - border-color: rgba(131, 165, 152, 0); - background-color: rgba(131, 165, 152, 0); + border-color: rgba(211, 134, 155, 0); + background-color: rgba(211, 134, 155, 0); background-image: none; box-shadow: none; } headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -1812,7 +1812,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:hover:active, .titlebar:not(headerbar).selection-mode button:hover:active:hover, @@ -1844,7 +1844,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -1854,7 +1854,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar.selection-mode button:focus:active, headerbar.selection-mode button:focus:active:hover, headerbar.selection-mode button:focus:active:focus, headerbar.selection-mode button:focus:active:hover:focus, headerbar.selection-mode button:focus:checked, headerbar.selection-mode button:focus:checked:hover, headerbar.selection-mode button:focus:checked:focus, headerbar.selection-mode button:focus:checked:hover:focus, headerbar.selection-mode button.flat:focus:active, headerbar.selection-mode button.flat:focus:active:hover, headerbar.selection-mode button.flat:focus:active:focus, headerbar.selection-mode button.flat:focus:active:hover:focus, headerbar.selection-mode button.flat:focus:checked, headerbar.selection-mode button.flat:focus:checked:hover, headerbar.selection-mode button.flat:focus:checked:focus, headerbar.selection-mode button.flat:focus:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:active, .titlebar:not(headerbar).selection-mode button:focus:active:hover, @@ -1886,7 +1886,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #94b1a6; + background-color: #dc9fb0; background-image: none; border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } @@ -1895,7 +1895,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:hover:active, .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, @@ -1930,7 +1930,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked, .titlebar:not(headerbar).selection-mode button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -1944,7 +1944,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:checked:active, .titlebar:not(headerbar).selection-mode button:checked:active:hover, @@ -2005,7 +2005,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, @@ -2017,18 +2017,18 @@ headerbar.selection-mode, headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, .titlebar:not(headerbar).selection-mode button:disabled:disabled, .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#83a598,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#d3869b,#ebdbb2,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#d3869b,#ebdbb2,0.5); box-shadow: none; } 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:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2036,18 +2036,18 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.separator, .titlebar:not(headerbar).selection-mode button .separator { border: 1px solid currentColor; - color: rgba(131, 165, 152, 0.9); } + color: rgba(211, 134, 155, 0.9); } headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, .titlebar:not(headerbar).selection-mode button.separator:disabled, .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(131, 165, 152, 0.85); } + color: rgba(211, 134, 155, 0.85); } headerbar.selection-mode .linked > button, .titlebar:not(headerbar).selection-mode .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(66, 52, 17, 0.12); } headerbar.selection-mode .linked > button:focus, headerbar.selection-mode .linked > button:hover, .titlebar:not(headerbar).selection-mode .linked > button:focus, .titlebar:not(headerbar).selection-mode .linked > button:hover { - box-shadow: inset -1px 0 mix(#83a598,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + box-shadow: inset -1px 0 mix(#d3869b,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(66, 52, 17, 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:not(headerbar).selection-mode .linked > button:active, .titlebar:not(headerbar).selection-mode .linked > button:active:hover, @@ -2060,7 +2060,7 @@ headerbar.selection-mode, box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } headerbar.selection-mode .linked > button:disabled, .titlebar:not(headerbar).selection-mode .linked > button:disabled { - box-shadow: inset -1px 0 #64897b; } + box-shadow: inset -1px 0 #c15371; } headerbar.selection-mode .linked > button:last-child, headerbar.selection-mode .linked > button:only-child, .titlebar:not(headerbar).selection-mode .linked > button:last-child, .titlebar:not(headerbar).selection-mode .linked > button:only-child { @@ -2112,12 +2112,12 @@ headerbar.selection-mode, headerbar.selection-mode separator, headerbar.selection-mode separator:disabled, .titlebar:not(headerbar).selection-mode separator, .titlebar:not(headerbar).selection-mode separator:disabled { - color: #4b675c; + color: #983752; border-color: currentColor; -GtkWidget-window-dragging: true; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-color: rgba(218, 188, 112, 0.22); color: #ebdbb2; @@ -2125,7 +2125,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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:not(headerbar).selection-mode button:active, .titlebar:not(headerbar).selection-mode button:active:hover, @@ -2146,14 +2146,14 @@ headerbar.selection-mode, headerbar.selection-mode button.flat, .titlebar:not(headerbar).selection-mode button.flat { color: #ebdbb2; - border-color: rgba(131, 165, 152, 0); - background-color: rgba(131, 165, 152, 0); + border-color: rgba(211, 134, 155, 0); + background-color: rgba(211, 134, 155, 0); background-image: none; box-shadow: none; } headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -2163,7 +2163,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:hover:active, .titlebar:not(headerbar).selection-mode button:hover:active:hover, @@ -2195,7 +2195,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #8cab9f; + background-color: #d893a5; background-image: none; border-color: rgba(218, 188, 112, 0.3); color: #ebdbb2; @@ -2205,7 +2205,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar.selection-mode button:focus:active, headerbar.selection-mode button:focus:active:hover, headerbar.selection-mode button:focus:active:focus, headerbar.selection-mode button:focus:active:hover:focus, headerbar.selection-mode button:focus:checked, headerbar.selection-mode button:focus:checked:hover, headerbar.selection-mode button:focus:checked:focus, headerbar.selection-mode button:focus:checked:hover:focus, headerbar.selection-mode button.flat:focus:active, headerbar.selection-mode button.flat:focus:active:hover, headerbar.selection-mode button.flat:focus:active:focus, headerbar.selection-mode button.flat:focus:active:hover:focus, headerbar.selection-mode button.flat:focus:checked, headerbar.selection-mode button.flat:focus:checked:hover, headerbar.selection-mode button.flat:focus:checked:focus, headerbar.selection-mode button.flat:focus:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:active, .titlebar:not(headerbar).selection-mode button:focus:active:hover, @@ -2237,7 +2237,7 @@ headerbar.selection-mode, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #94b1a6; + background-color: #dc9fb0; background-image: none; border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } @@ -2246,7 +2246,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:focus:hover:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:focus:hover:active, .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, @@ -2281,7 +2281,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked, .titlebar:not(headerbar).selection-mode button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -2295,7 +2295,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, .titlebar:not(headerbar).selection-mode button:checked:active, .titlebar:not(headerbar).selection-mode button:checked:active:hover, @@ -2356,7 +2356,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:focus, .titlebar:not(headerbar).selection-mode button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, @@ -2368,18 +2368,18 @@ headerbar.selection-mode, headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, .titlebar:not(headerbar).selection-mode button:disabled:disabled, .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#83a598,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#d3869b,#ebdbb2,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#d3869b,#ebdbb2,0.5); box-shadow: none; } 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:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2387,19 +2387,19 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.separator, .titlebar:not(headerbar).selection-mode button .separator { border: 1px solid currentColor; - color: rgba(131, 165, 152, 0.9); } + color: rgba(211, 134, 155, 0.9); } headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, .titlebar:not(headerbar).selection-mode button.separator:disabled, .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(131, 165, 152, 0.85); } + color: rgba(211, 134, 155, 0.85); } headerbar.selection-mode:backdrop, .titlebar:not(headerbar).selection-mode:backdrop { - background-color: #83a598; + background-color: #d3869b; background-image: none; } headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop, .titlebar:not(headerbar).selection-mode .selection-menu { - color: #64897b; + color: #c15371; background-color: transparent; background-image: none; box-shadow: none; @@ -2407,11 +2407,11 @@ headerbar.selection-mode, headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover, .titlebar:not(headerbar).selection-mode .selection-menu:hover { - color: #57786b; } + color: #b1405f; } headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active, .titlebar:not(headerbar).selection-mode .selection-menu:active { - color: #5d8173; } + color: #bc4767; } headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow, .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow, .titlebar:not(headerbar).selection-mode .selection-menu .arrow { @@ -2423,7 +2423,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label, .selection-menu .titlebar:not(headerbar).selection-mode label.separator { - color: #57786b; } + color: #b1405f; } /********** ! Calendar @@ -2451,7 +2451,7 @@ calendar { color: mix(#ebdbb2,#1d2021,0.5); } calendar.highlight, calendar.highlight:backdrop { font-size: smaller; - color: mix(#83a598,#ebdbb2,0.5); } + color: mix(#d3869b,#ebdbb2,0.5); } calendar:backdrop { color: mix(#282828,#ebdbb2,0.8); } @@ -2499,7 +2499,7 @@ colorswatch.dark overlay { colorswatch.dark overlay:hover { border-color: rgba(0, 0, 0, 0.8); } colorswatch.dark overlay:backdrop { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#d3869b,#ebdbb2,0.66); } colorswatch.light overlay { color: #ebdbb2; } @@ -2604,9 +2604,9 @@ row { row.activatable:selected:active { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: mix(#83a598,#ebdbb2,0.1); } + background-color: mix(#d3869b,#ebdbb2,0.1); } row.activatable:selected:backdrop { - background-color: #83a598; } + background-color: #d3869b; } flowbox flowboxchild { padding: 3px; @@ -2639,7 +2639,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } infobar.info button:focus, infobar.info button:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),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(179, 179, 179, 0.22); } infobar.info button:disabled { @@ -2659,7 +2659,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 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(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.info button:hover:active, infobar.info button:hover:active:hover, infobar.info button:hover:active:focus, infobar.info button:hover:active:hover:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:hover, infobar.info button:hover:checked:focus, infobar.info button:hover:checked:hover:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover, infobar.info button.flat:hover:active:focus, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { @@ -2673,7 +2673,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } infobar.info button:focus:focus, infobar.info button:focus:hover, infobar.info button.flat:focus:focus, infobar.info button.flat:focus:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.info button:focus:active, infobar.info button:focus:active:hover, infobar.info button:focus:active:focus, infobar.info button:focus:active:hover:focus, infobar.info button:focus:checked, infobar.info button:focus:checked:hover, infobar.info button:focus:checked:focus, infobar.info button:focus:checked:hover:focus, infobar.info button.flat:focus:active, infobar.info button.flat:focus:active:hover, infobar.info button.flat:focus:active:focus, infobar.info button.flat:focus:active:hover:focus, infobar.info button.flat:focus:checked, infobar.info button.flat:focus:checked:hover, infobar.info button.flat:focus:checked:focus, infobar.info button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.info button:focus:disabled, infobar.info button.flat:focus:disabled { @@ -2686,7 +2686,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } infobar.info button:focus:hover:focus, infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:focus, infobar.info button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.info button:focus:hover:active, infobar.info button:focus:hover:active:hover, infobar.info button:focus:hover:active:focus, infobar.info button:focus:hover:active:hover:focus, infobar.info button:focus:hover:checked, infobar.info button:focus:hover:checked:hover, infobar.info button:focus:hover:checked:focus, infobar.info button:focus:hover:checked:hover:focus, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:hover, infobar.info button.flat:focus:hover:active:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:hover, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { @@ -2695,13 +2695,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),0.3); } infobar.info button:checked:active, infobar.info button:checked:active:hover, infobar.info button:checked:active:focus, infobar.info button:checked:active:hover:focus, infobar.info button:checked:checked, infobar.info button:checked:checked:hover, infobar.info button:checked:checked:focus, infobar.info button:checked:checked:hover:focus, infobar.info button:active:active, infobar.info button:active:active:hover, infobar.info button:active:active:focus, infobar.info button:active:active:hover:focus, 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:checked:active, infobar.info button.flat:checked:active:hover, infobar.info button.flat:checked:active:focus, infobar.info button.flat:checked:active:hover:focus, infobar.info button.flat:checked:checked, infobar.info button.flat:checked:checked:hover, infobar.info button.flat:checked:checked:focus, infobar.info button.flat:checked:checked:hover:focus, infobar.info button.flat:active:active, infobar.info button.flat:active:active:hover, infobar.info button.flat:active:active:focus, infobar.info button.flat:active:active: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(179, 179, 179, 0.22); } infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { @@ -2710,7 +2710,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { @@ -2723,7 +2723,7 @@ infobar { color: mix(#03a9f4,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2746,7 +2746,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } infobar.warning button:focus, infobar.warning button:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),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(179, 179, 179, 0.22); } infobar.warning button:disabled { @@ -2766,7 +2766,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } 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(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.warning button:hover:active, infobar.warning button:hover:active:hover, infobar.warning button:hover:active:focus, infobar.warning button:hover:active:hover:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:hover, infobar.warning button:hover:checked:focus, infobar.warning button:hover:checked:hover:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover, infobar.warning button.flat:hover:active:focus, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { @@ -2780,7 +2780,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } infobar.warning button:focus:focus, infobar.warning button:focus:hover, infobar.warning button.flat:focus:focus, infobar.warning button.flat:focus:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.warning button:focus:active, infobar.warning button:focus:active:hover, infobar.warning button:focus:active:focus, infobar.warning button:focus:active:hover:focus, infobar.warning button:focus:checked, infobar.warning button:focus:checked:hover, infobar.warning button:focus:checked:focus, infobar.warning button:focus:checked:hover:focus, infobar.warning button.flat:focus:active, infobar.warning button.flat:focus:active:hover, infobar.warning button.flat:focus:active:focus, infobar.warning button.flat:focus:active:hover:focus, infobar.warning button.flat:focus:checked, infobar.warning button.flat:focus:checked:hover, infobar.warning button.flat:focus:checked:focus, infobar.warning button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.warning button:focus:disabled, infobar.warning button.flat:focus:disabled { @@ -2793,7 +2793,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } infobar.warning button:focus:hover:focus, infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:focus, infobar.warning button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.warning button:focus:hover:active, infobar.warning button:focus:hover:active:hover, infobar.warning button:focus:hover:active:focus, infobar.warning button:focus:hover:active:hover:focus, infobar.warning button:focus:hover:checked, infobar.warning button:focus:hover:checked:hover, infobar.warning button:focus:hover:checked:focus, infobar.warning button:focus:hover:checked:hover:focus, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:hover, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:hover, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { @@ -2802,13 +2802,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),0.3); } infobar.warning button:checked:active, infobar.warning button:checked:active:hover, infobar.warning button:checked:active:focus, infobar.warning button:checked:active:hover:focus, infobar.warning button:checked:checked, infobar.warning button:checked:checked:hover, infobar.warning button:checked:checked:focus, infobar.warning button:checked:checked:hover:focus, infobar.warning button:active:active, infobar.warning button:active:active:hover, infobar.warning button:active:active:focus, infobar.warning button:active:active:hover:focus, 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:checked:active, infobar.warning button.flat:checked:active:hover, infobar.warning button.flat:checked:active:focus, infobar.warning button.flat:checked:active:hover:focus, infobar.warning button.flat:checked:checked, infobar.warning button.flat:checked:checked:hover, infobar.warning button.flat:checked:checked:focus, infobar.warning button.flat:checked:checked:hover:focus, infobar.warning button.flat:active:active, infobar.warning button.flat:active:active:hover, infobar.warning button.flat:active:active:focus, infobar.warning button.flat:active:active: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(179, 179, 179, 0.22); } infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { @@ -2817,7 +2817,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { @@ -2830,7 +2830,7 @@ infobar { color: mix(#ef6c00,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2853,7 +2853,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } infobar.question button:focus, infobar.question button:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),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(179, 179, 179, 0.22); } infobar.question button:disabled { @@ -2873,7 +2873,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 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(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.question button:hover:active, infobar.question button:hover:active:hover, infobar.question button:hover:active:focus, infobar.question button:hover:active:hover:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:hover, infobar.question button:hover:checked:focus, infobar.question button:hover:checked:hover:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover, infobar.question button.flat:hover:active:focus, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { @@ -2887,7 +2887,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } infobar.question button:focus:focus, infobar.question button:focus:hover, infobar.question button.flat:focus:focus, infobar.question button.flat:focus:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.question button:focus:active, infobar.question button:focus:active:hover, infobar.question button:focus:active:focus, infobar.question button:focus:active:hover:focus, infobar.question button:focus:checked, infobar.question button:focus:checked:hover, infobar.question button:focus:checked:focus, infobar.question button:focus:checked:hover:focus, infobar.question button.flat:focus:active, infobar.question button.flat:focus:active:hover, infobar.question button.flat:focus:active:focus, infobar.question button.flat:focus:active:hover:focus, infobar.question button.flat:focus:checked, infobar.question button.flat:focus:checked:hover, infobar.question button.flat:focus:checked:focus, infobar.question button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.question button:focus:disabled, infobar.question button.flat:focus:disabled { @@ -2900,7 +2900,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } infobar.question button:focus:hover:focus, infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:focus, infobar.question button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.question button:focus:hover:active, infobar.question button:focus:hover:active:hover, infobar.question button:focus:hover:active:focus, infobar.question button:focus:hover:active:hover:focus, infobar.question button:focus:hover:checked, infobar.question button:focus:hover:checked:hover, infobar.question button:focus:hover:checked:focus, infobar.question button:focus:hover:checked:hover:focus, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:hover, infobar.question button.flat:focus:hover:active:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:hover, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { @@ -2909,13 +2909,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),0.3); } infobar.question button:checked:active, infobar.question button:checked:active:hover, infobar.question button:checked:active:focus, infobar.question button:checked:active:hover:focus, infobar.question button:checked:checked, infobar.question button:checked:checked:hover, infobar.question button:checked:checked:focus, infobar.question button:checked:checked:hover:focus, infobar.question button:active:active, infobar.question button:active:active:hover, infobar.question button:active:active:focus, infobar.question button:active:active:hover:focus, 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:checked:active, infobar.question button.flat:checked:active:hover, infobar.question button.flat:checked:active:focus, infobar.question button.flat:checked:active:hover:focus, infobar.question button.flat:checked:checked, infobar.question button.flat:checked:checked:hover, infobar.question button.flat:checked:checked:focus, infobar.question button.flat:checked:checked:hover:focus, infobar.question button.flat:active:active, infobar.question button.flat:active:active:hover, infobar.question button.flat:active:active:focus, infobar.question button.flat:active:active: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(179, 179, 179, 0.22); } infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { @@ -2924,7 +2924,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { @@ -2937,7 +2937,7 @@ infobar { color: mix(#673ab7,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -2960,7 +2960,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } infobar.error button:focus, infobar.error button:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),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(179, 179, 179, 0.22); } infobar.error button:disabled { @@ -2980,7 +2980,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } 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(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.error button:hover:active, infobar.error button:hover:active:hover, infobar.error button:hover:active:focus, infobar.error button:hover:active:hover:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:hover, infobar.error button:hover:checked:focus, infobar.error button:hover:checked:hover:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover, infobar.error button.flat:hover:active:focus, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { @@ -2994,7 +2994,7 @@ infobar { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } infobar.error button:focus:focus, infobar.error button:focus:hover, infobar.error button.flat:focus:focus, infobar.error button.flat:focus:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.error button:focus:active, infobar.error button:focus:active:hover, infobar.error button:focus:active:focus, infobar.error button:focus:active:hover:focus, infobar.error button:focus:checked, infobar.error button:focus:checked:hover, infobar.error button:focus:checked:focus, infobar.error button:focus:checked:hover:focus, infobar.error button.flat:focus:active, infobar.error button.flat:focus:active:hover, infobar.error button.flat:focus:active:focus, infobar.error button.flat:focus:active:hover:focus, infobar.error button.flat:focus:checked, infobar.error button.flat:focus:checked:hover, infobar.error button.flat:focus:checked:focus, infobar.error button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.error button:focus:disabled, infobar.error button.flat:focus:disabled { @@ -3007,7 +3007,7 @@ infobar { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } infobar.error button:focus:hover:focus, infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:focus, infobar.error button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } infobar.error button:focus:hover:active, infobar.error button:focus:hover:active:hover, infobar.error button:focus:hover:active:focus, infobar.error button:focus:hover:active:hover:focus, infobar.error button:focus:hover:checked, infobar.error button:focus:hover:checked:hover, infobar.error button:focus:hover:checked:focus, infobar.error button:focus:hover:checked:hover:focus, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:hover, infobar.error button.flat:focus:hover:active:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:hover, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { @@ -3016,13 +3016,13 @@ infobar { border-color: rgba(204, 204, 204, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } 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(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),0.3); } infobar.error button:checked:active, infobar.error button:checked:active:hover, infobar.error button:checked:active:focus, infobar.error button:checked:active:hover:focus, infobar.error button:checked:checked, infobar.error button:checked:checked:hover, infobar.error button:checked:checked:focus, infobar.error button:checked:checked:hover:focus, infobar.error button:active:active, infobar.error button:active:active:hover, infobar.error button:active:active:focus, infobar.error button:active:active:hover:focus, 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:checked:active, infobar.error button.flat:checked:active:hover, infobar.error button.flat:checked:active:focus, infobar.error button.flat:checked:active:hover:focus, infobar.error button.flat:checked:checked, infobar.error button.flat:checked:checked:hover, infobar.error button.flat:checked:checked:focus, infobar.error button.flat:checked:checked:hover:focus, infobar.error button.flat:active:active, infobar.error button.flat:active:active:hover, infobar.error button.flat:active:active:focus, infobar.error button.flat:active:active: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(179, 179, 179, 0.22); } infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { @@ -3031,7 +3031,7 @@ infobar { border-color: rgba(204, 204, 204, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { @@ -3044,7 +3044,7 @@ infobar { color: mix(#f44336,#fff,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -3131,14 +3131,14 @@ entry, menuitem entry, popover.background entry, .osd entry, entry:selected, popover.background entry:selected, #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } entry:disabled, popover.background entry:disabled, #XfceNotifyWindow entry:disabled, #login_window entry:disabled { box-shadow: none; } entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-width: 0; border-radius: 5px; @@ -3160,7 +3160,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { color: #fff; - border-color: mix(#83a598,#ef6c00,0.3); + border-color: mix(#d3869b,#ef6c00,0.3); background-color: #ef6c00; box-shadow: none; } entry.warning selection, @@ -3178,7 +3178,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { color: #fff; - border-color: mix(#83a598,#f44336,0.3); + border-color: mix(#d3869b,#f44336,0.3); background-color: #f44336; box-shadow: none; } entry.error selection, @@ -3196,7 +3196,7 @@ entry, menuitem entry, popover.background entry, .osd entry, entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { color: #fff; - border-color: mix(#83a598,#f44336,0.3); + border-color: mix(#d3869b,#f44336,0.3); background-color: #f44336; box-shadow: none; } entry.search-missing selection, @@ -3247,7 +3247,7 @@ menu, menu:selected, .menu:selected, .context-menu:selected { - background-color: #83a598; } + background-color: #d3869b; } menu separator, .csd menu separator, .menu separator, @@ -3280,7 +3280,7 @@ menu, .context-menu menuitem:active, .context-menu menuitem:hover { border: 0; - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; } menu menuitem *:active, menu menuitem *:hover, @@ -3354,7 +3354,7 @@ menu, .context-menu menuitem.button.flat:active:hover, .context-menu menuitem.button.flat:selected { background-image: none; - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } menu menuitem calendar, .menu menuitem calendar, @@ -3457,7 +3457,7 @@ menuitem entry { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } menuitem entry:focus, menuitem entry:hover { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.2),0.3); } + border-color: mix(#d3869b,mix(#32302f,#ebdbb2,0.2),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: shade(mix(#32302f,#ebdbb2,0.2),0.7); } menuitem entry:disabled { @@ -3465,7 +3465,7 @@ menuitem entry { menuitem entry:active:disabled, menuitem entry:checked:disabled { border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); } menuitem entry:focus, menuitem entry:active { - border-color: mix(#83a598,mix(#1d2021,#ebdbb2,0.08),0.3); } + border-color: mix(#d3869b,mix(#1d2021,#ebdbb2,0.08),0.3); } menuitem entry:disabled { background-color: #2d2b2a; background-image: none; @@ -3475,7 +3475,7 @@ menuitem entry { /*opacity: .8;*/ color: mix(#32302f,#ebdbb2,0.5); } menuitem entry:disabled:focus, menuitem entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } + border-color: mix(#d3869b,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } menuitem entry:disabled:active, menuitem entry:disabled:active:hover, menuitem entry:disabled:active:focus, menuitem entry:disabled:active:hover:focus, menuitem entry:disabled:checked, menuitem entry:disabled:checked:hover, menuitem entry:disabled:checked:focus, menuitem entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.7); } menuitem entry:disabled:disabled { @@ -3500,7 +3500,7 @@ popover.background { border-width: 1px; border-style: solid; } .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.5),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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: rgba(209, 173, 80, 0.5); } .csd popover.background:disabled, popover.background:disabled { @@ -3510,12 +3510,12 @@ popover.background { 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: #83a598; } + border-top-color: #d3869b; } popover.background treeview.view, popover.background treeview.view:backdrop { border-top-color: #3c3a38; } popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { background-image: none; - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background iconview:backdrop, popover.background list, popover.background list:backdrop { background-color: #413e3d; @@ -3528,7 +3528,7 @@ popover.background { color: #ebdbb2; } 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: #83a598; + background-color: #d3869b; color: #ebdbb2; } popover.background .frame { border-color: #282626; @@ -3542,7 +3542,7 @@ popover.background { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } popover.background entry:focus, popover.background entry:hover { - border-color: mix(#83a598,mix(#282828,#ebdbb2,0.2),0.3); } + border-color: mix(#d3869b,mix(#282828,#ebdbb2,0.2),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: shade(mix(#282828,#ebdbb2,0.2),0.7); } popover.background entry:disabled { @@ -3550,7 +3550,7 @@ popover.background { popover.background entry:active:disabled, popover.background entry:checked:disabled { border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); } popover.background entry:focus, popover.background entry:active { - border-color: mix(#83a598,mix(#1d2021,#ebdbb2,0.08),0.3); } + border-color: mix(#d3869b,mix(#1d2021,#ebdbb2,0.08),0.3); } popover.background entry:disabled { background-color: #242424; background-image: none; @@ -3560,7 +3560,7 @@ popover.background { /*opacity: .8;*/ color: mix(#282828,#ebdbb2,0.5); } popover.background entry:disabled:focus, popover.background entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#282828,#ebdbb2,0.2),0.4),0.3); } + border-color: mix(#d3869b,alpha(mix(#282828,#ebdbb2,0.2),0.4),0.3); } popover.background entry:disabled:active, popover.background entry:disabled:active:hover, popover.background entry:disabled:active:focus, popover.background entry:disabled:active:hover:focus, popover.background entry:disabled:checked, popover.background entry:disabled:checked:hover, popover.background entry:disabled:checked:focus, popover.background entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#282828,#ebdbb2,0.2),0.4),0.7); } popover.background entry:disabled:disabled { @@ -3574,7 +3574,7 @@ popover.background { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } popover.background button:focus, popover.background button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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 { border-color: rgba(209, 173, 80, 0.22); } popover.background button:disabled { @@ -3594,7 +3594,7 @@ popover.background { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } 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(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } popover.background button:hover:active, popover.background button:hover:active:hover, popover.background button:hover:active:focus, popover.background button:hover:active:hover:focus, popover.background button:hover:checked, popover.background button:hover:checked:hover, popover.background button:hover:checked:focus, popover.background button:hover:checked:hover:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover, popover.background button.flat:hover:active:focus, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } popover.background button:hover:disabled, popover.background button.flat:hover:disabled { @@ -3608,7 +3608,7 @@ popover.background { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } popover.background button:focus:focus, popover.background button:focus:hover, popover.background button.flat:focus:focus, popover.background button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } popover.background button:focus:active, popover.background button:focus:active:hover, popover.background button:focus:active:focus, popover.background button:focus:active:hover:focus, popover.background button:focus:checked, popover.background button:focus:checked:hover, popover.background button:focus:checked:focus, popover.background button:focus:checked:hover:focus, popover.background button.flat:focus:active, popover.background button.flat:focus:active:hover, popover.background button.flat:focus:active:focus, popover.background button.flat:focus:active:hover:focus, popover.background button.flat:focus:checked, popover.background button.flat:focus:checked:hover, popover.background button.flat:focus:checked:focus, popover.background button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } popover.background button:focus:disabled, popover.background button.flat:focus:disabled { @@ -3621,7 +3621,7 @@ popover.background { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } popover.background button:focus:hover:focus, popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:focus, popover.background button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } popover.background button:focus:hover:active, popover.background button:focus:hover:active:hover, popover.background button:focus:hover:active:focus, popover.background button:focus:hover:active:hover:focus, popover.background button:focus:hover:checked, popover.background button:focus:hover:checked:hover, popover.background button:focus:hover:checked:focus, popover.background button:focus:hover:checked:hover:focus, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:hover, popover.background button.flat:focus:hover:active:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:hover, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { @@ -3630,13 +3630,13 @@ popover.background { border-color: rgba(218, 188, 112, 0.3); } 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } 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(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } popover.background button:checked:active, popover.background button:checked:active:hover, popover.background button:checked:active:focus, popover.background button:checked:active:hover:focus, popover.background button:checked:checked, popover.background button:checked:checked:hover, popover.background button:checked:checked:focus, popover.background button:checked:checked:hover:focus, popover.background button:active:active, popover.background button:active:active:hover, popover.background button:active:active:focus, popover.background button:active:active:hover:focus, popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:checked:active, popover.background button.flat:checked:active:hover, popover.background button.flat:checked:active:focus, popover.background button.flat:checked:active:hover:focus, popover.background button.flat:checked:checked, popover.background button.flat:checked:checked:hover, popover.background button.flat:checked:checked:focus, popover.background button.flat:checked:checked:hover:focus, popover.background button.flat:active:active, popover.background button.flat:active:active:hover, popover.background button.flat:active:active:focus, popover.background button.flat:active:active:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { @@ -3645,7 +3645,7 @@ popover.background { border-color: rgba(218, 188, 112, 0.22); } 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { @@ -3658,7 +3658,7 @@ popover.background { color: mix(#282828,#ebdbb2,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -3670,7 +3670,7 @@ popover.background { popover.background .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } popover.background .linked > button:focus, popover.background .linked > button:hover { - box-shadow: inset -1px 0 mix(#83a598,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: inset -1px 0 mix(#d3869b,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } 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 -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } popover.background .linked > button:disabled { @@ -3696,7 +3696,7 @@ menuitem.button.flat { transition: none; } modelbutton.flat:hover, menuitem.button.flat:hover { - background-color: #83a598; + background-color: #d3869b; color: #ebdbb2; } modelbutton.flat:checked, menuitem.button.flat:checked { @@ -3783,7 +3783,7 @@ frame.app-notification { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } frame.app-notification button:focus, frame.app-notification button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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(209, 173, 80, 0.22); } frame.app-notification button:disabled { @@ -3803,7 +3803,7 @@ frame.app-notification { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 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(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } frame.app-notification button:hover:active, frame.app-notification button:hover:active:hover, frame.app-notification button:hover:active:focus, frame.app-notification button:hover:active:hover:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:hover, frame.app-notification button:hover:checked:focus, frame.app-notification button:hover:checked:hover:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover, frame.app-notification button.flat:hover:active:focus, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { @@ -3817,7 +3817,7 @@ frame.app-notification { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } frame.app-notification button:focus:focus, frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:focus, frame.app-notification button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } frame.app-notification button:focus:active, frame.app-notification button:focus:active:hover, frame.app-notification button:focus:active:focus, frame.app-notification button:focus:active:hover:focus, frame.app-notification button:focus:checked, frame.app-notification button:focus:checked:hover, frame.app-notification button:focus:checked:focus, frame.app-notification button:focus:checked:hover:focus, frame.app-notification button.flat:focus:active, frame.app-notification button.flat:focus:active:hover, frame.app-notification button.flat:focus:active:focus, frame.app-notification button.flat:focus:active:hover:focus, frame.app-notification button.flat:focus:checked, frame.app-notification button.flat:focus:checked:hover, frame.app-notification button.flat:focus:checked:focus, frame.app-notification button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } frame.app-notification button:focus:disabled, frame.app-notification button.flat:focus:disabled { @@ -3830,7 +3830,7 @@ frame.app-notification { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } frame.app-notification button:focus:hover:focus, frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:focus, frame.app-notification button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } frame.app-notification button:focus:hover:active, frame.app-notification button:focus:hover:active:hover, frame.app-notification button:focus:hover:active:focus, frame.app-notification button:focus:hover:active:hover:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button:focus:hover:checked:hover, frame.app-notification button:focus:hover:checked:focus, frame.app-notification button:focus:hover:checked:hover:focus, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:hover, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:hover, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { @@ -3839,13 +3839,13 @@ frame.app-notification { border-color: rgba(218, 188, 112, 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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 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 { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } frame.app-notification button:checked:active, frame.app-notification button:checked:active:hover, frame.app-notification button:checked:active:focus, frame.app-notification button:checked:active:hover:focus, frame.app-notification button:checked:checked, frame.app-notification button:checked:checked:hover, frame.app-notification button:checked:checked:focus, frame.app-notification button:checked:checked:hover:focus, frame.app-notification button:active:active, frame.app-notification button:active:active:hover, frame.app-notification button:active:active:focus, frame.app-notification button:active:active:hover:focus, 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:checked:active, frame.app-notification button.flat:checked:active:hover, frame.app-notification button.flat:checked:active:focus, frame.app-notification button.flat:checked:active:hover:focus, frame.app-notification button.flat:checked:checked, frame.app-notification button.flat:checked:checked:hover, frame.app-notification button.flat:checked:checked:focus, frame.app-notification button.flat:checked:checked:hover:focus, frame.app-notification button.flat:active:active, frame.app-notification button.flat:active:active:hover, frame.app-notification button.flat:active:active:focus, frame.app-notification button.flat:active:active: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(209, 173, 80, 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 { @@ -3854,7 +3854,7 @@ frame.app-notification { border-color: rgba(218, 188, 112, 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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { @@ -3867,7 +3867,7 @@ frame.app-notification { color: mix(rgba(50, 48, 47, 0.8),#ebdbb2,0.5); box-shadow: none; } 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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -4023,7 +4023,7 @@ textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, treeview.view:selected:focus, treeview.view:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view iconview:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, .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: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 iconview:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected { - background-color: #83a598; } + background-color: #d3869b; } row:selected label, label:selected, entry selection, menuitem entry selection, popover.background entry selection, .osd entry selection, #XfceNotifyWindow entry selection, #login_window entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, menuitem.button.flat:active, @@ -4045,7 +4045,7 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, .cs-category-view:disabled:selected, .cs-category-view iconview:disabled:selected:focus, .cs-category-view iconview:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected { - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#ebdbb2,#d3869b,0.5); } row:selected label:backdrop, label:backdrop:selected, label:backdrop selection, entry selection:backdrop, #XfceNotifyWindow entry selection:backdrop, #login_window entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop, menuitem.button.flat:backdrop:active, @@ -4055,8 +4055,8 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop, .cs-category-view:backdrop:selected, .cs-category-view iconview:backdrop:selected:focus, .cs-category-view iconview:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected:focus, .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 iconview:backdrop:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected { - background-color: #83a598; - color: mix(#83a598,#ebdbb2,0.66); } + background-color: #d3869b; + color: mix(#d3869b,#ebdbb2,0.66); } row:selected label:backdrop:disabled, label:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, entry selection:backdrop:disabled, #XfceNotifyWindow entry selection:backdrop:disabled, #login_window entry selection:backdrop:disabled, calendar:backdrop:disabled:selected, row:backdrop:disabled:selected, flowbox flowboxchild:backdrop:disabled:selected, modelbutton.flat:backdrop:disabled:active, modelbutton.flat:active arrow:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected, modelbutton.flat:selected arrow:backdrop:disabled, menuitem.button.flat:backdrop:disabled:active, @@ -4065,7 +4065,7 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . menuitem.button.flat:selected arrow:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, textview text selection:backdrop:disabled, .cs-category-view:backdrop:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:disabled:selected { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#d3869b,#ebdbb2,0.66),#d3869b,0.3); } /********* ! Buttons @@ -4121,7 +4121,7 @@ notebook { border-top-width: 3px; border-radius: 1px 1px 0 0; } notebook > header.top > tabs > tab:checked { - border-top-color: #83a598; } + border-top-color: #d3869b; } notebook > header.top > tabs > tab + tab { margin-left: -1px; } notebook > header.bottom { @@ -4136,7 +4136,7 @@ notebook { border-bottom-width: 3px; border-radius: 0 0 1px 1px; } notebook > header.bottom > tabs > tab:checked { - border-bottom-color: #83a598; } + border-bottom-color: #d3869b; } notebook > header.bottom > tabs > tab + tab { margin-left: -1px; } notebook > header.right { @@ -4151,7 +4151,7 @@ notebook { border-right-width: 3px; border-radius: 0 1px 1px 0; } notebook > header.right > tabs > tab:checked { - border-right-color: #83a598; } + border-right-color: #d3869b; } notebook > header.right > tabs > tab + tab { margin-top: -1px; } notebook > header.left { @@ -4166,7 +4166,7 @@ notebook { border-left-width: 3px; border-radius: 1px 0 0 1px; } notebook > header.left > tabs > tab:checked { - border-left-color: #83a598; } + border-left-color: #d3869b; } notebook > header.left > tabs > tab + tab { margin-top: -1px; } notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { @@ -4220,7 +4220,7 @@ notebook { notebook > header > tabs > tab button.flat:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - color: #83a598; } + color: #d3869b; } /********* ! Buttons @@ -4253,7 +4253,7 @@ button.osd, button.osd:focus, button.osd:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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, @@ -4291,7 +4291,7 @@ button.osd, #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } button.osd:hover:active, button.osd:hover:active:hover, button.osd:hover:active:focus, button.osd:hover:active:hover:focus, button.osd:hover:checked, button.osd:hover:checked:hover, button.osd:hover:checked:focus, button.osd:hover:checked:hover:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover, button.osd.flat:hover:active:focus, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover, button.osd.flat:hover:checked:focus, button.osd.flat:hover:checked:hover:focus, #XfceNotifyWindow button:hover:active, #XfceNotifyWindow button:hover:active:hover, @@ -4333,7 +4333,7 @@ button.osd, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } button.osd:focus:active, button.osd:focus:active:hover, button.osd:focus:active:focus, button.osd:focus:active:hover:focus, button.osd:focus:checked, button.osd:focus:checked:hover, button.osd:focus:checked:focus, button.osd:focus:checked:hover:focus, button.osd.flat:focus:active, button.osd.flat:focus:active:hover, button.osd.flat:focus:active:focus, button.osd.flat:focus:active:hover:focus, button.osd.flat:focus:checked, button.osd.flat:focus:checked:hover, button.osd.flat:focus:checked:focus, button.osd.flat:focus:checked:hover:focus, #XfceNotifyWindow button:focus:active, #XfceNotifyWindow button:focus:active:hover, @@ -4374,7 +4374,7 @@ button.osd, #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } button.osd:focus:hover:active, button.osd:focus:hover:active:hover, button.osd:focus:hover:active:focus, button.osd:focus:hover:active:hover:focus, button.osd:focus:hover:checked, button.osd:focus:hover:checked:hover, button.osd:focus:hover:checked:focus, button.osd:focus:hover:checked:hover:focus, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:hover, button.osd.flat:focus:hover:active:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:hover, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:checked:hover:focus, #XfceNotifyWindow button:focus:hover:active, #XfceNotifyWindow button:focus:hover:active:hover, @@ -4409,7 +4409,7 @@ button.osd, #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -4423,7 +4423,7 @@ button.osd, #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } button.osd:checked:active, button.osd:checked:active:hover, button.osd:checked:active:focus, button.osd:checked:active:hover:focus, button.osd:checked:checked, button.osd:checked:checked:hover, button.osd:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd:active:active, button.osd:active:active:hover, button.osd:active:active:focus, button.osd:active:active:hover:focus, button.osd:active:checked, button.osd:active:checked:hover, button.osd:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat:active:checked:hover:focus, #XfceNotifyWindow button:checked:active, #XfceNotifyWindow button:checked:active:hover, @@ -4484,7 +4484,7 @@ button.osd, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, @@ -4507,7 +4507,7 @@ button.osd, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -4551,7 +4551,7 @@ progressbar.osd { progressbar.osd progress { border-style: none; border-radius: 0; - background-color: #83a598; + background-color: #d3869b; background-image: none; } .osd, @@ -4578,7 +4578,7 @@ progressbar.osd { .osd button:focus, .osd button:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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, @@ -4616,7 +4616,7 @@ progressbar.osd { #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd button:hover:active, .osd button:hover:active:hover, .osd button:hover:active:focus, .osd button:hover:active:hover:focus, .osd button:hover:checked, .osd button:hover:checked:hover, .osd button:hover:checked:focus, .osd button:hover:checked:hover:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover, .osd button.flat:hover:active:focus, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover, .osd button.flat:hover:checked:focus, .osd button.flat:hover:checked:hover:focus, #XfceNotifyWindow button:hover:active, #XfceNotifyWindow button:hover:active:hover, @@ -4658,7 +4658,7 @@ progressbar.osd { #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd button:focus:active, .osd button:focus:active:hover, .osd button:focus:active:focus, .osd button:focus:active:hover:focus, .osd button:focus:checked, .osd button:focus:checked:hover, .osd button:focus:checked:focus, .osd button:focus:checked:hover:focus, .osd button.flat:focus:active, .osd button.flat:focus:active:hover, .osd button.flat:focus:active:focus, .osd button.flat:focus:active:hover:focus, .osd button.flat:focus:checked, .osd button.flat:focus:checked:hover, .osd button.flat:focus:checked:focus, .osd button.flat:focus:checked:hover:focus, #XfceNotifyWindow button:focus:active, #XfceNotifyWindow button:focus:active:hover, @@ -4699,7 +4699,7 @@ progressbar.osd { #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd button:focus:hover:active, .osd button:focus:hover:active:hover, .osd button:focus:hover:active:focus, .osd button:focus:hover:active:hover:focus, .osd button:focus:hover:checked, .osd button:focus:hover:checked:hover, .osd button:focus:hover:checked:focus, .osd button:focus:hover:checked:hover:focus, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:hover, .osd button.flat:focus:hover:active:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:hover, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:checked:hover:focus, #XfceNotifyWindow button:focus:hover:active, #XfceNotifyWindow button:focus:hover:active:hover, @@ -4734,7 +4734,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -4748,7 +4748,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } .osd button:checked:active, .osd button:checked:active:hover, .osd button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button:checked:checked, .osd button:checked:checked:hover, .osd button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button:active:active, .osd button:active:active:hover, .osd button:active:active:focus, .osd button:active:active:hover:focus, .osd button:active:checked, .osd button:active:checked:hover, .osd button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat:active:checked:hover:focus, #XfceNotifyWindow button:checked:active, #XfceNotifyWindow button:checked:active:hover, @@ -4809,7 +4809,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, @@ -4832,7 +4832,7 @@ progressbar.osd { #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -4857,7 +4857,7 @@ progressbar.osd { .osd entry:focus, .osd entry:hover, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:hover { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.2),0.3); } + border-color: mix(#d3869b,mix(#32302f,#ebdbb2,0.2),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, @@ -4878,7 +4878,7 @@ progressbar.osd { .osd entry:focus, .osd entry:active, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:active { - border-color: mix(#83a598,rgba(43, 41, 40, 0.8),0.3); } + border-color: mix(#d3869b,rgba(43, 41, 40, 0.8),0.3); } .osd entry:disabled, #XfceNotifyWindow entry:disabled { background-color: #2d2b2a; @@ -4891,7 +4891,7 @@ progressbar.osd { .osd entry:disabled:focus, .osd entry:disabled:hover, #XfceNotifyWindow entry:disabled:focus, #XfceNotifyWindow entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } + border-color: mix(#d3869b,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } .osd entry:disabled:active, .osd entry:disabled:active:hover, .osd entry:disabled:active:focus, .osd entry:disabled:active:hover:focus, .osd entry:disabled:checked, .osd entry:disabled:checked:hover, .osd entry:disabled:checked:focus, .osd entry:disabled:checked:hover:focus, #XfceNotifyWindow entry:disabled:active, #XfceNotifyWindow entry:disabled:active:hover, @@ -4925,7 +4925,7 @@ progressbar.osd { .osd scale slider:focus, .osd scale slider:hover, #XfceNotifyWindow scale slider:focus, #XfceNotifyWindow scale slider:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.8),0.3); } + border-color: mix(#d3869b,rgba(50, 48, 47, 0.8),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, @@ -4954,8 +4954,8 @@ progressbar.osd { background-image: none; } .osd scale trough.highlight, #XfceNotifyWindow scale trough.highlight { - border-color: #83a598; - background-color: #83a598; + border-color: #d3869b; + background-color: #d3869b; background-image: none; } .osd scale trough:disabled, .osd scale trough.highlight:disabled, #XfceNotifyWindow scale trough:disabled, @@ -4968,20 +4968,20 @@ progressbar.osd { background-color: rgba(68, 66, 64, 0.8); } .osd scale trough highlight, #XfceNotifyWindow scale trough highlight { - background-color: #83a598; } + background-color: #d3869b; } .osd scale slider, #XfceNotifyWindow scale slider { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #d3869b; + border-color: #d3869b; } .osd scale slider:hover, #XfceNotifyWindow scale slider:hover { - background-color: #a1bab1; - border-color: #a1bab1; } + background-color: #e1abba; + border-color: #e1abba; } .osd scale slider:active, #XfceNotifyWindow scale slider:active { - background-color: #678e7f; - border-color: #678e7f; } + background-color: #c5617c; + border-color: #c5617c; } .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, #XfceNotifyWindow.view, iconview#XfceNotifyWindow, @@ -5003,8 +5003,8 @@ progressbar.osd { background-color: mix(rgba(50, 48, 47, 0.8),#ebdbb2,0.31); } .osd scrollbar slider:active, #XfceNotifyWindow scrollbar slider:active { - border-color: #72998a; - background-color: #83a598; } + border-color: #ca6d86; + background-color: #d3869b; } .osd iconview.cell:selected, .osd iconview.cell:selected:focus, #XfceNotifyWindow iconview.cell:selected, #XfceNotifyWindow iconview.cell:selected:focus { @@ -5037,7 +5037,7 @@ progressbar.osd { .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover, #XfceNotifyWindow spinbutton:not(.vertical):focus, #XfceNotifyWindow spinbutton:not(.vertical):hover { - border-color: mix(#83a598,#32302f,0.3); } + border-color: mix(#d3869b,#32302f,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, @@ -5058,7 +5058,7 @@ progressbar.osd { .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active, #XfceNotifyWindow spinbutton:not(.vertical):focus, #XfceNotifyWindow spinbutton:not(.vertical):active { - border-color: mix(#83a598,rgba(43, 41, 40, 0.8),0.3); } + border-color: mix(#d3869b,rgba(43, 41, 40, 0.8),0.3); } .osd spinbutton:not(.vertical):disabled, #XfceNotifyWindow spinbutton:not(.vertical):disabled { background-color: #2d2b2a; @@ -5079,7 +5079,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(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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, @@ -5117,7 +5117,7 @@ progressbar.osd { #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(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:hover, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:hover, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .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, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:hover, @@ -5159,7 +5159,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd spinbutton:not(.vertical) button:focus:active, .osd spinbutton:not(.vertical) button:focus:active:hover, .osd spinbutton:not(.vertical) button:focus:active:focus, .osd spinbutton:not(.vertical) button:focus:active:hover:focus, .osd spinbutton:not(.vertical) button:focus:checked, .osd spinbutton:not(.vertical) button:focus:checked:hover, .osd spinbutton:not(.vertical) button:focus:checked:focus, .osd spinbutton:not(.vertical) button:focus:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:active, .osd spinbutton:not(.vertical) button.flat:focus:active:hover, .osd spinbutton:not(.vertical) button.flat:focus:active:focus, .osd spinbutton:not(.vertical) button.flat:focus:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:checked, .osd spinbutton:not(.vertical) button.flat:focus:checked:hover, .osd spinbutton:not(.vertical) button.flat:focus:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:checked:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:active, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:active:hover, @@ -5200,7 +5200,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button:focus:hover:active:hover, .osd spinbutton:not(.vertical) button:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked: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:focus:hover:active:hover, @@ -5235,7 +5235,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -5249,7 +5249,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(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover, @@ -5310,7 +5310,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .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, @@ -5333,7 +5333,7 @@ progressbar.osd { #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -5386,7 +5386,7 @@ progressbar.osd { .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(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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, @@ -5424,7 +5424,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:hover, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:hover, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:hover, @@ -5466,7 +5466,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd spinbutton.vertical button:first-child:focus:active, .osd spinbutton.vertical button:first-child:focus:active:hover, .osd spinbutton.vertical button:first-child:focus:active:focus, .osd spinbutton.vertical button:first-child:focus:active:hover:focus, .osd spinbutton.vertical button:first-child:focus:checked, .osd spinbutton.vertical button:first-child:focus:checked:hover, .osd spinbutton.vertical button:first-child:focus:checked:focus, .osd spinbutton.vertical button:first-child:focus:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:active, .osd spinbutton.vertical button:first-child.flat:focus:active:hover, .osd spinbutton.vertical button:first-child.flat:focus:active:focus, .osd spinbutton.vertical button:first-child.flat:focus:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:checked, .osd spinbutton.vertical button:first-child.flat:focus:checked:hover, .osd spinbutton.vertical button:first-child.flat:focus:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:active, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:active:hover, @@ -5507,7 +5507,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child:focus:hover:active:hover, .osd spinbutton.vertical button:first-child:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:hover, @@ -5542,7 +5542,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); @@ -5556,7 +5556,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover, @@ -5617,7 +5617,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover, @@ -5640,7 +5640,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -5658,7 +5658,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; @@ -5666,7 +5666,7 @@ scrolledwindow overshoot.top { border: 0; box-shadow: none; } scrolledwindow overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; @@ -5675,7 +5675,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; @@ -5683,7 +5683,7 @@ scrolledwindow overshoot.bottom { border: 0; box-shadow: none; } scrolledwindow overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; @@ -5692,7 +5692,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; @@ -5700,7 +5700,7 @@ scrolledwindow overshoot.left { border: 0; box-shadow: none; } scrolledwindow overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; @@ -5709,7 +5709,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(131, 165, 152, 0.2)), to(rgba(131, 165, 152, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(211, 134, 155, 0.2)), to(rgba(211, 134, 155, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; @@ -5717,7 +5717,7 @@ scrolledwindow overshoot.right { border: 0; box-shadow: none; } scrolledwindow overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(131, 165, 152, 0.35)), to(rgba(131, 165, 152, 0.25))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(211, 134, 155, 0.35)), to(rgba(211, 134, 155, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; @@ -5808,7 +5808,7 @@ progressbar { background-image: none; border-radius: 5px; } progressbar progress { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-radius: 0; } progressbar progress.left { @@ -5853,7 +5853,7 @@ levelbar.vertical.discrete block { margin: 0; } levelbar block { - background-color: #83a598; + background-color: #d3869b; background-image: none; border-color: transparent; border-radius: 5px; } @@ -5864,7 +5864,7 @@ levelbar block { background-color: #4caf50; border-color: transparent; } levelbar block.full { - background-color: #64897b; + background-color: #c15371; border-color: transparent; } levelbar block.empty { background-color: transparent; @@ -5890,7 +5890,7 @@ scale { scale.fine-tune slider { margin: -7px; } scale.fine-tune highlight { - background-color: #94b1a6; } + background-color: #dc9fb0; } scale.fine-tune fill, scale.fine-tune highlight, scale.fine-tune trough { @@ -5914,19 +5914,19 @@ scale { menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: mix(#ebdbb2,#83a598,0.55); } + background-color: mix(#ebdbb2,#d3869b,0.55); } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #83a598; } + background-color: #d3869b; } scale highlight:disabled { - background-color: rgba(131, 165, 152, 0.55); } + background-color: rgba(211, 134, 155, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(131, 165, 152, 0.5); } + background-color: rgba(211, 134, 155, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { @@ -5939,8 +5939,8 @@ scale { background-color: #3f3d3b; } scale slider:active { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #d3869b; + border-color: #d3869b; } scale slider:disabled { background-color: mix(#32302f,#1d2021,0.55); border-color: rgba(235, 219, 178, 0); } @@ -5953,18 +5953,18 @@ scale { menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: mix(#ebdbb2,#83a598,0.85); - border-color: mix(#ebdbb2,#83a598,0.85); } + background-color: mix(#ebdbb2,#d3869b,0.85); + border-color: mix(#ebdbb2,#d3869b,0.85); } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: mix(#ebdbb2,#83a598,0.5); - border-color: mix(#ebdbb2,#83a598,0.5); } + background-color: mix(#ebdbb2,#d3869b,0.5); + border-color: mix(#ebdbb2,#d3869b,0.5); } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: mix(#ebdbb2,#83a598,0.55); - border-color: mix(#ebdbb2,#83a598,0.55); } + background-color: mix(#ebdbb2,#d3869b,0.55); + border-color: mix(#ebdbb2,#d3869b,0.55); } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -6065,7 +6065,7 @@ scrollbar { scrollbar slider:hover { background-color: mix(#1d2021,#ebdbb2,0.7); } scrollbar slider:hover:active { - background-color: #749a8c; } + background-color: #cc738c; } scrollbar slider:backdrop { background-color: mix(mix(#ebdbb2,#1d2021,0.5),#1d2021,0.4); } scrollbar slider:disabled { @@ -6075,7 +6075,7 @@ scrollbar { scrollbar.vertical slider { min-height: 40px; } scrollbar.fine-tune slider:active { - background-color: #92b0a4; } + background-color: #da99aa; } scrollbar.overlay-indicator { opacity: .8; } scrollbar.overlay-indicator:not(.dragging):not(.hovering) { @@ -6113,7 +6113,7 @@ scrollbar { scrollbar button:hover { color: mix(#1d2021,#ebdbb2,0.7); } scrollbar button:active, scrollbar button:checked { - color: #749a8c; } + color: #cc738c; } scrollbar button:backdrop { color: mix(mix(#ebdbb2,#1d2021,0.5),#1d2021,0.4); } scrollbar.vertical button.down { @@ -6175,7 +6175,7 @@ placessidebar row { placessidebar row:backdrop { color: mix(#ebdbb2,#1d2021,0.5); } placessidebar row:backdrop:selected { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#d3869b,#ebdbb2,0.66); } placessidebar row:backdrop:disabled { color: black; } placessidebar row image.sidebar-icon { @@ -6208,7 +6208,7 @@ placessidebar row { background-image: image(#4e9a06); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #83a598; } + color: #d3869b; } placessidebar row:drop(active):not(:disabled) { color: #4e9a06; box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; } @@ -6229,7 +6229,7 @@ paned > separator { background-size: 1px 1px; background-position: center center; } paned > separator:selected { - background-image: image(#83a598); } + background-image: image(#d3869b); } paned > separator:backdrop { background-image: image(mix(#1d2021,mix(#1d2021,#ebdbb2,0.08),0.9)); } paned > separator.wide { @@ -6274,7 +6274,7 @@ paned.titlebar > separator { spinner { background-image: none; - color: #83a598; + color: #d3869b; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } spinner:checked { @@ -6416,9 +6416,9 @@ switch { box-shadow: 0 1px 2px 0 rgba(66, 52, 17, 0.07), 1px 0 2px 0 rgba(66, 52, 17, 0.07); border-radius: 5px; } switch:checked { - background-color: #83a598; + background-color: #d3869b; background-image: none; - border-color: #83a598; + border-color: #d3869b; color: #282828; } switch:checked slider { background-color: #fff; @@ -6437,10 +6437,10 @@ switch { list row:selected switch slider { background-color: mix(mix(#1d2021,#282828,0.5),#282828,0.4); } list row:selected switch:checked { - color: #83a598; + color: #d3869b; background-color: mix(#ebdbb2,#1d2021,0.5); } list row:selected switch:checked slider { - background-color: #83a598; } + background-color: #d3869b; } /********* ! Buttons @@ -6487,8 +6487,8 @@ textview border { rubberband, flowbox rubberband, treeview.view rubberband { - border: 1px solid #83a598; - background-color: rgba(131, 165, 152, 0.2); } + border: 1px solid #d3869b; + background-color: rgba(211, 134, 155, 0.2); } treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #282828; @@ -6499,7 +6499,7 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #282828; } treeview entry.flat:focus, treeview entry:focus { - border-color: #83a598; } + border-color: #d3869b; } treeview.view header button, treeview.view header button:hover, treeview.view header button:active { padding: 1px 4px; @@ -6531,14 +6531,14 @@ treeview.view { treeview.view:selected:focus, treeview.view:selected { border-radius: 0; } treeview.view:selected:backdrop, treeview.view:selected { - border-left-color: mix(#ebdbb2,#83a598,0.5); + border-left-color: mix(#ebdbb2,#d3869b,0.5); border-top-color: rgba(235, 219, 178, 0.1); } treeview.view:disabled { color: mix(#ebdbb2,#1d2021,0.5); } treeview.view:disabled:selected { - color: mix(#ebdbb2,#83a598,0.4); } + color: mix(#ebdbb2,#d3869b,0.4); } treeview.view:disabled:selected:backdrop { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#d3869b,#ebdbb2,0.66),#d3869b,0.3); } treeview.view:disabled:backdrop { color: black; } treeview.view.separator { @@ -6552,7 +6552,7 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: mix(#83a598,#ebdbb2,0.3); } + border-color: mix(#d3869b,#ebdbb2,0.3); } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { @@ -6565,11 +6565,11 @@ treeview.view { treeview.view.expander:hover { color: #ebdbb2; } treeview.view.expander:selected { - color: mix(#83a598,#ebdbb2,0.7); } + color: mix(#d3869b,#ebdbb2,0.7); } treeview.view.expander:selected:hover { color: #ebdbb2; } treeview.view.expander:selected:backdrop { - color: mix(#83a598,mix(#83a598,#ebdbb2,0.66),0.7); } + color: mix(#d3869b,mix(#d3869b,#ebdbb2,0.66),0.7); } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.expander:backdrop { @@ -6577,20 +6577,20 @@ treeview.view { treeview.view.progressbar { color: #282828; border-radius: 5px; - border: 1px solid mix(#83a598,#ebdbb2,0.3); - background-color: #83a598; } + border: 1px solid mix(#d3869b,#ebdbb2,0.3); + background-color: #d3869b; } treeview.view.progressbar:selected { - border: 1px solid mix(#83a598,#ebdbb2,0.2); } + border: 1px solid mix(#d3869b,#ebdbb2,0.2); } treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { color: #ebdbb2; box-shadow: none; - background-color: #83a598; + background-color: #d3869b; background-image: none; border-radius: 5px; } treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { - color: mix(#83a598,#ebdbb2,0.66); - border-color: mix(#83a598,#ebdbb2,0.3); - background-color: mix(#282828,#83a598,0.9); } + color: mix(#d3869b,#ebdbb2,0.66); + border-color: mix(#d3869b,#ebdbb2,0.3); + background-color: mix(#282828,#d3869b,0.9); } treeview.view.progressbar:disabled { background-color: #1d2021; background-image: none; @@ -6606,7 +6606,7 @@ treeview.view { background-color: rgba(235, 219, 178, 0.3); border-width: 1px 0; border-style: solid; - border-color: #83a598; + border-color: #d3869b; border-radius: 5px; } treeview.view header button { color: mix(#ebdbb2,#282828,0.5); @@ -6631,14 +6631,14 @@ treeview.view { padding: 0 6px; transition: none; background-image: none; - background-color: #83a598; + background-color: #d3869b; color: #282828; border-radius: 0; border-style: none; box-shadow: inset 0 0 0 1px #282828; text-shadow: none; } treeview.view acceleditor > label { - background-color: #83a598; } + background-color: #d3869b; } /*********** ! Separator @@ -6862,10 +6862,10 @@ PanelSeparator, MatePanelAppletFrameDBus { color: mix(#ebdbb2,#1d2021,0.85); } .clocks-analog-frame.progress { - color: mix(#1d2021,#83a598,0.5); } + color: mix(#1d2021,#d3869b,0.5); } .clocks-analog-frame.progress-fast { - color: #57786b; } + color: #b1405f; } /***************** ! Gnome Builder * @@ -7107,8 +7107,8 @@ paned.titlebar { background-color: rgba(235, 219, 178, 0.5); border-color: rgba(226, 204, 145, 0.5); } .disk-space-display.used { - background-color: rgba(131, 165, 152, 0.8); - border-color: rgba(114, 153, 138, 0.8); } + background-color: rgba(211, 134, 155, 0.8); + border-color: rgba(202, 109, 134, 0.8); } .disk-space-display.free { background-color: #1c1e1f; border-color: #191b1c; } @@ -7122,7 +7122,7 @@ paned.titlebar { .conflict-row.activatable:selected { color: #ebdbb2; - background-color: #83a598; } + background-color: #d3869b; } /******** ! Nemo * @@ -7151,7 +7151,7 @@ paned.titlebar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } .nemo-window toolbar button:focus, .nemo-window toolbar button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } .nemo-window toolbar button:active, .nemo-window toolbar button:active:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover:focus, .nemo-window toolbar button:checked, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } .nemo-window toolbar button:disabled { @@ -7171,7 +7171,7 @@ paned.titlebar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } .nemo-window toolbar button:hover:focus, .nemo-window toolbar button:hover:hover, .nemo-window toolbar button.flat:hover:focus, .nemo-window toolbar button.flat:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .nemo-window toolbar button:hover:active, .nemo-window toolbar button:hover:active:hover, .nemo-window toolbar button:hover:active:focus, .nemo-window toolbar button:hover:active:hover:focus, .nemo-window toolbar button:hover:checked, .nemo-window toolbar button:hover:checked:hover, .nemo-window toolbar button:hover:checked:focus, .nemo-window toolbar button:hover:checked:hover:focus, .nemo-window toolbar button.flat:hover:active, .nemo-window toolbar button.flat:hover:active:hover, .nemo-window toolbar button.flat:hover:active:focus, .nemo-window toolbar button.flat:hover:active:hover:focus, .nemo-window toolbar button.flat:hover:checked, .nemo-window toolbar button.flat:hover:checked:hover, .nemo-window toolbar button.flat:hover:checked:focus, .nemo-window toolbar button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } .nemo-window toolbar button:hover:disabled, .nemo-window toolbar button.flat:hover:disabled { @@ -7185,7 +7185,7 @@ paned.titlebar { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } .nemo-window toolbar button:focus:focus, .nemo-window toolbar button:focus:hover, .nemo-window toolbar button.flat:focus:focus, .nemo-window toolbar button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .nemo-window toolbar button:focus:active, .nemo-window toolbar button:focus:active:hover, .nemo-window toolbar button:focus:active:focus, .nemo-window toolbar button:focus:active:hover:focus, .nemo-window toolbar button:focus:checked, .nemo-window toolbar button:focus:checked:hover, .nemo-window toolbar button:focus:checked:focus, .nemo-window toolbar button:focus:checked:hover:focus, .nemo-window toolbar button.flat:focus:active, .nemo-window toolbar button.flat:focus:active:hover, .nemo-window toolbar button.flat:focus:active:focus, .nemo-window toolbar button.flat:focus:active:hover:focus, .nemo-window toolbar button.flat:focus:checked, .nemo-window toolbar button.flat:focus:checked:hover, .nemo-window toolbar button.flat:focus:checked:focus, .nemo-window toolbar button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } .nemo-window toolbar button:focus:disabled, .nemo-window toolbar button.flat:focus:disabled { @@ -7198,7 +7198,7 @@ paned.titlebar { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } .nemo-window toolbar button:focus:hover:focus, .nemo-window toolbar button:focus:hover:hover, .nemo-window toolbar button.flat:focus:hover:focus, .nemo-window toolbar button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } .nemo-window toolbar button:focus:hover:active, .nemo-window toolbar button:focus:hover:active:hover, .nemo-window toolbar button:focus:hover:active:focus, .nemo-window toolbar button:focus:hover:active:hover:focus, .nemo-window toolbar button:focus:hover:checked, .nemo-window toolbar button:focus:hover:checked:hover, .nemo-window toolbar button:focus:hover:checked:focus, .nemo-window toolbar button:focus:hover:checked:hover:focus, .nemo-window toolbar button.flat:focus:hover:active, .nemo-window toolbar button.flat:focus:hover:active:hover, .nemo-window toolbar button.flat:focus:hover:active:focus, .nemo-window toolbar button.flat:focus:hover:active:hover:focus, .nemo-window toolbar button.flat:focus:hover:checked, .nemo-window toolbar button.flat:focus:hover:checked:hover, .nemo-window toolbar button.flat:focus:hover:checked:focus, .nemo-window toolbar button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } .nemo-window toolbar button:focus:hover:disabled, .nemo-window toolbar button.flat:focus:hover:disabled { @@ -7207,13 +7207,13 @@ paned.titlebar { border-color: rgba(218, 188, 112, 0.3); } .nemo-window toolbar button:checked, .nemo-window toolbar button:active, .nemo-window toolbar button.flat:checked, .nemo-window toolbar button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } .nemo-window toolbar button:checked:active, .nemo-window toolbar button:checked:active:hover, .nemo-window toolbar button:checked:active:focus, .nemo-window toolbar button:checked:active:hover:focus, .nemo-window toolbar button:checked:checked, .nemo-window toolbar button:checked:checked:hover, .nemo-window toolbar button:checked:checked:focus, .nemo-window toolbar button:checked:checked:hover:focus, .nemo-window toolbar button:active:active, .nemo-window toolbar button:active:active:hover, .nemo-window toolbar button:active:active:focus, .nemo-window toolbar button:active:active:hover:focus, .nemo-window toolbar button:active:checked, .nemo-window toolbar button:active:checked:hover, .nemo-window toolbar button:active:checked:focus, .nemo-window toolbar button:active:checked:hover:focus, .nemo-window toolbar button.flat:checked:active, .nemo-window toolbar button.flat:checked:active:hover, .nemo-window toolbar button.flat:checked:active:focus, .nemo-window toolbar button.flat:checked:active:hover:focus, .nemo-window toolbar button.flat:checked:checked, .nemo-window toolbar button.flat:checked:checked:hover, .nemo-window toolbar button.flat:checked:checked:focus, .nemo-window toolbar button.flat:checked:checked:hover:focus, .nemo-window toolbar button.flat:active:active, .nemo-window toolbar button.flat:active:active:hover, .nemo-window toolbar button.flat:active:active:focus, .nemo-window toolbar button.flat:active:active:hover:focus, .nemo-window toolbar button.flat:active:checked, .nemo-window toolbar button.flat:active:checked:hover, .nemo-window toolbar button.flat:active:checked:focus, .nemo-window toolbar button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button:active:disabled, .nemo-window toolbar button.flat:checked:disabled, .nemo-window toolbar button.flat:active:disabled { @@ -7222,7 +7222,7 @@ paned.titlebar { border-color: rgba(218, 188, 112, 0.22); } .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } .nemo-window toolbar button:focus, .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:focus, .nemo-window toolbar button.flat:hover { @@ -7235,7 +7235,7 @@ paned.titlebar { color: mix(#1d2021,#ebdbb2,0.5); box-shadow: none; } .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button.flat:active:disabled, .nemo-window toolbar button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7247,7 +7247,7 @@ paned.titlebar { .nemo-window toolbar .linked > button { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } .nemo-window toolbar .linked > button:focus, .nemo-window toolbar .linked > button:hover { - box-shadow: inset -1px 0 mix(#83a598,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: inset -1px 0 mix(#d3869b,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } .nemo-window toolbar .linked > button:active, .nemo-window toolbar .linked > button:active:hover, .nemo-window toolbar .linked > button:active:focus, .nemo-window toolbar .linked > button:active:hover:focus, .nemo-window toolbar .linked > button:checked, .nemo-window toolbar .linked > button:checked:hover, .nemo-window toolbar .linked > button:checked:focus, .nemo-window toolbar .linked > button:checked:hover:focus { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } .nemo-window toolbar .linked > button:disabled { @@ -7280,7 +7280,7 @@ paned.titlebar { box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); -NemoPathbarButton-border-radius: 5px; } .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover { - box-shadow: inset -1px 0 mix(#83a598,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: inset -1px 0 mix(#d3869b,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(66, 52, 17, 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 -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } .nemo-window toolbar toolitem stack widget button:disabled { @@ -7320,14 +7320,14 @@ paned.titlebar { background-color: mix(#1d2021,#282828,0.5); } .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { -NemoPlacesTreeView-disk-full-bg-color: #171a1a; - -NemoPlacesTreeView-disk-full-fg-color: #83a598; + -NemoPlacesTreeView-disk-full-fg-color: #d3869b; -NemoPlacesTreeView-disk-full-bar-width: 2px; -NemoPlacesTreeView-disk-full-bar-radius: 1px; -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: #ebdbb2; - -NemoPlacesTreeView-disk-full-fg-color: #a5beb4; } + -NemoPlacesTreeView-disk-full-fg-color: #e5b9c5; } .nemo-window .sidebar + separator + box .primary-toolbar { background-color: #1c1f20; background-image: none; @@ -7351,7 +7351,7 @@ paned.titlebar { box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); padding: 5px 6px; } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:hover { - border-color: mix(#83a598,rgba(0, 0, 0, 0.22),0.3); } + border-color: mix(#d3869b,rgba(0, 0, 0, 0.22),0.3); } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover:focus { border-color: rgba(0, 0, 0, 0.22); } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled { @@ -7413,7 +7413,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); -UnityDecoration-inactive-shadow-radius: 5px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #83a598; + -UnityDecoration-glow-color: #d3869b; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0; } @@ -7505,7 +7505,7 @@ SheetStyleDialog.unity-force-quit { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } #login_window button:focus, #login_window button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 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 { border-color: rgba(209, 173, 80, 0.22); } #login_window button:disabled { @@ -7525,7 +7525,7 @@ SheetStyleDialog.unity-force-quit { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } #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(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } #login_window button:hover:active, #login_window button:hover:active:hover, #login_window button:hover:active:focus, #login_window button:hover:active:hover:focus, #login_window button:hover:checked, #login_window button:hover:checked:hover, #login_window button:hover:checked:focus, #login_window button:hover:checked:hover:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover, #login_window button.flat:hover:active:focus, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } #login_window button:hover:disabled, #login_window button.flat:hover:disabled { @@ -7539,7 +7539,7 @@ SheetStyleDialog.unity-force-quit { color: #ebdbb2; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } #login_window button:focus:focus, #login_window button:focus:hover, #login_window button.flat:focus:focus, #login_window button.flat:focus:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } #login_window button:focus:active, #login_window button:focus:active:hover, #login_window button:focus:active:focus, #login_window button:focus:active:hover:focus, #login_window button:focus:checked, #login_window button:focus:checked:hover, #login_window button:focus:checked:focus, #login_window button:focus:checked:hover:focus, #login_window button.flat:focus:active, #login_window button.flat:focus:active:hover, #login_window button.flat:focus:active:focus, #login_window button.flat:focus:active:hover:focus, #login_window button.flat:focus:checked, #login_window button.flat:focus:checked:hover, #login_window button.flat:focus:checked:focus, #login_window button.flat:focus:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } #login_window button:focus:disabled, #login_window button.flat:focus:disabled { @@ -7552,7 +7552,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(218, 188, 112, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } #login_window button:focus:hover:focus, #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:focus, #login_window button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.3),0.3); } #login_window button:focus:hover:active, #login_window button:focus:hover:active:hover, #login_window button:focus:hover:active:focus, #login_window button:focus:hover:active:hover:focus, #login_window button:focus:hover:checked, #login_window button:focus:hover:checked:hover, #login_window button:focus:hover:checked:focus, #login_window button:focus:hover:checked:hover:focus, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:hover, #login_window button.flat:focus:hover:active:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:hover, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:checked:hover:focus { border-color: rgba(209, 173, 80, 0.3); } #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { @@ -7561,13 +7561,13 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(218, 188, 112, 0.3); } #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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); border-color: rgba(218, 188, 112, 0.22); } #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(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#d3869b,rgba(235, 219, 178, 0.22),0.3); } #login_window button:checked:active, #login_window button:checked:active:hover, #login_window button:checked:active:focus, #login_window button:checked:active:hover:focus, #login_window button:checked:checked, #login_window button:checked:checked:hover, #login_window button:checked:checked:focus, #login_window button:checked:checked:hover:focus, #login_window button:active:active, #login_window button:active:active:hover, #login_window button:active:active:focus, #login_window button:active:active:hover:focus, #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:checked:active, #login_window button.flat:checked:active:hover, #login_window button.flat:checked:active:focus, #login_window button.flat:checked:active:hover:focus, #login_window button.flat:checked:checked, #login_window button.flat:checked:checked:hover, #login_window button.flat:checked:checked:focus, #login_window button.flat:checked:checked:hover:focus, #login_window button.flat:active:active, #login_window button.flat:active:active:hover, #login_window button.flat:active:active:focus, #login_window button.flat:active:active:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus { border-color: rgba(209, 173, 80, 0.22); } #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { @@ -7576,7 +7576,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(218, 188, 112, 0.22); } #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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { @@ -7589,7 +7589,7 @@ SheetStyleDialog.unity-force-quit { color: mix(#32302f,#ebdbb2,0.5); box-shadow: none; } #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7608,7 +7608,7 @@ SheetStyleDialog.unity-force-quit { caret-color: #1d2021; -gtk-secondary-caret-color: #1d2021; } #login_window entry:focus, #login_window entry:hover { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.2),0.3); } + border-color: mix(#d3869b,mix(#32302f,#ebdbb2,0.2),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: shade(mix(#32302f,#ebdbb2,0.2),0.7); } #login_window entry:disabled { @@ -7616,7 +7616,7 @@ SheetStyleDialog.unity-force-quit { #login_window entry:active:disabled, #login_window entry:checked:disabled { border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); } #login_window entry:focus, #login_window entry:active { - border-color: mix(#83a598,mix(#1d2021,#ebdbb2,0.08),0.3); } + border-color: mix(#d3869b,mix(#1d2021,#ebdbb2,0.08),0.3); } #login_window entry:disabled { background-color: #2d2b2a; background-image: none; @@ -7626,7 +7626,7 @@ SheetStyleDialog.unity-force-quit { /*opacity: .8;*/ color: mix(#32302f,#ebdbb2,0.5); } #login_window entry:disabled:focus, #login_window entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } + border-color: mix(#d3869b,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } #login_window entry:disabled:active, #login_window entry:disabled:active:hover, #login_window entry:disabled:active:focus, #login_window entry:disabled:active:hover:focus, #login_window entry:disabled:checked, #login_window entry:disabled:checked:hover, #login_window entry:disabled:checked:focus, #login_window entry:disabled:checked:hover:focus { border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.7); } #login_window entry:disabled:disabled { @@ -7671,7 +7671,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } #shutdown_button button:focus, #shutdown_button button:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),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(179, 179, 179, 0.22); } #shutdown_button button:disabled { @@ -7691,7 +7691,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } #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(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } #shutdown_button button:hover:active, #shutdown_button button:hover:active:hover, #shutdown_button button:hover:active:focus, #shutdown_button button:hover:active:hover:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:hover, #shutdown_button button:hover:checked:focus, #shutdown_button button:hover:checked:hover:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover, #shutdown_button button.flat:hover:active:focus, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { @@ -7705,7 +7705,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } #shutdown_button button:focus:focus, #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:focus, #shutdown_button button.flat:focus:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } #shutdown_button button:focus:active, #shutdown_button button:focus:active:hover, #shutdown_button button:focus:active:focus, #shutdown_button button:focus:active:hover:focus, #shutdown_button button:focus:checked, #shutdown_button button:focus:checked:hover, #shutdown_button button:focus:checked:focus, #shutdown_button button:focus:checked:hover:focus, #shutdown_button button.flat:focus:active, #shutdown_button button.flat:focus:active:hover, #shutdown_button button.flat:focus:active:focus, #shutdown_button button.flat:focus:active:hover:focus, #shutdown_button button.flat:focus:checked, #shutdown_button button.flat:focus:checked:hover, #shutdown_button button.flat:focus:checked:focus, #shutdown_button button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #shutdown_button button:focus:disabled, #shutdown_button button.flat:focus:disabled { @@ -7718,7 +7718,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } #shutdown_button button:focus:hover:focus, #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:focus, #shutdown_button button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } #shutdown_button button:focus:hover:active, #shutdown_button button:focus:hover:active:hover, #shutdown_button button:focus:hover:active:focus, #shutdown_button button:focus:hover:active:hover:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button:focus:hover:checked:hover, #shutdown_button button:focus:hover:checked:focus, #shutdown_button button:focus:hover:checked:hover:focus, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:hover, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:hover, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { @@ -7727,13 +7727,13 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); } #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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } #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(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),0.3); } #shutdown_button button:checked:active, #shutdown_button button:checked:active:hover, #shutdown_button button:checked:active:focus, #shutdown_button button:checked:active:hover:focus, #shutdown_button button:checked:checked, #shutdown_button button:checked:checked:hover, #shutdown_button button:checked:checked:focus, #shutdown_button button:checked:checked:hover:focus, #shutdown_button button:active:active, #shutdown_button button:active:active:hover, #shutdown_button button:active:active:focus, #shutdown_button button:active:active:hover:focus, #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:checked:active, #shutdown_button button.flat:checked:active:hover, #shutdown_button button.flat:checked:active:focus, #shutdown_button button.flat:checked:active:hover:focus, #shutdown_button button.flat:checked:checked, #shutdown_button button.flat:checked:checked:hover, #shutdown_button button.flat:checked:checked:focus, #shutdown_button button.flat:checked:checked:hover:focus, #shutdown_button button.flat:active:active, #shutdown_button button.flat:active:active:hover, #shutdown_button button.flat:active:active:focus, #shutdown_button button.flat:active:active: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(179, 179, 179, 0.22); } #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { @@ -7742,7 +7742,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.22); } #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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { @@ -7755,7 +7755,7 @@ SheetStyleDialog.unity-force-quit { color: mix(#f44336,#fff,0.5); box-shadow: none; } #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7773,7 +7773,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } #restart_button button:focus, #restart_button button:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),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(179, 179, 179, 0.22); } #restart_button button:disabled { @@ -7793,7 +7793,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } #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(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } #restart_button button:hover:active, #restart_button button:hover:active:hover, #restart_button button:hover:active:focus, #restart_button button:hover:active:hover:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:hover, #restart_button button:hover:checked:focus, #restart_button button:hover:checked:hover:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover, #restart_button button.flat:hover:active:focus, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { @@ -7807,7 +7807,7 @@ SheetStyleDialog.unity-force-quit { color: #fff; box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } #restart_button button:focus:focus, #restart_button button:focus:hover, #restart_button button.flat:focus:focus, #restart_button button.flat:focus:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } #restart_button button:focus:active, #restart_button button:focus:active:hover, #restart_button button:focus:active:focus, #restart_button button:focus:active:hover:focus, #restart_button button:focus:checked, #restart_button button:focus:checked:hover, #restart_button button:focus:checked:focus, #restart_button button:focus:checked:hover:focus, #restart_button button.flat:focus:active, #restart_button button.flat:focus:active:hover, #restart_button button.flat:focus:active:focus, #restart_button button.flat:focus:active:hover:focus, #restart_button button.flat:focus:checked, #restart_button button.flat:focus:checked:hover, #restart_button button.flat:focus:checked:focus, #restart_button button.flat:focus:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #restart_button button:focus:disabled, #restart_button button.flat:focus:disabled { @@ -7820,7 +7820,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } #restart_button button:focus:hover:focus, #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:focus, #restart_button button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(255, 255, 255, 0.3),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.3),0.3); } #restart_button button:focus:hover:active, #restart_button button:focus:hover:active:hover, #restart_button button:focus:hover:active:focus, #restart_button button:focus:hover:active:hover:focus, #restart_button button:focus:hover:checked, #restart_button button:focus:hover:checked:hover, #restart_button button:focus:hover:checked:focus, #restart_button button:focus:hover:checked:hover:focus, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:hover, #restart_button button.flat:focus:hover:active:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:hover, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:checked:hover:focus { border-color: rgba(179, 179, 179, 0.3); } #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { @@ -7829,13 +7829,13 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.3); } #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: #83a598; + background-color: #d3869b; background-image: none; color: #ebdbb2; 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); border-color: rgba(204, 204, 204, 0.22); } #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(#83a598,rgba(255, 255, 255, 0.22),0.3); } + border-color: mix(#d3869b,rgba(255, 255, 255, 0.22),0.3); } #restart_button button:checked:active, #restart_button button:checked:active:hover, #restart_button button:checked:active:focus, #restart_button button:checked:active:hover:focus, #restart_button button:checked:checked, #restart_button button:checked:checked:hover, #restart_button button:checked:checked:focus, #restart_button button:checked:checked:hover:focus, #restart_button button:active:active, #restart_button button:active:active:hover, #restart_button button:active:active:focus, #restart_button button:active:active:hover:focus, #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:checked:active, #restart_button button.flat:checked:active:hover, #restart_button button.flat:checked:active:focus, #restart_button button.flat:checked:active:hover:focus, #restart_button button.flat:checked:checked, #restart_button button.flat:checked:checked:hover, #restart_button button.flat:checked:checked:focus, #restart_button button.flat:checked:checked:hover:focus, #restart_button button.flat:active:active, #restart_button button.flat:active:active:hover, #restart_button button.flat:active:active:focus, #restart_button button.flat:active:active: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(179, 179, 179, 0.22); } #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { @@ -7844,7 +7844,7 @@ SheetStyleDialog.unity-force-quit { border-color: rgba(204, 204, 204, 0.22); } #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: #8cab9f; + background-color: #d893a5; background-image: none; color: #ebdbb2; } #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { @@ -7857,7 +7857,7 @@ SheetStyleDialog.unity-force-quit { color: mix(#ef6c00,#fff,0.5); box-shadow: none; } #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(131, 165, 152, 0.6); + background-color: rgba(211, 134, 155, 0.6); background-image: none; color: #ebdbb2; box-shadow: none; } @@ -7887,7 +7887,7 @@ terminal-window scrollbar.vertical slider { terminal-window scrollbar.vertical slider:hover { background-color: mix(#32302f,#ebdbb2,0.3); } terminal-window scrollbar.vertical slider:hover:active { - background-color: #83a598; } + background-color: #d3869b; } terminal-window scrollbar.vertical slider:disabled { background-color: transparent; } diff --git a/.themes/oomox-numix-gruvbox/gtk-3.20/gtk.gresource b/.themes/oomox-numix-gruvbox/gtk-3.20/gtk.gresource index 70f7c0dc..ce242788 100644 Binary files a/.themes/oomox-numix-gruvbox/gtk-3.20/gtk.gresource and b/.themes/oomox-numix-gruvbox/gtk-3.20/gtk.gresource differ diff --git a/.themes/oomox-numix-gruvbox/gtk-3.20/scss/_global.scss b/.themes/oomox-numix-gruvbox/gtk-3.20/scss/_global.scss index 12a363cf..c219fd60 100644 --- a/.themes/oomox-numix-gruvbox/gtk-3.20/scss/_global.scss +++ b/.themes/oomox-numix-gruvbox/gtk-3.20/scss/_global.scss @@ -11,7 +11,7 @@ $button_bg_color: if($variant == "dark", #ebdbb2, #32302f); $button_fg_color: if($variant == "dark", #32302f, #ebdbb2); $header_button_bg_color: #282828; $header_button_fg_color: #ebdbb2; -$selected_bg_color: #83a598; +$selected_bg_color: #d3869b; $selected_fg_color: #ebdbb2; $tooltip_bg_color: #1d2021; $tooltip_fg_color: #ebdbb2; diff --git a/.themes/oomox-numix-gruvbox/openbox-3/themerc b/.themes/oomox-numix-gruvbox/openbox-3/themerc index 8c02b8d9..40fb16c4 100644 --- a/.themes/oomox-numix-gruvbox/openbox-3/themerc +++ b/.themes/oomox-numix-gruvbox/openbox-3/themerc @@ -20,7 +20,7 @@ menu.items.text.color: #ebdbb2 menu.items.disabled.text.color: #bcb091 menu.items.active.bg: Solid Flat -menu.items.active.bg.color: #83a598 +menu.items.active.bg.color: #d3869b menu.items.active.text.color: #ebdbb2 menu.separator.color: #bcb091 @@ -54,7 +54,7 @@ window.active.button.unpressed.bg.color: #32302f window.active.button.unpressed.image.color: #ebdbb2 window.active.button.pressed.bg: flat solid -window.active.button.pressed.bg.color: #83a598 +window.active.button.pressed.bg.color: #d3869b window.active.button.pressed.image.color: #ebdbb2 window.active.button.disabled.bg: flat solid @@ -63,9 +63,9 @@ window.active.button.disabled.image.color: #bcb091 window.active.button.hover.bg: flat solid window.active.button.hover.bg.color: #32302f -window.active.button.hover.image.color: #83a598 +window.active.button.hover.image.color: #d3869b -#window.active.button.toggled.bg: #83a598 +#window.active.button.toggled.bg: #d3869b #window.active.button.toggled.image.color: #ebdbb2 # Inactive window @@ -90,7 +90,7 @@ window.inactive.button.unpressed.bg.color: #32302f window.inactive.button.unpressed.image.color: #bcb091 window.inactive.button.pressed.bg: flat solid -window.inactive.button.pressed.bg.color: #83a598 +window.inactive.button.pressed.bg.color: #d3869b window.inactive.button.pressed.image.color: #ebdbb2 window.inactive.button.disabled.bg: flat solid @@ -99,12 +99,12 @@ window.inactive.button.disabled.image.color: #32302f window.inactive.button.hover.bg: flat solid window.inactive.button.hover.bg.color: #32302f -window.inactive.button.hover.image.color: #83a598 +window.inactive.button.hover.image.color: #d3869b # OSD osd.border.width: 1 -osd.border.color: #83a598 +osd.border.color: #d3869b osd.bg: flat solid osd.bg.color: #32302f @@ -119,7 +119,7 @@ osd.bg.shadow: 0 osd.border.width: 2 osd.hilight.bg: Solid Flat -osd.hilight.bg.color: #83a598 +osd.hilight.bg.color: #d3869b osd.unhilight.bg: flat solid osd.unhilight.bg.color: #1d2021 @@ -128,14 +128,14 @@ osd.button.unpressed.bg.color: #282828 #osd.button.unpressed.*.border.color: #ebdbb2 osd.button.pressed.bg: flat border -osd.button.pressed.bg.color: #83a598 +osd.button.pressed.bg.color: #d3869b #osd.button.pressed.*.border.color: #ebdbb2 osd.button.focused.bg: flat solid border osd.button.focused.bg.color: #ebdbb2 #osd.button.focused.*.border.color: #1d2021 -osd.button.focused.box.color: #83a598 +osd.button.focused.box.color: #d3869b # Fonts diff --git a/.themes/oomox-numix-gruvbox/unity/close_focused_prelight.svg b/.themes/oomox-numix-gruvbox/unity/close_focused_prelight.svg index 86dc8b25..0eb0ce4d 100644 --- a/.themes/oomox-numix-gruvbox/unity/close_focused_prelight.svg +++ b/.themes/oomox-numix-gruvbox/unity/close_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/close_focused_pressed.svg b/.themes/oomox-numix-gruvbox/unity/close_focused_pressed.svg index 4a98aeb4..d14108cd 100644 --- a/.themes/oomox-numix-gruvbox/unity/close_focused_pressed.svg +++ b/.themes/oomox-numix-gruvbox/unity/close_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_19.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_19.svg index 73945613..8bcb0627 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_19.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_19.svg @@ -1,7 +1,7 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_37.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_37.svg index 520537fd..efccfb9e 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_37.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_ltr_37.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_19.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_19.svg index ab8e521c..88dbd4ea 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_19.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_19.svg @@ -1,7 +1,7 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_37.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_37.svg index b9ecac46..40bd94ec 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_37.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_ltr_37.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_19.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_19.svg index 31c96e61..4ea6f17e 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_19.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_19.svg @@ -1,7 +1,7 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_37.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_37.svg index 2075dca1..8dab6b30 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_37.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_outline_rtl_37.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_19.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_19.svg index 3264af49..3e48973d 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_19.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_19.svg @@ -1,7 +1,7 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_37.svg b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_37.svg index 2296ce73..5ed64871 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_37.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_arrow_rtl_37.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_icon_edge_150.svg b/.themes/oomox-numix-gruvbox/unity/launcher_icon_edge_150.svg index f2832eb8..d35eee4e 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_icon_edge_150.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_icon_edge_150.svg @@ -4,7 +4,7 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_19.svg b/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_19.svg index 4aa47ff8..061bebe3 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_19.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_19.svg @@ -1,7 +1,7 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_37.svg b/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_37.svg index 34a561bb..6c4e310b 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_37.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_pip_ltr_37.svg @@ -1,13 +1,13 @@ - + - + - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_19.svg b/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_19.svg index 9e7c5900..32348674 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_19.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_19.svg @@ -1,7 +1,7 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_37.svg b/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_37.svg index 08b307d1..be49efe8 100644 --- a/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_37.svg +++ b/.themes/oomox-numix-gruvbox/unity/launcher_pip_rtl_37.svg @@ -1,13 +1,13 @@ - + - + - + diff --git a/.themes/oomox-numix-gruvbox/unity/maximize_focused_prelight.svg b/.themes/oomox-numix-gruvbox/unity/maximize_focused_prelight.svg index 6b7cc0ad..2215dc84 100644 --- a/.themes/oomox-numix-gruvbox/unity/maximize_focused_prelight.svg +++ b/.themes/oomox-numix-gruvbox/unity/maximize_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/maximize_focused_pressed.svg b/.themes/oomox-numix-gruvbox/unity/maximize_focused_pressed.svg index 9be38211..4aaedb2d 100644 --- a/.themes/oomox-numix-gruvbox/unity/maximize_focused_pressed.svg +++ b/.themes/oomox-numix-gruvbox/unity/maximize_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/minimize_focused_prelight.svg b/.themes/oomox-numix-gruvbox/unity/minimize_focused_prelight.svg index 1b11dabf..60b94c53 100644 --- a/.themes/oomox-numix-gruvbox/unity/minimize_focused_prelight.svg +++ b/.themes/oomox-numix-gruvbox/unity/minimize_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/minimize_focused_pressed.svg b/.themes/oomox-numix-gruvbox/unity/minimize_focused_pressed.svg index 612cd03c..46a4f3db 100644 --- a/.themes/oomox-numix-gruvbox/unity/minimize_focused_pressed.svg +++ b/.themes/oomox-numix-gruvbox/unity/minimize_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/progress_bar_fill.svg b/.themes/oomox-numix-gruvbox/unity/progress_bar_fill.svg index fc65d8b7..3d8b2b3a 100644 --- a/.themes/oomox-numix-gruvbox/unity/progress_bar_fill.svg +++ b/.themes/oomox-numix-gruvbox/unity/progress_bar_fill.svg @@ -1,5 +1,5 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_prelight.svg b/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_prelight.svg index 8703672a..c5789a63 100644 --- a/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_prelight.svg +++ b/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_pressed.svg b/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_pressed.svg index 69f3bc71..89c6719b 100644 --- a/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_pressed.svg +++ b/.themes/oomox-numix-gruvbox/unity/unmaximize_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-numix-gruvbox/xfwm4/close-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/close-prelight.xpm index 523a0c63..c561586f 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/close-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/close-prelight.xpm @@ -3,7 +3,7 @@ static char * close_prelight_xpm[] = { "24 26 4 1", " c None", ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", "@ c #32302f", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/close-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/close-pressed.xpm index 523a0c63..c561586f 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/close-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/close-pressed.xpm @@ -3,7 +3,7 @@ static char * close_prelight_xpm[] = { "24 26 4 1", " c None", ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", "@ c #32302f", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/hide-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/hide-prelight.xpm index b1dd15e7..bd5fe905 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/hide-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/hide-prelight.xpm @@ -3,7 +3,7 @@ static char * hide_prelight_xpm[] = { "24 26 4 1", " c None", ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", "@ c #32302f", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/hide-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/hide-pressed.xpm index b1dd15e7..bd5fe905 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/hide-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/hide-pressed.xpm @@ -3,7 +3,7 @@ static char * hide_prelight_xpm[] = { "24 26 4 1", " c None", ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", "@ c #32302f", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/maximize-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/maximize-prelight.xpm index 59db7fcb..adc34922 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/maximize-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/maximize-prelight.xpm @@ -3,7 +3,7 @@ static char * maximize_prelight_xpm[] = { "24 26 4 1", " c None", ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", "@ c #32302f", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/maximize-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/maximize-pressed.xpm index 59db7fcb..adc34922 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/maximize-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/maximize-pressed.xpm @@ -3,7 +3,7 @@ static char * maximize_prelight_xpm[] = { "24 26 4 1", " c None", ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", "@ c #32302f", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-prelight.xpm index ffd541c6..77338123 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-prelight.xpm @@ -4,7 +4,7 @@ static char * maximize_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-pressed.xpm index ffd541c6..77338123 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/maximize-toggled-pressed.xpm @@ -4,7 +4,7 @@ static char * maximize_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/shade-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/shade-prelight.xpm index b8c2f043..7b6dbd07 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/shade-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/shade-prelight.xpm @@ -4,7 +4,7 @@ static char * shade_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/shade-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/shade-pressed.xpm index b8c2f043..7b6dbd07 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/shade-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/shade-pressed.xpm @@ -4,7 +4,7 @@ static char * shade_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-prelight.xpm index 9c4b8fa4..17017f84 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-prelight.xpm @@ -4,7 +4,7 @@ static char * shade_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-pressed.xpm index 9c4b8fa4..17017f84 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/shade-toggled-pressed.xpm @@ -4,7 +4,7 @@ static char * shade_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/stick-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/stick-prelight.xpm index f5137b93..17153d45 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/stick-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/stick-prelight.xpm @@ -4,7 +4,7 @@ static char * stick_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/stick-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/stick-pressed.xpm index f5137b93..17153d45 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/stick-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/stick-pressed.xpm @@ -4,7 +4,7 @@ static char * stick_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-prelight.xpm b/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-prelight.xpm index 215ff137..c1f11d87 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-prelight.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-prelight.xpm @@ -4,7 +4,7 @@ static char * stick_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1", diff --git a/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-pressed.xpm b/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-pressed.xpm index 215ff137..c1f11d87 100644 --- a/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-pressed.xpm +++ b/.themes/oomox-numix-gruvbox/xfwm4/stick-toggled-pressed.xpm @@ -4,7 +4,7 @@ static char * stick_toggled_prelight_xpm[] = { " c None", <<<<<<< HEAD ". c #32302f", -"+ c #83a598 s active_color_1", +"+ c #d3869b s active_color_1", ======= ". c #444444", "+ c #f0544c s active_color_1",