diff --git a/.themes/oomox-gruvbox/assets/sed.sh b/.themes/oomox-gruvbox/assets/sed.sh deleted file mode 100755 index 1b502fed..00000000 --- a/.themes/oomox-gruvbox/assets/sed.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -sed -i \ - -e 's/#32302f/rgb(0%,0%,0%)/g' \ - -e 's/#ebdbb2/rgb(100%,100%,100%)/g' \ - -e 's/#282828/rgb(50%,0%,0%)/g' \ - -e 's/#83a598/rgb(0%,50%,0%)/g' \ - -e 's/#32302f/rgb(50%,0%,50%)/g' \ - -e 's/#ebdbb2/rgb(0%,0%,50%)/g' \ - $@ diff --git a/.themes/oomox-gruvbox/assets/unsed.sh b/.themes/oomox-gruvbox/assets/unsed.sh deleted file mode 100755 index f54e1f52..00000000 --- a/.themes/oomox-gruvbox/assets/unsed.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -sed -i \ - -e 's/rgb(0%,0%,0%)/#32302f/g' \ - -e 's/rgb(100%,100%,100%)/#ebdbb2/g' \ - -e 's/rgb(50%,0%,0%)/#282828/g' \ - -e 's/rgb(0%,50%,0%)/#83a598/g' \ - -e 's/rgb(0%,50.196078%,0%)/#83a598/g' \ - -e 's/rgb(50%,0%,50%)/#32302f/g' \ - -e 's/rgb(50.196078%,0%,50.196078%)/#32302f/g' \ - -e 's/rgb(0%,0%,50%)/#ebdbb2/g' \ - $@ diff --git a/.themes/oomox-gruvbox/gtk-3.20/gtk.gresource b/.themes/oomox-gruvbox/gtk-3.20/gtk.gresource deleted file mode 100644 index 6b68be93..00000000 Binary files a/.themes/oomox-gruvbox/gtk-3.20/gtk.gresource and /dev/null differ diff --git a/.themes/oomox-gruvbox/openbox-3/themerc b/.themes/oomox-gruvbox/openbox-3/themerc deleted file mode 100644 index bb2036bd..00000000 --- a/.themes/oomox-gruvbox/openbox-3/themerc +++ /dev/null @@ -1,155 +0,0 @@ -# Name: Oomox (Numix fork) Openbox theme -# Author: Satyajit Sahoo -# License: GPL-3.0+ - -# @TODO: finish replacing the colors here - - -# Menu -menu.border.color: #ebdbb2 - -menu.title.bg: Solid Flat -menu.title.bg.color: #282828 -menu.title.bg.shadow: 0 -menu.title.text.color: #d5c4a1 -menu.title.text.justify: Center - -menu.items.bg: Solid Flat -menu.items.bg.color: #282828 -menu.items.text.color: #d5c4a1 -menu.items.disabled.text.color: #a99d82 - -menu.items.active.bg: Solid Flat -menu.items.active.bg.color: #83a598 -menu.items.active.text.color: #d5c4a1 - -menu.separator.color: #a99d82 -menu.separator.width: 1 -menu.separator.padding.width: 2 -menu.separator.padding.height: 4 - -# Window focused -window.active.title.separator.color: #282828 - -# Active window -window.active.border.color: #282828 - - -window.active.title.bg: flat solid -window.active.title.bg.color: #282828 -window.active.title.separator.color: #282828 -window.active.text.justify: center - -window.active.label.bg: parentrelative -window.active.label.text.color: #d5c4a1 - -window.active.handle.bg: flat solid -window.active.handle.bg.color: #282828 - -window.active.grip.bg: flat solid -window.active.grip.bg.color: #282828 - -window.active.button.unpressed.bg: flat solid -window.active.button.unpressed.bg.color: #282828 -window.active.button.unpressed.image.color: #d5c4a1 - -window.active.button.pressed.bg: flat solid -window.active.button.pressed.bg.color: #83a598 -window.active.button.pressed.image.color: #ebdbb2 - -window.active.button.disabled.bg: flat solid -window.active.button.disabled.bg.color: #282828 -window.active.button.disabled.image.color: #a99d82 - -window.active.button.hover.bg: flat solid -window.active.button.hover.bg.color: #282828 -window.active.button.hover.image.color: #83a598 - -#window.active.button.toggled.bg: #83a598 -#window.active.button.toggled.image.color: #ebdbb2 - -# Inactive window -window.inactive.border.color: #282828 - -window.inactive.title.bg: flat solid -window.inactive.title.bg.color: #282828 -window.inactive.title.separator.color: #282828 -window.inactive.text.justify: center - -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #a99d82 - -window.inactive.handle.bg: flat solid -window.inactive.handle.bg.color: #282828 - -window.inactive.grip.bg: flat solid -window.inactive.grip.bg.color: #282828 - -window.inactive.button.unpressed.bg: flat solid -window.inactive.button.unpressed.bg.color: #282828 -window.inactive.button.unpressed.image.color: #a99d82 - -window.inactive.button.pressed.bg: flat solid -window.inactive.button.pressed.bg.color: #83a598 -window.inactive.button.pressed.image.color: #ebdbb2 - -window.inactive.button.disabled.bg: flat solid -window.inactive.button.disabled.bg.color: #a99d82 -window.inactive.button.disabled.image.color: #282828 - -window.inactive.button.hover.bg: flat solid -window.inactive.button.hover.bg.color: #282828 -window.inactive.button.hover.image.color: #83a598 - - -# OSD -osd.border.width: 1 -osd.border.color: #83a598 - -osd.bg: flat solid -osd.bg.color: #282828 -osd.label.bg: flat solid -osd.label.bg.color: #282828 -osd.label.text.color: #d5c4a1 - -# OSD -osd.bg: Solid Flat -osd.bg.color: #282828 -osd.bg.shadow: 0 - -osd.border.width: 2 -osd.hilight.bg: Solid Flat -osd.hilight.bg.color: #83a598 -osd.unhilight.bg: flat solid -osd.unhilight.bg.color: #32302f - -osd.button.unpressed.bg: flat border -osd.button.unpressed.bg.color: #32302f -#osd.button.unpressed.*.border.color: #d5c4a1 - -osd.button.pressed.bg: flat border -osd.button.pressed.bg.color: #83a598 -#osd.button.pressed.*.border.color: #ebdbb2 - -osd.button.focused.bg: flat solid border -osd.button.focused.bg.color: #ebdbb2 -#osd.button.focused.*.border.color: #32302f - -osd.button.focused.box.color: #83a598 - - -# Fonts -window.active.label.text.font:shadow=n -window.inactive.label.text.font:shadow=n -menu.items.font:shadow=n -menu.title.text.font:shadow=n - - -# Everything else -border.width: 1 -padding.width: 8 -padding.height: 1 -window.handle.width: 0 -window.client.padding.width: 0 -window.label.text.justify: center -#menu.overlap: 0 diff --git a/.themes/oomox-gruvbox/assets/all-assets.svg b/.themes/oomox-solarized-light/assets/all-assets.svg similarity index 100% rename from .themes/oomox-gruvbox/assets/all-assets.svg rename to .themes/oomox-solarized-light/assets/all-assets.svg diff --git a/.themes/oomox-gruvbox/assets/all-assets.txt b/.themes/oomox-solarized-light/assets/all-assets.txt similarity index 100% rename from .themes/oomox-gruvbox/assets/all-assets.txt rename to .themes/oomox-solarized-light/assets/all-assets.txt diff --git a/.themes/oomox-gruvbox/assets/change_dpi.sh b/.themes/oomox-solarized-light/assets/change_dpi.sh similarity index 100% rename from .themes/oomox-gruvbox/assets/change_dpi.sh rename to .themes/oomox-solarized-light/assets/change_dpi.sh diff --git a/.themes/oomox-gruvbox/assets/checkbox-checked-dark.svg b/.themes/oomox-solarized-light/assets/checkbox-checked-dark.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-checked-dark.svg rename to .themes/oomox-solarized-light/assets/checkbox-checked-dark.svg index c26be075..a2b7f1c6 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-checked-dark.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-checked-dark.svg @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-checked-insensitive-dark.svg b/.themes/oomox-solarized-light/assets/checkbox-checked-insensitive-dark.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-checked-insensitive-dark.svg rename to .themes/oomox-solarized-light/assets/checkbox-checked-insensitive-dark.svg index 20d326aa..83c955b2 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-checked-insensitive-dark.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-checked-insensitive-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-checked-insensitive.svg b/.themes/oomox-solarized-light/assets/checkbox-checked-insensitive.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-checked-insensitive.svg rename to .themes/oomox-solarized-light/assets/checkbox-checked-insensitive.svg index 20d326aa..83c955b2 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-checked-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-checked-insensitive.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-checked.svg b/.themes/oomox-solarized-light/assets/checkbox-checked.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-checked.svg rename to .themes/oomox-solarized-light/assets/checkbox-checked.svg index 206391a3..b8da7309 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-checked.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-checked.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-mixed-dark.svg b/.themes/oomox-solarized-light/assets/checkbox-mixed-dark.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/checkbox-mixed-dark.svg rename to .themes/oomox-solarized-light/assets/checkbox-mixed-dark.svg index 62694bd8..ed09ebcb 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-mixed-dark.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-mixed-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-mixed-insensitive-dark.svg b/.themes/oomox-solarized-light/assets/checkbox-mixed-insensitive-dark.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/checkbox-mixed-insensitive-dark.svg rename to .themes/oomox-solarized-light/assets/checkbox-mixed-insensitive-dark.svg index 644672ee..08c9454a 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-mixed-insensitive-dark.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-mixed-insensitive-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-mixed-insensitive.svg b/.themes/oomox-solarized-light/assets/checkbox-mixed-insensitive.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/checkbox-mixed-insensitive.svg rename to .themes/oomox-solarized-light/assets/checkbox-mixed-insensitive.svg index 644672ee..08c9454a 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-mixed-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-mixed-insensitive.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-mixed.svg b/.themes/oomox-solarized-light/assets/checkbox-mixed.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/checkbox-mixed.svg rename to .themes/oomox-solarized-light/assets/checkbox-mixed.svg index 62694bd8..ed09ebcb 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-mixed.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-mixed.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-unchecked-dark.svg b/.themes/oomox-solarized-light/assets/checkbox-unchecked-dark.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-unchecked-dark.svg rename to .themes/oomox-solarized-light/assets/checkbox-unchecked-dark.svg index 9fd8461a..b173ce26 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-unchecked-dark.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-unchecked-dark.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-unchecked-insensitive-dark.svg b/.themes/oomox-solarized-light/assets/checkbox-unchecked-insensitive-dark.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-unchecked-insensitive-dark.svg rename to .themes/oomox-solarized-light/assets/checkbox-unchecked-insensitive-dark.svg index 61bd771e..4c38cb42 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-unchecked-insensitive-dark.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-unchecked-insensitive-dark.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-unchecked-insensitive.svg b/.themes/oomox-solarized-light/assets/checkbox-unchecked-insensitive.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-unchecked-insensitive.svg rename to .themes/oomox-solarized-light/assets/checkbox-unchecked-insensitive.svg index 61bd771e..4c38cb42 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-unchecked-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-unchecked-insensitive.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/checkbox-unchecked.svg b/.themes/oomox-solarized-light/assets/checkbox-unchecked.svg similarity index 90% rename from .themes/oomox-gruvbox/assets/checkbox-unchecked.svg rename to .themes/oomox-solarized-light/assets/checkbox-unchecked.svg index 9fd8461a..b173ce26 100644 --- a/.themes/oomox-gruvbox/assets/checkbox-unchecked.svg +++ b/.themes/oomox-solarized-light/assets/checkbox-unchecked.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/grid-selection-checked-dark.svg b/.themes/oomox-solarized-light/assets/grid-selection-checked-dark.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/grid-selection-checked-dark.svg rename to .themes/oomox-solarized-light/assets/grid-selection-checked-dark.svg index 38afda13..eb0fa469 100644 --- a/.themes/oomox-gruvbox/assets/grid-selection-checked-dark.svg +++ b/.themes/oomox-solarized-light/assets/grid-selection-checked-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/grid-selection-checked.svg b/.themes/oomox-solarized-light/assets/grid-selection-checked.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/grid-selection-checked.svg rename to .themes/oomox-solarized-light/assets/grid-selection-checked.svg index 38afda13..eb0fa469 100644 --- a/.themes/oomox-gruvbox/assets/grid-selection-checked.svg +++ b/.themes/oomox-solarized-light/assets/grid-selection-checked.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/grid-selection-unchecked-dark.svg b/.themes/oomox-solarized-light/assets/grid-selection-unchecked-dark.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/grid-selection-unchecked-dark.svg rename to .themes/oomox-solarized-light/assets/grid-selection-unchecked-dark.svg index 25426b49..d7252b87 100644 --- a/.themes/oomox-gruvbox/assets/grid-selection-unchecked-dark.svg +++ b/.themes/oomox-solarized-light/assets/grid-selection-unchecked-dark.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/grid-selection-unchecked.svg b/.themes/oomox-solarized-light/assets/grid-selection-unchecked.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/grid-selection-unchecked.svg rename to .themes/oomox-solarized-light/assets/grid-selection-unchecked.svg index 25426b49..d7252b87 100644 --- a/.themes/oomox-gruvbox/assets/grid-selection-unchecked.svg +++ b/.themes/oomox-solarized-light/assets/grid-selection-unchecked.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-checked-hover.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-checked-hover.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-checked-hover.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-checked-hover.svg index a1ffba4b..17d41739 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-checked-hover.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-checked-hover.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-checked-insensitive.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-checked-insensitive.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-checked-insensitive.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-checked-insensitive.svg index 6cb7be4f..0f302f13 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-checked-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-checked-insensitive.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-checked.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-checked.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-checked.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-checked.svg index bebd85da..a76cf73e 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-checked.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-checked.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-hover.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-hover.svg similarity index 89% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-hover.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-hover.svg index 3c244300..44a4012d 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-hover.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-hover.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-insensitive.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-insensitive.svg similarity index 89% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-insensitive.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-insensitive.svg index ae8dcc5d..90d6b181 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-insensitive.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-selected.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-selected.svg similarity index 89% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-selected.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-selected.svg index d0c9e4db..e52cb6a9 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed-selected.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed-selected.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed.svg similarity index 89% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-mixed.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-mixed.svg index 2e2b1b63..9c7e8d85 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-mixed.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-mixed.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-checkbox-unchecked.svg b/.themes/oomox-solarized-light/assets/menuitem-checkbox-unchecked.svg similarity index 93% rename from .themes/oomox-gruvbox/assets/menuitem-checkbox-unchecked.svg rename to .themes/oomox-solarized-light/assets/menuitem-checkbox-unchecked.svg index d5a6b0c5..9ad57ea6 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-checkbox-unchecked.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-checkbox-unchecked.svg @@ -1,6 +1,6 @@ - + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-checked-hover.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-checked-hover.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/menuitem-radio-checked-hover.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-checked-hover.svg index 767bcc0c..6a5b894e 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-checked-hover.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-checked-hover.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-checked-insensitive.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-checked-insensitive.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/menuitem-radio-checked-insensitive.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-checked-insensitive.svg index ef10e021..2edcc146 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-checked-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-checked-insensitive.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-checked.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-checked.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/menuitem-radio-checked.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-checked.svg index ceb12d90..8cbc8691 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-checked.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-checked.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed-hover.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed-hover.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/menuitem-radio-mixed-hover.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-mixed-hover.svg index 144db812..019b3dd6 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed-hover.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed-hover.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed-insensitive.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed-insensitive.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/menuitem-radio-mixed-insensitive.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-mixed-insensitive.svg index 6eae53ac..b6cf4fbf 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed-insensitive.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed-selected.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed-selected.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/menuitem-radio-mixed-selected.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-mixed-selected.svg index ef5eefc5..1bae9500 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed-selected.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed-selected.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/menuitem-radio-mixed.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-mixed.svg index 0c82e9c2..7c6573df 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-mixed.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-mixed.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/menuitem-radio-unchecked.svg b/.themes/oomox-solarized-light/assets/menuitem-radio-unchecked.svg similarity index 91% rename from .themes/oomox-gruvbox/assets/menuitem-radio-unchecked.svg rename to .themes/oomox-solarized-light/assets/menuitem-radio-unchecked.svg index 50485850..ba42c1a3 100644 --- a/.themes/oomox-gruvbox/assets/menuitem-radio-unchecked.svg +++ b/.themes/oomox-solarized-light/assets/menuitem-radio-unchecked.svg @@ -1,6 +1,6 @@ - + diff --git a/.themes/oomox-gruvbox/assets/pane-handle-vertical.svg b/.themes/oomox-solarized-light/assets/pane-handle-vertical.svg similarity index 92% rename from .themes/oomox-gruvbox/assets/pane-handle-vertical.svg rename to .themes/oomox-solarized-light/assets/pane-handle-vertical.svg index 988738d2..e08ff011 100644 --- a/.themes/oomox-gruvbox/assets/pane-handle-vertical.svg +++ b/.themes/oomox-solarized-light/assets/pane-handle-vertical.svg @@ -14,7 +14,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/.themes/oomox-gruvbox/assets/pane-handle.png b/.themes/oomox-solarized-light/assets/pane-handle.png similarity index 100% rename from .themes/oomox-gruvbox/assets/pane-handle.png rename to .themes/oomox-solarized-light/assets/pane-handle.png diff --git a/.themes/oomox-gruvbox/assets/pane-handle.svg b/.themes/oomox-solarized-light/assets/pane-handle.svg similarity index 92% rename from .themes/oomox-gruvbox/assets/pane-handle.svg rename to .themes/oomox-solarized-light/assets/pane-handle.svg index d6a6a939..dd4f107d 100644 --- a/.themes/oomox-gruvbox/assets/pane-handle.svg +++ b/.themes/oomox-solarized-light/assets/pane-handle.svg @@ -14,7 +14,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/.themes/oomox-gruvbox/assets/pane-handle@2.png b/.themes/oomox-solarized-light/assets/pane-handle@2.png similarity index 100% rename from .themes/oomox-gruvbox/assets/pane-handle@2.png rename to .themes/oomox-solarized-light/assets/pane-handle@2.png diff --git a/.themes/oomox-gruvbox/assets/radio-checked-dark.svg b/.themes/oomox-solarized-light/assets/radio-checked-dark.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/radio-checked-dark.svg rename to .themes/oomox-solarized-light/assets/radio-checked-dark.svg index 3b785b6b..d9456787 100644 --- a/.themes/oomox-gruvbox/assets/radio-checked-dark.svg +++ b/.themes/oomox-solarized-light/assets/radio-checked-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-checked-insensitive-dark.svg b/.themes/oomox-solarized-light/assets/radio-checked-insensitive-dark.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/radio-checked-insensitive-dark.svg rename to .themes/oomox-solarized-light/assets/radio-checked-insensitive-dark.svg index c5019089..d96f8d4b 100644 --- a/.themes/oomox-gruvbox/assets/radio-checked-insensitive-dark.svg +++ b/.themes/oomox-solarized-light/assets/radio-checked-insensitive-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-checked-insensitive.svg b/.themes/oomox-solarized-light/assets/radio-checked-insensitive.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/radio-checked-insensitive.svg rename to .themes/oomox-solarized-light/assets/radio-checked-insensitive.svg index c5019089..d96f8d4b 100644 --- a/.themes/oomox-gruvbox/assets/radio-checked-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/radio-checked-insensitive.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-checked.svg b/.themes/oomox-solarized-light/assets/radio-checked.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/radio-checked.svg rename to .themes/oomox-solarized-light/assets/radio-checked.svg index 3b785b6b..d9456787 100644 --- a/.themes/oomox-gruvbox/assets/radio-checked.svg +++ b/.themes/oomox-solarized-light/assets/radio-checked.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-mixed-dark.svg b/.themes/oomox-solarized-light/assets/radio-mixed-dark.svg similarity index 85% rename from .themes/oomox-gruvbox/assets/radio-mixed-dark.svg rename to .themes/oomox-solarized-light/assets/radio-mixed-dark.svg index 4891f088..4908aca5 100644 --- a/.themes/oomox-gruvbox/assets/radio-mixed-dark.svg +++ b/.themes/oomox-solarized-light/assets/radio-mixed-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-mixed-insensitive-dark.svg b/.themes/oomox-solarized-light/assets/radio-mixed-insensitive-dark.svg similarity index 86% rename from .themes/oomox-gruvbox/assets/radio-mixed-insensitive-dark.svg rename to .themes/oomox-solarized-light/assets/radio-mixed-insensitive-dark.svg index 4d5ec1c6..6f6f2b9e 100644 --- a/.themes/oomox-gruvbox/assets/radio-mixed-insensitive-dark.svg +++ b/.themes/oomox-solarized-light/assets/radio-mixed-insensitive-dark.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-mixed-insensitive.svg b/.themes/oomox-solarized-light/assets/radio-mixed-insensitive.svg similarity index 86% rename from .themes/oomox-gruvbox/assets/radio-mixed-insensitive.svg rename to .themes/oomox-solarized-light/assets/radio-mixed-insensitive.svg index 4d5ec1c6..6f6f2b9e 100644 --- a/.themes/oomox-gruvbox/assets/radio-mixed-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/radio-mixed-insensitive.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-mixed.svg b/.themes/oomox-solarized-light/assets/radio-mixed.svg similarity index 85% rename from .themes/oomox-gruvbox/assets/radio-mixed.svg rename to .themes/oomox-solarized-light/assets/radio-mixed.svg index 4891f088..4908aca5 100644 --- a/.themes/oomox-gruvbox/assets/radio-mixed.svg +++ b/.themes/oomox-solarized-light/assets/radio-mixed.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-selected-insensitive.svg b/.themes/oomox-solarized-light/assets/radio-selected-insensitive.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/radio-selected-insensitive.svg rename to .themes/oomox-solarized-light/assets/radio-selected-insensitive.svg index c5019089..d96f8d4b 100644 --- a/.themes/oomox-gruvbox/assets/radio-selected-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/radio-selected-insensitive.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-selected.svg b/.themes/oomox-solarized-light/assets/radio-selected.svg similarity index 87% rename from .themes/oomox-gruvbox/assets/radio-selected.svg rename to .themes/oomox-solarized-light/assets/radio-selected.svg index 3b785b6b..d9456787 100644 --- a/.themes/oomox-gruvbox/assets/radio-selected.svg +++ b/.themes/oomox-solarized-light/assets/radio-selected.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/.themes/oomox-gruvbox/assets/radio-unchecked-dark.svg b/.themes/oomox-solarized-light/assets/radio-unchecked-dark.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/radio-unchecked-dark.svg rename to .themes/oomox-solarized-light/assets/radio-unchecked-dark.svg index 2ae1b874..25f4431c 100644 --- a/.themes/oomox-gruvbox/assets/radio-unchecked-dark.svg +++ b/.themes/oomox-solarized-light/assets/radio-unchecked-dark.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/radio-unchecked-insensitive-dark.svg b/.themes/oomox-solarized-light/assets/radio-unchecked-insensitive-dark.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/radio-unchecked-insensitive-dark.svg rename to .themes/oomox-solarized-light/assets/radio-unchecked-insensitive-dark.svg index d5482397..0fcfa4d3 100644 --- a/.themes/oomox-gruvbox/assets/radio-unchecked-insensitive-dark.svg +++ b/.themes/oomox-solarized-light/assets/radio-unchecked-insensitive-dark.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/radio-unchecked-insensitive.svg b/.themes/oomox-solarized-light/assets/radio-unchecked-insensitive.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/radio-unchecked-insensitive.svg rename to .themes/oomox-solarized-light/assets/radio-unchecked-insensitive.svg index d5482397..0fcfa4d3 100644 --- a/.themes/oomox-gruvbox/assets/radio-unchecked-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/radio-unchecked-insensitive.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/radio-unchecked.svg b/.themes/oomox-solarized-light/assets/radio-unchecked.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/radio-unchecked.svg rename to .themes/oomox-solarized-light/assets/radio-unchecked.svg index 2ae1b874..25f4431c 100644 --- a/.themes/oomox-gruvbox/assets/radio-unchecked.svg +++ b/.themes/oomox-solarized-light/assets/radio-unchecked.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/radio-unselected-dark.svg b/.themes/oomox-solarized-light/assets/radio-unselected-dark.svg similarity index 100% rename from .themes/oomox-gruvbox/assets/radio-unselected-dark.svg rename to .themes/oomox-solarized-light/assets/radio-unselected-dark.svg diff --git a/.themes/oomox-gruvbox/assets/radio-unselected-insensitive-dark.svg b/.themes/oomox-solarized-light/assets/radio-unselected-insensitive-dark.svg similarity index 100% rename from .themes/oomox-gruvbox/assets/radio-unselected-insensitive-dark.svg rename to .themes/oomox-solarized-light/assets/radio-unselected-insensitive-dark.svg diff --git a/.themes/oomox-gruvbox/assets/radio-unselected-insensitive.svg b/.themes/oomox-solarized-light/assets/radio-unselected-insensitive.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/radio-unselected-insensitive.svg rename to .themes/oomox-solarized-light/assets/radio-unselected-insensitive.svg index d5482397..0fcfa4d3 100644 --- a/.themes/oomox-gruvbox/assets/radio-unselected-insensitive.svg +++ b/.themes/oomox-solarized-light/assets/radio-unselected-insensitive.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-gruvbox/assets/radio-unselected.svg b/.themes/oomox-solarized-light/assets/radio-unselected.svg similarity index 88% rename from .themes/oomox-gruvbox/assets/radio-unselected.svg rename to .themes/oomox-solarized-light/assets/radio-unselected.svg index 2ae1b874..25f4431c 100644 --- a/.themes/oomox-gruvbox/assets/radio-unselected.svg +++ b/.themes/oomox-solarized-light/assets/radio-unselected.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/.themes/oomox-solarized-light/assets/sed.sh b/.themes/oomox-solarized-light/assets/sed.sh new file mode 100755 index 00000000..22377f50 --- /dev/null +++ b/.themes/oomox-solarized-light/assets/sed.sh @@ -0,0 +1,9 @@ +#!/bin/sh +sed -i \ + -e 's/#fdf6e3/rgb(0%,0%,0%)/g' \ + -e 's/#002b36/rgb(100%,100%,100%)/g' \ + -e 's/#eee8d5/rgb(50%,0%,0%)/g' \ + -e 's/#839496/rgb(0%,50%,0%)/g' \ + -e 's/#fdf6e3/rgb(50%,0%,50%)/g' \ + -e 's/#002b36/rgb(0%,0%,50%)/g' \ + $@ diff --git a/.themes/oomox-solarized-light/assets/unsed.sh b/.themes/oomox-solarized-light/assets/unsed.sh new file mode 100755 index 00000000..41decb73 --- /dev/null +++ b/.themes/oomox-solarized-light/assets/unsed.sh @@ -0,0 +1,11 @@ +#!/bin/sh +sed -i \ + -e 's/rgb(0%,0%,0%)/#fdf6e3/g' \ + -e 's/rgb(100%,100%,100%)/#002b36/g' \ + -e 's/rgb(50%,0%,0%)/#eee8d5/g' \ + -e 's/rgb(0%,50%,0%)/#839496/g' \ + -e 's/rgb(0%,50.196078%,0%)/#839496/g' \ + -e 's/rgb(50%,0%,50%)/#fdf6e3/g' \ + -e 's/rgb(50.196078%,0%,50.196078%)/#fdf6e3/g' \ + -e 's/rgb(0%,0%,50%)/#002b36/g' \ + $@ diff --git a/.themes/oomox-gruvbox/gtk-2.0/gtkrc b/.themes/oomox-solarized-light/gtk-2.0/gtkrc similarity index 82% rename from .themes/oomox-gruvbox/gtk-2.0/gtkrc rename to .themes/oomox-solarized-light/gtk-2.0/gtkrc index 6f724314..40746f3a 100644 --- a/.themes/oomox-gruvbox/gtk-2.0/gtkrc +++ b/.themes/oomox-solarized-light/gtk-2.0/gtkrc @@ -1,24 +1,20 @@ # Oomox GTK Theme (Numix Fork) gtk-color-scheme = -"base_color:#32302f\nbg_color:#32302f\ntooltip_bg_color:#32302f\nselected_bg_color:#83a598\ntext_color:#ebdbb2\nfg_color:#ebdbb2\ntooltip_fg_color:#ebdbb2\nselected_fg_color:#ebdbb2\nmenubar_bg_color:#282828\nmenubar_fg_color:#d5c4a1\ntoolbar_bg_color:#32302f\ntoolbar_fg_color:#ebdbb2\nmenu_bg_color:#282828\nmenu_fg_color:#d5c4a1\npanel_bg_color:#32302f\npanel_fg_color:#ebdbb2\nlink_color:#9400af\nbtn_bg_color:#32302f\nbtn_fg_color:#ebdbb2\ntitlebar_bg_color:#282828\ntitlebar_fg_color:#d5c4a1\nprimary_caret_color:#282828\nsecondary_caret_color:#282828\n" +"base_color:#fdf6e3\nbg_color:#fdf6e3\ntooltip_bg_color:#fdf6e3\nselected_bg_color:#839496\ntext_color:#002b36\nfg_color:#002b36\ntooltip_fg_color:#002b36\nselected_fg_color:#fdf6e3\nmenubar_bg_color:#eee8d5\nmenubar_fg_color:#002b36\ntoolbar_bg_color:#fdf6e3\ntoolbar_fg_color:#002b36\nmenu_bg_color:#eee8d5\nmenu_fg_color:#002b36\npanel_bg_color:#fdf6e3\npanel_fg_color:#002b36\nlink_color:#744b85\nbtn_bg_color:#eee8d5\nbtn_fg_color:#073642\ntitlebar_bg_color:#eee8d5\ntitlebar_fg_color:#002b36\nprimary_caret_color:#002b36\nsecondary_caret_color:#002b36\n" # Default Style style "murrine-default" { GtkArrow::arrow-scaling= 0.6 - GtkWidget::cursor_color = @primary_caret_color - GtkWidget::secondary_cursor_color = @secondary_caret_color - GtkWidget::cursor_aspect_ratio = 0.04 - GtkButton::child-displacement-x = 0 GtkButton::child-displacement-y = 0 GtkButton::default-border = { 0, 0, 0, 0 } - GtkButtonBox::child-min-height = 26 + GtkButtonBox::child-min-height = 52 - GtkCheckButton::indicator-size = 16 + GtkCheckButton::indicator-size = 30 # The following line hints to gecko (and possibly other appliations) # that the entry should be drawn transparently on the canvas. @@ -26,31 +22,31 @@ style "murrine-default" { GtkEntry::honors-transparent-bg-hint = 1 GtkEntry::state-hint = 0 - GtkExpander::expander-size = 16 + GtkExpander::expander-size = 30 GtkImage::x-ayatana-indicator-dynamic = 1 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 0 + GtkMenu::horizontal-padding = 2 + GtkMenu::vertical-padding = 2 - GtkMenuBar::internal-padding = 0 + GtkMenuBar::internal-padding = 1 GtkMenuBar::window-dragging = 1 GtkMenuItem::arrow-scaling= 0.5 GtkPaned::handle-size = 1 - GtkProgressBar::min-horizontal-bar-height = 12 - GtkProgressBar::min-vertical-bar-width = 12 + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 GtkRange::trough-border = 0 - GtkRange::slider-width = 12 - GtkRange::stepper-size = 12 + GtkRange::slider-width = 24 + GtkRange::stepper-size = 24 GtkRange::stepper_spacing = 0 GtkRange::trough-under-steppers = 1 - GtkScale::slider-length = 16 - GtkScale::slider-width = 16 + GtkScale::slider-length = 30 + GtkScale::slider-width = 30 GtkScale::trough-side-details = 1 GtkScrollbar::activate-slider = 1 @@ -58,8 +54,8 @@ style "murrine-default" { GtkScrollbar::has-forward-stepper = 0 GtkScrollbar::has-secondary-backward-stepper = 0 GtkScrollbar::has-secondary-forward-stepper = 0 - GtkScrollbar::min-slider-length = 80 - GtkScrollbar::slider-width = 12 + GtkScrollbar::min-slider-length = 160 + GtkScrollbar::slider-width = 24 GtkScrollbar::trough-border = 0 GtkScrolledWindow::scrollbar-spacing = 0 @@ -69,20 +65,20 @@ style "murrine-default" { GtkToolbar::internal-padding = 0 - GtkTreeView::expander-size = 11 + GtkTreeView::expander-size = 22 GtkTreeView::vertical-separator = 0 - GtkWidget::focus-line-width = 1 + GtkWidget::focus-line-width = 2 # The following line prevents the Firefox tabs # from jumping a few pixels when you create a new tab GtkWidget::focus-padding = 0 GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 + GtkWidget::separator-width = 2 + GtkWidget::separator-height = 2 - GtkWindow::resize-grip-height = 0 - GtkWindow::resize-grip-width = 0 + GtkWindow::resize-grip-height = 2 + GtkWindow::resize-grip-width = 2 WnckTasklist::fade-overlay-rect = 0 @@ -96,8 +92,8 @@ style "murrine-default" { GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified - xthickness = 1 - ythickness = 1 + xthickness = 2 + ythickness = 2 fg[NORMAL] = @fg_color fg[PRELIGHT] = @fg_color @@ -147,7 +143,7 @@ style "murrine-default" { menustyle = 0 # 0 = none, 1 = vertical striped progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient - roundness = 3 # roundness of widgets + roundness = 6# roundness of widgets scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles sliderstyle = 0 # 0 = none, 1 = handles stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles @@ -156,18 +152,18 @@ style "murrine-default" { } style "murrine-wide" { - xthickness = 2 - ythickness = 2 + xthickness = 6 + ythickness = 6 } style "murrine-wider" { - xthickness = 3 - ythickness = 3 + xthickness = 4 + ythickness = 8 } style "murrine-thin" { - xthickness = 0 - ythickness = 0 + xthickness = 1 + ythickness = 1 } # Notebook @@ -178,8 +174,8 @@ style "clearlooks-notebook-bg" { } style "clearlooks-notebook" = "clearlooks-notebook-bg" { - xthickness = 2 - ythickness = 2 + xthickness = 8 + ythickness = 4 engine "clearlooks" { radius = 0.1 @@ -190,14 +186,14 @@ style "clearlooks-notebook" = "clearlooks-notebook-bg" { style "murrine-button" = "murrine-wider" { bg[NORMAL] = @btn_bg_color - bg[PRELIGHT] = shade (1.10, @btn_bg_color) + bg[PRELIGHT] = shade (1.04, @btn_bg_color) bg[SELECTED] = shade (0.7, @btn_bg_color) bg[ACTIVE] = shade (0.95, @btn_bg_color) bg[INSENSITIVE] = shade (0.75, @btn_bg_color) engine "murrine" { - border_colors = { mix(0.2, @btn_fg_color, @btn_bg_color), mix(0.2, @btn_fg_color, @btn_bg_color) } - roundness = 3 + border_colors = { mix(0.4, @btn_fg_color, @btn_bg_color), mix(0.4, @btn_fg_color, @btn_bg_color) } + roundness = 6 } } @@ -218,7 +214,7 @@ style "murrine-scrollbar" { bg[ACTIVE] = @selected_bg_color engine "murrine" { - roundness = 0 + roundness = 6 contrast = 0.0 border_shades = { 0.9, 0.9 } trough_shades = { 0.97, 0.97 } @@ -235,15 +231,15 @@ style "murrine-overlay-scrollbar" { } style "murrine-scale" = "murrine-thin" { - bg[NORMAL] = @bg_color + bg[NORMAL] = @btn_bg_color bg[ACTIVE] = @bg_color bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[INSENSITIVE] = shade (0.95, @btn_bg_color) engine "murrine" { - roundness = 8 + roundness = 25 gradient_shades = { 1.08, 1.08, 1.08, 1.08 } - border_shades = { 1.0, 1.0 } + border_shades = { 0.5, 0.5 } trough_shades = { 1.08, 1.08 } trough_border_shades = { 0.8, 0.8 } } @@ -256,7 +252,7 @@ style "murrine-progressbar" = "murrine-thin" { fg[PRELIGHT] = @selected_fg_color engine "murrine" { - roundness = 2 + roundness = 6 border_shades = { 1.2, 1.2 } trough_border_shades = { 0.8, 0.8 } } @@ -294,8 +290,8 @@ style "murrine-frame-title" { } style "murrine-tooltips" { - xthickness = 5 - ythickness = 5 + xthickness = 10 + ythickness = 10 bg[NORMAL] = @tooltip_bg_color bg[SELECTED] = @tooltip_bg_color @@ -304,7 +300,7 @@ style "murrine-tooltips" { engine "murrine" { textstyle = 0 - roundness = 2 + roundness = 6 rgba = FALSE } } @@ -322,7 +318,7 @@ style "clearlooks-radiocheck" = "murrine-default" { text[PRELIGHT] = @selected_bg_color engine "clearlooks" { - radius = 4.0 + radius = 6.0 } } @@ -332,8 +328,9 @@ style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" { style "murrine-entry" = "murrine-wider" { engine "murrine" { - border_shades = { 1.15, 1.15 } - roundness = 3 + #border_shades = { 1.15, 1.15 } + border_colors = { mix(0.4, @text_color, @base_color), mix(0.4, @text_color, @base_color) } + roundness = 6 } } @@ -559,21 +556,21 @@ style "xfdesktop-windowlist" { } style "xfdesktop-icon-view" { - XfdesktopIconView::label-alpha = 0 - XfdesktopIconView::selected-label-alpha = 60 - XfdesktopIconView::shadow-x-offset = 0 - XfdesktopIconView::shadow-y-offset = 1 - XfdesktopIconView::selected-shadow-x-offset = 0 - XfdesktopIconView::selected-shadow-y-offset = 1 - XfdesktopIconView::shadow-color = @fg_color - XfdesktopIconView::selected-shadow-color = @fg_color - XfdesktopIconView::shadow-blur-radius = 2 - XfdesktopIconView::cell-spacing = 2 - XfdesktopIconView::cell-padding = 6 - XfdesktopIconView::cell-text-width-proportion = 1.9 + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 60 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = @fg_color + XfdesktopIconView::selected-shadow-color = @fg_color + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 - fg[NORMAL] = @bg_color - fg[ACTIVE] = @bg_color + fg[NORMAL] = @bg_color + fg[ACTIVE] = @bg_color } @@ -676,7 +673,7 @@ widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkV style "chromium-toolbar-button" { engine "murrine" { - roundness = 2 + roundness = 6 textstyle = 0 } } @@ -827,6 +824,81 @@ widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix" widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix" widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix" + + + +style "gimp-default-style" { +# Uncommenting this line allows to set a different (smaller) font for GIMP. +# +# font_name = "sans 8" +# Enabling the following line for some reason breaks toolbox resize +# increment calculation. You can enable it to get an even smaller GUI +# but need to restart GIMP after the theme change. +# +# GtkWidget::focus-padding = 0 + GtkOptionMenu::indicator-size = { 15, 25 } + GtkOptionMenu::indicator-spacing = { 10, 8, 4, 4 } + GtkPaned::handle-size = 5 + GimpDockWindow::default-height = 600 + GimpDock::font-scale = 1.0 + GimpMenuDock::minimal-width = 400 + GimpToolPalette::tool-icon-size = large-toolbar + GimpToolPalette::button-relief = none + GimpDockbook::tab-border = 0 + GimpDockbook::tab-icon-size = button + GimpColorNotebook::tab-border = 0 + GimpColorNotebook::tab-icon-size = button + GimpDeviceEditor::handle-size = 30 + GimpDockable::content-border = 1 + GimpEditor::content-spacing = 1 + GimpEditor::button-spacing = 1 + GimpEditor::button-icon-size = button + GimpDataEditor::minimal-height = 150 + GimpFrame::label-spacing = 5 + GtkDialog::content-area-border = 2 + GtkDialog::button-spacing = 20 + GtkDialog::action-area-border = 25 + GimpUnitComboBox::appears-as-list = 0 +} + +class "GtkWidget" style "gimp-default-style" +style "gimp-tool-dialog-style" = "gimp-default-style" +{ + GtkDialog::action-area-border = 6 +} +class "GimpToolDialog" style "gimp-tool-dialog-style" +style "gimp-grid-view-style" = "gimp-default-style" +{ + bg[NORMAL] = { 1.0, 1.0, 1.0 } +} +widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style" +style "gimp-dockable-style" = "gimp-default-style" +{ + GimpFrame::label-bold = 0 + GtkButton::focus-line_width = 1 + GtkButton::focus-padding = 0 +} +widget "*GimpDockable.*" style "gimp-dockable-style" +style "gimp-display-style" = "gimp-default-style" +{ + GimpRuler::font-scale = 1.0 + GimpUnitComboBox::label-scale = 1.0 + GimpScaleComboBox::label-scale = 1.0 + GtkComboBox::arrow-size = 20 + GtkButton::inner-border = { 0, 0, 0, 0 } + GtkButton::focus-line-width = 0 + GtkButton::focus-padding = 0 +} +widget "*GimpDisplayShell.*" style "gimp-display-style" +style "gimp-overlay-style" = "gimp-display-style" +{ + GtkButton::focus-line_width = 2 +} +widget_class "**" style "gimp-overlay-style" + + + + # Performance Fixes style "performance-fix" { diff --git a/.themes/oomox-gruvbox/gtk-3.0/assets b/.themes/oomox-solarized-light/gtk-3.0/assets similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.0/assets rename to .themes/oomox-solarized-light/gtk-3.0/assets diff --git a/.themes/oomox-gruvbox/gtk-3.0/gtk-dark.css b/.themes/oomox-solarized-light/gtk-3.0/gtk-dark.css similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.0/gtk-dark.css rename to .themes/oomox-solarized-light/gtk-3.0/gtk-dark.css diff --git a/.themes/oomox-gruvbox/gtk-3.0/gtk.css b/.themes/oomox-solarized-light/gtk-3.0/gtk.css similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.0/gtk.css rename to .themes/oomox-solarized-light/gtk-3.0/gtk.css diff --git a/.themes/oomox-gruvbox/gtk-3.0/gtk.gresource.xml b/.themes/oomox-solarized-light/gtk-3.0/gtk.gresource.xml similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.0/gtk.gresource.xml rename to .themes/oomox-solarized-light/gtk-3.0/gtk.gresource.xml diff --git a/.themes/oomox-gruvbox/gtk-3.0/thumbnail.png b/.themes/oomox-solarized-light/gtk-3.0/thumbnail.png similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.0/thumbnail.png rename to .themes/oomox-solarized-light/gtk-3.0/thumbnail.png diff --git a/.themes/oomox-gruvbox/gtk-3.20/assets b/.themes/oomox-solarized-light/gtk-3.20/assets similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.20/assets rename to .themes/oomox-solarized-light/gtk-3.20/assets diff --git a/.themes/oomox-gruvbox/gtk-3.20/dist/gtk-dark.css b/.themes/oomox-solarized-light/gtk-3.20/dist/gtk-dark.css similarity index 83% rename from .themes/oomox-gruvbox/gtk-3.20/dist/gtk-dark.css rename to .themes/oomox-solarized-light/gtk-3.20/dist/gtk-dark.css index 37ccc72c..55ab5dbf 100644 --- a/.themes/oomox-gruvbox/gtk-3.20/dist/gtk-dark.css +++ b/.themes/oomox-solarized-light/gtk-3.20/dist/gtk-dark.css @@ -11,33 +11,33 @@ /*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ /*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ /* dark color scheme */ -@define-color dark_bg_color #282828; -@define-color dark_fg_color #d5c4a1; +@define-color dark_bg_color #eee8d5; +@define-color dark_fg_color #002b36; /* colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_bg_color #ebdbb2; -@define-color theme_fg_color #32302f; -@define-color theme_base_color #ebdbb2; -@define-color theme_text_color #32302f; -@define-color theme_selected_bg_color #83a598; -@define-color theme_selected_fg_color #ebdbb2; -@define-color theme_tooltip_bg_color #32302f; -@define-color theme_tooltip_fg_color #ebdbb2; +@define-color theme_bg_color #002b36; +@define-color theme_fg_color #fdf6e3; +@define-color theme_base_color #002b36; +@define-color theme_text_color #fdf6e3; +@define-color theme_selected_bg_color #839496; +@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_tooltip_bg_color #fdf6e3; +@define-color theme_tooltip_fg_color #002b36; /* shadow effects */ -@define-color light_shadow #ebdcb4; -@define-color dark_shadow #0a0a09; +@define-color light_shadow #002d38; +@define-color dark_shadow #5a4306; /* misc colors used by gtk+ */ -@define-color info_fg_color #32302f; -@define-color info_bg_color #a327c0; -@define-color warning_fg_color #32302f; -@define-color warning_bg_color #ff7f42; -@define-color question_fg_color #32302f; -@define-color question_bg_color #a327c0; -@define-color error_fg_color #32302f; -@define-color error_bg_color #ff276a; -@define-color link_color #9400af; -@define-color success_color #c3a544; -@define-color warning_color #ff7f42; -@define-color error_color #ff276a; +@define-color info_fg_color #fdf6e3; +@define-color info_bg_color #839496; +@define-color warning_fg_color #fdf6e3; +@define-color warning_bg_color #e1ec18; +@define-color question_fg_color #fdf6e3; +@define-color question_bg_color #839496; +@define-color error_fg_color #fdf6e3; +@define-color error_bg_color #e19440; +@define-color link_color #744b85; +@define-color success_color #a3ff1a; +@define-color warning_color #e1ec18; +@define-color error_color #e19440; /* widget colors */ @define-color titlebar_bg_color @dark_bg_color; @define-color titlebar_fg_color @dark_fg_color; @@ -49,50 +49,50 @@ @define-color menu_fg_color @dark_fg_color; @define-color panel_bg_color @dark_bg_color; @define-color panel_fg_color @dark_fg_color; -@define-color borders mix(#ebdbb2,#32302f,0.1); -@define-color unfocused_borders mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); -@define-color button_bg_color #ebdbb2; -@define-color button_fg_color #32302f; -@define-color header_button_bg_color #32302f; -@define-color header_button_fg_color #d5c4a1; -@define-color insensitive_bg_color mix(#ebdbb2,#ebdbb2,0.6); -@define-color insensitive_fg_color mix(#32302f,#ebdbb2,0.5); +@define-color borders mix(#002b36,#fdf6e3,0.18); +@define-color unfocused_borders mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); +@define-color button_bg_color #073642; +@define-color button_fg_color #eee8d5; +@define-color header_button_bg_color #eee8d5; +@define-color header_button_fg_color #073642; +@define-color insensitive_bg_color mix(#002b36,#002b36,0.6); +@define-color insensitive_fg_color mix(#fdf6e3,#002b36,0.5); /* osd */ -@define-color osd_base #282828; -@define-color osd_bg rgba(40, 40, 40, 0.8); -@define-color osd_fg #d5c4a1; -@define-color osd_insensitive_bg_color mix(#d5c4a1,rgba(40, 40, 40, 0.8),0.5); -@define-color osd_insensitive_fg_color mix(#d5c4a1,#282828,0.6); -@define-color osd_borders_color rgba(34, 34, 34, 0.8); +@define-color osd_base #eee8d5; +@define-color osd_bg rgba(238, 232, 213, 0.8); +@define-color osd_fg #002b36; +@define-color osd_insensitive_bg_color mix(#002b36,rgba(238, 232, 213, 0.8),0.5); +@define-color osd_insensitive_fg_color mix(#002b36,#eee8d5,0.6); +@define-color osd_borders_color rgba(219, 206, 165, 0.8); /* lightdm greeter colors */ -@define-color lightdm_bg_color #282828; -@define-color lightdm_fg_color #d5c4a1; +@define-color lightdm_bg_color #eee8d5; +@define-color lightdm_fg_color #002b36; /* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color mix(#32302f,#ebdbb2,0.5); +@define-color theme_unfocused_fg_color mix(#fdf6e3,#002b36,0.5); /* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #32302f; +@define-color theme_unfocused_text_color #fdf6e3; /* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #ebdbb2; +@define-color theme_unfocused_bg_color #002b36; /* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #ebdbb2; +@define-color theme_unfocused_base_color #002b36; /* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #83a598; +@define-color theme_unfocused_selected_bg_color #839496; /* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #ebdbb2; +@define-color theme_unfocused_selected_fg_color #fdf6e3; /* insensitive color on backdrop windows*/ -@define-color unfocused_insensitive_color #fbf7ef; +@define-color unfocused_insensitive_color #006883; /* window manager colors */ -@define-color wm_bg #282828; -@define-color wm_border_focused #282828; -@define-color wm_border_unfocused #282828; -@define-color wm_title_focused mix(#d5c4a1,#282828,0.1); -@define-color wm_title_unfocused mix(#d5c4a1,#282828,0.4); -@define-color wm_icons_focused mix(#d5c4a1,#282828,0.1); -@define-color wm_icons_focused_prelight #83a598; -@define-color wm_icons_focused_pressed #64897b; -@define-color wm_icons_unfocused mix(#d5c4a1,#282828,0.4); -@define-color wm_icons_unfocused_prelight #83a598; -@define-color wm_icons_unfocused_pressed #64897b; +@define-color wm_bg #eee8d5; +@define-color wm_border_focused #fdf6e3; +@define-color wm_border_unfocused #fdf6e3; +@define-color wm_title_focused mix(#002b36,#eee8d5,0.1); +@define-color wm_title_unfocused mix(#002b36,#eee8d5,0.4); +@define-color wm_icons_focused mix(#002b36,#eee8d5,0.1); +@define-color wm_icons_focused_prelight #839496; +@define-color wm_icons_focused_pressed #67787a; +@define-color wm_icons_unfocused mix(#002b36,#eee8d5,0.4); +@define-color wm_icons_unfocused_prelight #839496; +@define-color wm_icons_unfocused_pressed #67787a; /************** ! 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(131, 148, 150, 0.5); outline-style: dashed; outline-width: 1px; outline-offset: -1px; @@ -111,91 +111,91 @@ ! 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } * { /* hyperlinks */ - -GtkIMHtml-hyperlink-color: #9400af; } + -GtkIMHtml-hyperlink-color: #744b85; } *:disabled, *:disabled:disabled { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } *:disabled, *:disabled { -gtk-icon-effect: dim; } *:hover { -gtk-icon-effect: highlight; } *:link, *:visited { - color: #9400af; } + color: #744b85; } .background { - background-color: #ebdbb2; - color: #32302f; } + background-color: #002b36; + color: #fdf6e3; } .background:backdrop { text-shadow: none; -gtk-icon-shadow: none; } .background.csd { - background-color: #ebdbb2; } + background-color: #002b36; } .gtkstyle-fallback { - background-color: rgba(235, 219, 178, 0.5); - color: #32302f; } + background-color: rgba(0, 43, 54, 0.5); + color: #fdf6e3; } .gtkstyle-fallback:hover { - background-color: #f4ead3; - color: #32302f; } + background-color: #002f3b; + color: #fdf6e3; } .gtkstyle-fallback:active { - background-color: #e2cc91; - color: #32302f; } + background-color: #002731; + color: #fdf6e3; } .gtkstyle-fallback:disabled { - background-color: #ebdbb1; - color: mix(#32302f,#ebdbb2,0.5); } + background-color: #002b36; + color: mix(#fdf6e3,#002b36,0.5); } image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled { background-color: transparent; } label.separator { - color: #32302f; } + color: #fdf6e3; } label.separator:backdrop { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } label selection { - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } label:disabled { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } label:disabled:backdrop { - color: #fbf7ef; } + color: #006883; } label:backdrop { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } assistant .sidebar { - background-color: #ebdbb2; - border-top: 1px solid mix(#ebdbb2,#32302f,0.1); } + background-color: #002b36; + border-top: 1px solid mix(#002b36,#fdf6e3,0.18); } assistant .sidebar:backdrop { - background-color: #ebdbb2; - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); } + background-color: #002b36; + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); } assistant.csd .sidebar { border-top-style: none; } assistant .sidebar label { - padding: 1px 2px; } + padding: 2px 4px; } assistant .sidebar label.highlight { - background-color: mix(#32302f,#ebdbb2,0.8); } + background-color: mix(#fdf6e3,#002b36,0.8); } /********* ! Buttons **********/ @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(#839496), 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(#839496), 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(236, 220, 180, 0.769231)), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#839496), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(179, 134, 13, 0.915294)), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -210,9 +210,9 @@ button, headerbar button, .titlebar:not(headerbar) button, toolbar button, toolb #XfceNotifyWindow button, .osd button, .osd spinbutton:not(.vertical) button, #XfceNotifyWindow spinbutton:not(.vertical) button, .osd spinbutton.vertical button:first-child, #XfceNotifyWindow spinbutton.vertical button:first-child, .nemo-window toolbar button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, #login_window button, #shutdown_button button, #restart_button button { - min-height: 16px; - min-width: 16px; - padding: 1px 3px; + min-height: 18px; + min-width: 18px; + padding: 2px 4px; border-width: 1px; border-style: solid; border-radius: 3px; @@ -335,123 +335,123 @@ infobar.info button.close, infobar.warning button.close, infobar.question button background-image: none; box-shadow: none; } infobar.info button.close:focus, infobar.warning button.close:focus, infobar.question button.close:focus, infobar.error button.close:focus, notebook > header > tabs > arrow:focus, infobar.info button.close:hover, infobar.warning button.close:hover, infobar.question button.close:hover, infobar.error button.close:hover, notebook > header > tabs > arrow:hover { - border: 1px solid rgba(235, 219, 178, 0.3); - background-color: rgba(50, 48, 47, 0.2); + border: 1px solid rgba(0, 43, 54, 0.3); + background-color: rgba(253, 246, 227, 0.2); 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); - background-color: rgba(235, 219, 178, 0.1); + border: 1px solid rgba(131, 148, 150, 0.3); + background-color: rgba(253, 246, 227, 0.1); background-image: none; box-shadow: none; } button { - background-color: #ebdbb2; + background-color: #073642; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(212, 197, 149, 0.22); + color: #eee8d5; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } button:focus, button:hover { - border-color: #527065; } + border-color: #525f61; } 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); } + border-color: rgba(199, 179, 117, 0.22); } button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(219, 206, 165, 0.22); } button:active:disabled, button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(212, 197, 149, 0.22); } button.flat { - color: #32302f; - border-color: rgba(235, 219, 178, 0); - background-color: rgba(235, 219, 178, 0); + color: #eee8d5; + border-color: rgba(7, 54, 66, 0); + background-color: rgba(7, 54, 66, 0); background-image: none; box-shadow: none; } button:hover, button.flat:hover { - background-color: #efe3c2; + background-color: #073945; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(212, 197, 149, 0.3); + color: #eee8d5; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } 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); } + border-color: rgba(199, 179, 117, 0.3); } button:hover:disabled, button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(219, 206, 165, 0.3); } button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(212, 197, 149, 0.3); } button:focus, button.flat:focus { - background-color: #efe3c2; + background-color: #073945; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(212, 197, 149, 0.3); + color: #eee8d5; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.42); } button:focus:focus, button:focus:hover, button.flat:focus:focus, button.flat:focus:hover { - border-color: #527065; } + border-color: #525f61; } 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); } + border-color: rgba(199, 179, 117, 0.3); } button:focus:disabled, button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(219, 206, 165, 0.3); } button:focus:active:disabled, button:focus:checked:disabled, button.flat:focus:active:disabled, button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(212, 197, 149, 0.3); } button:focus:hover, button.flat:focus:hover { - background-color: #f4ead3; + background-color: #083b49; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(212, 197, 149, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.48); } button:focus:hover:focus, button:focus:hover:hover, button.flat:focus:hover:focus, button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #525f61; } 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); } + border-color: rgba(199, 179, 117, 0.3); } button:focus:hover:disabled, button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(219, 206, 165, 0.3); } button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(212, 197, 149, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(212, 197, 149, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(238, 232, 213, 0.06), inset 0 1px rgba(238, 232, 213, 0.07), inset -1px 0 rgba(238, 232, 213, 0.06), inset 0 -1px rgba(238, 232, 213, 0.05); } button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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); } + border-color: rgba(199, 179, 117, 0.22); } button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(219, 206, 165, 0.22); } button:checked:active:disabled, button:checked:checked:disabled, button:active:active:disabled, button:active:checked:disabled, button.flat:checked:active:disabled, button.flat:checked:checked:disabled, button.flat:active:active:disabled, button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(212, 197, 149, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } button:focus, button:hover, button.flat:focus, button.flat:hover { - color: #32302f; } + color: #eee8d5; } button:disabled:disabled, button.flat:disabled:disabled { - background-color: alpha(mix(#ebdbb2,#32302f,0.2),0.4); + background-color: alpha(mix(#073642,#eee8d5,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ebdbb2,#32302f,0.5); + color: mix(#073642,#eee8d5,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } button.separator, button .separator { border: 1px solid currentColor; - color: rgba(235, 219, 178, 0.9); } + color: rgba(7, 54, 66, 0.9); } button.separator:disabled, button .separator:disabled { - color: rgba(235, 219, 178, 0.85); } + color: rgba(7, 54, 66, 0.85); } .inline-toolbar button, .linked > button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .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(10, 10, 9, 0.32); } + box-shadow: inset -1px 0 #525f61, 0 1px 2px -1px rgba(90, 67, 6, 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, @@ -461,18 +461,18 @@ button { .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 0.05); } .inline-toolbar button:disabled, .linked > button:disabled { - box-shadow: inset -1px 0 #dabc70; } + box-shadow: inset -1px 0 #062b35; } .inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.42); } .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, @@ -490,7 +490,7 @@ button { .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, @@ -500,25 +500,25 @@ button { .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } .linked.vertical > button { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .linked.vertical > button:focus, .linked.vertical > button:hover { - box-shadow: inset 0 -1px #527065, 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: inset 0 -1px #525f61, 0 1px 2px -1px rgba(90, 67, 6, 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.12), inset 1px 0 rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.05); } + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.22), inset 1px 0 rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.05); } .linked.vertical > button:disabled { - box-shadow: inset 0 -1px #dabc70; } + box-shadow: inset 0 -1px #062b35; } .linked.vertical > button:last-child, .linked.vertical > button:only-child { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.42); } .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child { box-shadow: none; } .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } button.circular, button.nautilus-circular-button.image-button, button.circular-button { padding: 0; min-width: 28px; @@ -532,31 +532,31 @@ spinbutton:disabled { opacity: .4; } spinbutton button { - color: #32302f; } + color: #eee8d5; } spinbutton button:active, spinbutton button:checked, spinbutton button:hover { - background-color: #fcfaf4; + background-color: #08414f; background-image: none; } spinbutton button:disabled { - color: mix(#32302f,#ebdbb2,0.7); } + color: mix(#eee8d5,#002b36,0.7); } spinbutton button:backdrop { - color: mix(#ebdbb2,mix(#32302f,#ebdbb2,0.5),0.9); } + color: mix(#002b36,mix(#fdf6e3,#002b36,0.5),0.9); } spinbutton button:backdrop:disabled { - color: rgba(251, 247, 239, 0.8); } + color: rgba(0, 104, 131, 0.8); } spinbutton:not(.vertical) { /*@extend %entry;*/ - background-color: #ebdbb2; + background-color: #002b36; background-image: none; /*@include border($base_color);*/ padding: 0; border-radius: 3px; - color: #32302f; - caret-color: #32302f; + color: #fdf6e3; + caret-color: #fdf6e3; /*&:focus, &:active { border-color: border_focus($borders_color); }*/ } spinbutton:not(.vertical):disabled { - background-color: #e2cc91; + background-color: #002731; background-image: none; - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } spinbutton:not(.vertical) entry { border-radius: 3px 0 0 3px; border-right-width: 0; @@ -581,9 +581,9 @@ spinbutton:not(.vertical) { spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(20, 19, 19, 0.2); } + box-shadow: inset 0 2px 3px -1px rgba(179, 134, 13, 0.2); } spinbutton:not(.vertical) button:backdrop { - border-color: alpha(mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9),0.8); } + border-color: alpha(mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9),0.8); } spinbutton:not(.vertical) button:backdrop:disabled { border-style: none none none solid; } spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { @@ -595,8 +595,8 @@ spinbutton:not(.vertical) { spinbutton.vertical button, spinbutton.vertical entry { min-width: 0; - padding-left: -1px; - padding-right: -1px; } + padding-left: 0px; + padding-right: 0px; } spinbutton.vertical entry { border-radius: 0; @@ -616,8 +616,8 @@ spinbutton.vertical button.down { *******************/ combobox button.combo { min-width: 0; - padding-left: 3px; - padding-right: 3px; } + padding-left: 4px; + padding-right: 4px; } combobox arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); @@ -625,7 +625,7 @@ combobox arrow { min-width: 16px; } combobox box button, combobox box entry { - padding: 1px 3px; } + padding: 2px 4px; } /********* ! Entry * @@ -694,7 +694,7 @@ entry, menuitem entry, popover.background entry, .osd entry, border-style: solid; border-radius: 3px; transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.1), inset 0 1px rgba(10, 10, 9, 0.12), inset -1px 0 rgba(10, 10, 9, 0.1), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.1), inset 0 1px rgba(90, 67, 6, 0.12), inset -1px 0 rgba(90, 67, 6, 0.1), inset 0 -1px rgba(90, 67, 6, 0.05); } entry:focus, popover.background entry:focus, #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, @@ -703,104 +703,104 @@ 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } 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: #839496; background-image: none; border-width: 0; border-radius: 3px; - color: #ebdbb2; } + color: #fdf6e3; } entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 1px; } + padding-right: 2px; } entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 1px; } + padding-left: 2px; } entry.warning, popover.background entry.warning, #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #32302f; - border-color: #ff5402; - background-color: mix(#ebdbb2,#ff7f42,0.6); } + color: #fdf6e3; + border-color: #b7c010; + background-color: mix(#002b36,#e1ec18,0.6); } entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #32302f; } + color: #fdf6e3; } entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #32302f; - border-color: #527065; - background-color: #ff7f42; + color: #fdf6e3; + border-color: #525f61; + background-color: #e1ec18; box-shadow: none; } entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #32302f; - color: #ff7f42; } + background-color: #fdf6e3; + color: #e1ec18; } entry.error, popover.background entry.error, #XfceNotifyWindow entry.error, #login_window entry.error { - color: #32302f; - border-color: #eb0049; - background-color: mix(#ebdbb2,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#002b36,#e19440,0.6); } entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #32302f; } + color: #fdf6e3; } entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #32302f; - border-color: #527065; - background-color: #ff276a; + color: #fdf6e3; + border-color: #525f61; + background-color: #e19440; box-shadow: none; } entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } entry.search-missing, popover.background entry.search-missing, #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #32302f; - border-color: #eb0049; - background-color: mix(#ebdbb2,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#002b36,#e19440,0.6); } entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #32302f; } + color: #fdf6e3; } entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #32302f; - border-color: #527065; - background-color: #ff276a; + color: #fdf6e3; + border-color: #525f61; + background-color: #e19440; box-shadow: none; } entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } entry { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: shade(mix(#ebdbb2,#32302f,0.2),0.8); - padding: 1px; - color: #32302f; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.8); + padding: 2px; + color: #fdf6e3; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } entry:focus, entry:hover { - border-color: #527065; } + border-color: #525f61; } 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,#32302f,0.2),0.7); } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.7); } entry:disabled { - border-color: shade(mix(#ebdbb2,#32302f,0.2),0.85); } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.85); } entry:active:disabled, entry:checked:disabled { - border-color: shade(mix(#ebdbb2,#32302f,0.2),0.8); } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.8); } entry:focus, entry:active { - border-color: #527065; } + border-color: #525f61; } entry:disabled { - background-color: #e2cc91; + background-color: #002731; background-image: none; - border-color: shade(alpha(mix(#ebdbb2,#32302f,0.2),0.4),0.8); + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } entry:disabled:focus, entry:disabled:hover { - border-color: #527065; } + border-color: #525f61; } 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,#32302f,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.7); } entry:disabled:disabled { - border-color: shade(alpha(mix(#ebdbb2,#32302f,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.85); } entry:disabled:active:disabled, entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#ebdbb2,#32302f,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.8); } /********* ! Buttons @@ -818,12 +818,12 @@ entry { ! Toolbar **********/ toolbar { - padding: 0px; + padding: 1px; border-style: none; } toolbar.horizontal separator { - margin: 0 3px 1px; } + margin: 0 4px 1px; } toolbar.vertical separator { - margin: 3px 1px 3px 0; } + margin: 4px 1px 4px 0; } headerbar { border-width: 0 0 1px; @@ -832,11 +832,11 @@ headerbar { headerbar spinbutton, headerbar separator, headerbar button { - margin-top: 4px; - margin-bottom: 4px; } + margin-top: 5px; + margin-bottom: 5px; } headerbar switch { - margin-top: 2px; - margin-bottom: 2px; } + margin-top: 3px; + margin-bottom: 3px; } window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, window:not(.tiled):not(.maximized) headerbar:first-child { @@ -845,166 +845,166 @@ headerbar { border-top-right-radius: 3px; } headerbar, .titlebar:not(headerbar) { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: #202020; - color: #d5c4a1; - background-color: #282828; + border-color: #d4c595; + color: #002b36; + background-color: #eee8d5; background-image: none; border-radius: 3px 3px 0 0; - color: mix(#d5c4a1,#282828,0.1); - padding: 0 2px; + color: mix(#002b36,#eee8d5,0.1); + padding: 0 4px; min-height: 42px; } headerbar:focus, .titlebar:focus:not(headerbar), headerbar:hover, .titlebar:hover:not(headerbar) { - border-color: #527065; } + border-color: #525f61; } 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: #1c1c1c; } + border-color: #c7b375; } headerbar:disabled, .titlebar:disabled:not(headerbar) { - border-color: #222222; } + border-color: #dbcea5; } headerbar:active:disabled, .titlebar:active:disabled:not(headerbar), headerbar:checked:disabled, .titlebar:checked:disabled:not(headerbar) { - border-color: #202020; } + border-color: #d4c595; } headerbar:disabled, .titlebar:disabled:not(headerbar) { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } headerbar .title, .titlebar:not(headerbar) .title { font-weight: bold; - padding: 0 2px; } + padding: 0 4px; } headerbar .subtitle, .titlebar:not(headerbar) .subtitle { font-size: smaller; - padding: 0 2px; } + padding: 0 4px; } headerbar button, .titlebar:not(headerbar) button { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: #527065; } + border-color: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #2a2a2a; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #2a2a2a; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } headerbar button:focus:active:disabled, .titlebar:not(headerbar) button:focus:active:disabled, headerbar button:focus:checked:disabled, .titlebar:not(headerbar) button:focus:checked:disabled, headerbar button.flat:focus:active:disabled, .titlebar:not(headerbar) button.flat:focus:active:disabled, headerbar button.flat:focus:checked:disabled, .titlebar:not(headerbar) button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #2c2c2c; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } 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 { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } 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: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } 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 { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } 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 { - color: #d5c4a1; } + color: #002b36; } headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#282828,#d5c4a1,0.5); + color: mix(#eee8d5,#002b36,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } + color: rgba(238, 232, 213, 0.9); } headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } + color: rgba(238, 232, 213, 0.85); } headerbar .linked > button, .titlebar:not(headerbar) .linked > button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(90, 67, 6, 0.12); } 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(10, 10, 9, 0.42); } + box-shadow: inset -1px 0 #525f61, 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 0.05); } headerbar .linked > button:disabled, .titlebar:not(headerbar) .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } + box-shadow: inset -1px 0 #d4c595; } headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } headerbar .linked > button:last-child:hover, .titlebar:not(headerbar) .linked > button:last-child:hover, headerbar .linked > button:only-child:hover, .titlebar:not(headerbar) .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } headerbar .linked > button:disabled:last-child, .titlebar:not(headerbar) .linked > button:disabled:last-child, headerbar .linked > button:disabled:only-child, .titlebar:not(headerbar) .linked > button:disabled:only-child, headerbar .linked > button:active:disabled:last-child, .titlebar:not(headerbar) .linked > button:active:disabled:last-child, headerbar .linked > button:active:disabled:only-child, .titlebar:not(headerbar) .linked > button:active:disabled:only-child, headerbar .linked > button:checked:disabled:last-child, .titlebar:not(headerbar) .linked > button:checked:disabled:last-child, headerbar .linked > button:checked:disabled:only-child, .titlebar:not(headerbar) .linked > button:checked:disabled:only-child { box-shadow: none; } headerbar .linked > button:active:last-child, .titlebar:not(headerbar) .linked > button:active:last-child, headerbar .linked > button:active:last-child:focus, .titlebar:not(headerbar) .linked > button:active:last-child:focus, headerbar .linked > button:active:last-child:hover, .titlebar:not(headerbar) .linked > button:active:last-child:hover, headerbar .linked > button:active:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:last-child:hover:focus, headerbar .linked > button:checked:last-child, .titlebar:not(headerbar) .linked > button:checked:last-child, headerbar .linked > button:checked:last-child:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:focus, headerbar .linked > button:checked:last-child:hover, .titlebar:not(headerbar) .linked > button:checked:last-child:hover, headerbar .linked > button:checked:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } headerbar .linked > button:active:only-child, .titlebar:not(headerbar) .linked > button:active:only-child, headerbar .linked > button:active:only-child:focus, .titlebar:not(headerbar) .linked > button:active:only-child:focus, headerbar .linked > button:active:only-child:hover, .titlebar:not(headerbar) .linked > button:active:only-child:hover, headerbar .linked > button:active:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:only-child:hover:focus, headerbar .linked > button:checked:only-child, .titlebar:not(headerbar) .linked > button:checked:only-child, headerbar .linked > button:checked:only-child:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:focus, headerbar .linked > button:checked:only-child:hover, .titlebar:not(headerbar) .linked > button:checked:only-child:hover, headerbar .linked > button:checked:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } headerbar combobox, .titlebar:not(headerbar) combobox, headerbar button, .titlebar:not(headerbar) button { - padding: 1px; } + padding: 2px; } headerbar combobox.text-button, .titlebar:not(headerbar) combobox.text-button, headerbar button.text-button, .titlebar:not(headerbar) button.text-button { - padding: 1px; } + padding: 2px; } headerbar combobox.image-button, .titlebar:not(headerbar) combobox.image-button, headerbar button.image-button, .titlebar:not(headerbar) button.image-button { - padding: 1px; } + padding: 2px; } headerbar separator, .titlebar:not(headerbar) separator, headerbar separator:disabled, .titlebar:not(headerbar) separator:disabled { - color: #181818; + color: #baa255; border-color: currentColor; -GtkWidget-window-dragging: true; } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: mix(#d5c4a1,#282828,0.6); + color: mix(#002b36,#eee8d5,0.6); text-shadow: none; } headerbar.default-decoration, .default-decoration.titlebar:not(headerbar) { min-height: 24px; @@ -1024,393 +1024,393 @@ headerbar, .titlebar:not(headerbar) { headerbar .title, .titlebar:not(headerbar) .title { font-weight: bold; } headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { - margin-left: 1px; } + margin-left: 2px; } headerbar button, .titlebar:not(headerbar) button { - background-color: #32302f; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(6, 43, 53, 0.32); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: #527065; } + border-color: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #d5c4a1; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #073642; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } headerbar button:focus:active:disabled, .titlebar:not(headerbar) button:focus:active:disabled, headerbar button:focus:checked:disabled, .titlebar:not(headerbar) button:focus:checked:disabled, headerbar button.flat:focus:active:disabled, .titlebar:not(headerbar) button.flat:focus:active:disabled, headerbar button.flat:focus:checked:disabled, .titlebar:not(headerbar) button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #373534; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(6, 43, 53, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } 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 { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(6, 43, 53, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(7, 54, 66, 0.06), inset 0 1px rgba(7, 54, 66, 0.07), inset -1px 0 rgba(7, 54, 66, 0.06), inset 0 -1px rgba(7, 54, 66, 0.05); } 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: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } 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 { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } 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 { - color: #d5c4a1; } + color: #073642; } headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#073642,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#d5c4a1,0.5); + color: mix(#eee8d5,#073642,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(238, 232, 213, 0.9); } headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(238, 232, 213, 0.85); } headerbar button.titlebutton + separator.titlebutton, .titlebar:not(headerbar) button.titlebutton + separator.titlebutton { margin-left: 0; - margin-right: 1px; } + margin-right: 2px; } headerbar button.titlebutton, .titlebar:not(headerbar) button.titlebutton { border: 0; background-image: none; background-color: transparent; - color: mix(#d5c4a1,#282828,0.1); + color: mix(#002b36,#eee8d5,0.1); box-shadow: none; } 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: #839496; 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: #748789; box-shadow: none; } headerbar button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop { background: none; - color: mix(#d5c4a1,#282828,0.6); + color: mix(#002b36,#eee8d5,0.6); -gtk-icon-shadow: none; } toolbar { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: #dabc70; - color: #32302f; } + border-color: #00222b; + color: #fdf6e3; } toolbar:focus, toolbar:hover { - border-color: #527065; } + border-color: #525f61; } 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; } + border-color: #001e26; } toolbar:disabled { - border-color: #dec481; } + border-color: #00252e; } toolbar:active:disabled, toolbar:checked:disabled { - border-color: #dabc70; } + border-color: #00222b; } toolbar:disabled { - background-color: #e2cc91; + background-color: #002731; background-image: none; - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } toolbar .title { font-weight: bold; - padding: 0 2px; } + padding: 0 4px; } toolbar .subtitle { font-size: smaller; - padding: 0 2px; } + padding: 0 4px; } toolbar button { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } toolbar button:focus, toolbar button:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } toolbar button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } toolbar button:active:disabled, toolbar button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } toolbar button.flat { - color: #32302f; - border-color: rgba(235, 219, 178, 0); - background-color: rgba(235, 219, 178, 0); + color: #fdf6e3; + border-color: rgba(0, 43, 54, 0); + background-color: rgba(0, 43, 54, 0); background-image: none; box-shadow: none; } toolbar button:hover, toolbar button.flat:hover { - background-color: #efe3c2; + background-color: #002d39; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } toolbar button:hover:disabled, toolbar button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } toolbar button:focus, toolbar button.flat:focus { - background-color: #efe3c2; + background-color: #002d39; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.42); } toolbar button:focus:focus, toolbar button:focus:hover, toolbar button.flat:focus:focus, toolbar button.flat:focus:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } toolbar button:focus:disabled, toolbar button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } toolbar button:focus:active:disabled, toolbar button:focus:checked:disabled, toolbar button.flat:focus:active:disabled, toolbar button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } toolbar button:focus:hover, toolbar button.flat:focus:hover { - background-color: #f4ead3; + background-color: #002f3b; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } toolbar button:checked:active:disabled, toolbar button:checked:checked:disabled, toolbar button:active:active:disabled, toolbar button:active:checked:disabled, toolbar button.flat:checked:active:disabled, toolbar button.flat:checked:checked:disabled, toolbar button.flat:active:active:disabled, toolbar button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } toolbar button:focus, toolbar button:hover, toolbar button.flat:focus, toolbar button.flat:hover { - color: #32302f; } + color: #fdf6e3; } toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#ebdbb2,#32302f,0.2),0.4); + background-color: alpha(mix(#002b36,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ebdbb2,#32302f,0.5); + color: mix(#002b36,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } toolbar button.separator, toolbar button .separator { border: 1px solid currentColor; - color: rgba(235, 219, 178, 0.9); } + color: rgba(0, 43, 54, 0.9); } toolbar button.separator:disabled, toolbar button .separator:disabled { - color: rgba(235, 219, 178, 0.85); } + color: rgba(0, 43, 54, 0.85); } toolbar .linked > button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(90, 67, 6, 0.22); } toolbar .linked > button:focus, toolbar .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: inset -1px 0 #525f61, 0 1px 2px -1px rgba(90, 67, 6, 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.12), inset 0 1px rgba(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 0.05); } toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #dabc70; } + box-shadow: inset -1px 0 #00222b; } toolbar .linked > button:last-child, toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } toolbar .linked > button:last-child:hover, toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.42); } toolbar .linked > button:disabled:last-child, toolbar .linked > button:disabled:only-child, toolbar .linked > button:active:disabled:last-child, toolbar .linked > button:active:disabled:only-child, toolbar .linked > button:checked:disabled:last-child, toolbar .linked > button:checked:disabled:only-child { box-shadow: none; } toolbar .linked > button:active:last-child, toolbar .linked > button:active:last-child:focus, toolbar .linked > button:active:last-child:hover, toolbar .linked > button:active:last-child:hover:focus, toolbar .linked > button:checked:last-child, toolbar .linked > button:checked:last-child:focus, toolbar .linked > button:checked:last-child:hover, toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } toolbar .linked > button:active:only-child, toolbar .linked > button:active:only-child:focus, toolbar .linked > button:active:only-child:hover, toolbar .linked > button:active:only-child:hover:focus, toolbar .linked > button:checked:only-child, toolbar .linked > button:checked:only-child:focus, toolbar .linked > button:checked:only-child:hover, toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } toolbar combobox, toolbar button { - padding: 1px; } + padding: 2px; } toolbar combobox.text-button, toolbar button.text-button { - padding: 1px; } + padding: 2px; } toolbar combobox.image-button, toolbar button.image-button { - padding: 1px; } + padding: 2px; } toolbar separator, toolbar separator:disabled { - color: #c59c33; + color: #001a20; border-color: currentColor; -GtkWidget-window-dragging: true; } toolbar.inline-toolbar { padding: 1px; border-width: 0 1px 1px; border-style: solid; - border-color: mix(#ebdbb2,#32302f,0.1); - background-color: mix(mix(#ebdbb2,#32302f,0.1),#ebdbb2,0.7); + border-color: mix(#002b36,#fdf6e3,0.18); + background-color: mix(mix(#002b36,#fdf6e3,0.18),#002b36,0.7); background-image: none; } toolbar.inline-toolbar:backdrop { - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); - background-color: mix(#ebdbb2,mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9),0.35); + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); + background-color: mix(#002b36,mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9),0.35); transition: 200ms ease-out; } toolbar.inline-toolbar button { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } toolbar.inline-toolbar button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } toolbar.inline-toolbar button.flat { - color: #32302f; - border-color: rgba(235, 219, 178, 0); - background-color: rgba(235, 219, 178, 0); + color: #fdf6e3; + border-color: rgba(0, 43, 54, 0); + background-color: rgba(0, 43, 54, 0); background-image: none; box-shadow: none; } toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover { - background-color: #efe3c2; + background-color: #002d39; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus { - background-color: #efe3c2; + background-color: #002d39; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } toolbar.inline-toolbar button:focus:disabled, toolbar.inline-toolbar button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } toolbar.inline-toolbar button:focus:active:disabled, toolbar.inline-toolbar button:focus:checked:disabled, toolbar.inline-toolbar button.flat:focus:active:disabled, toolbar.inline-toolbar button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover { - background-color: #f4ead3; + background-color: #002f3b; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } toolbar.inline-toolbar button:checked:active:disabled, toolbar.inline-toolbar button:checked:checked:disabled, toolbar.inline-toolbar button:active:active:disabled, toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:checked:active:disabled, toolbar.inline-toolbar button.flat:checked:checked:disabled, toolbar.inline-toolbar button.flat:active:active:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { - color: #32302f; } + color: #fdf6e3; } toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#ebdbb2,#32302f,0.2),0.4); + background-color: alpha(mix(#002b36,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ebdbb2,#32302f,0.5); + color: mix(#002b36,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator { border: 1px solid currentColor; - color: rgba(235, 219, 178, 0.9); } + color: rgba(0, 43, 54, 0.9); } toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled { - color: rgba(235, 219, 178, 0.85); } + color: rgba(0, 43, 54, 0.85); } window.csd > .titlebar:not(headerbar) { padding: 0; @@ -1421,7 +1421,7 @@ window.csd > .titlebar:not(headerbar) { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-color: #232323; } + background-color: #ded3ae; } .background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { border-top-left-radius: 3px; @@ -1435,37 +1435,37 @@ window.csd > .titlebar:not(headerbar) { ! Action-bar * ***************/ actionbar > revealer > box { - padding: 1px; - border-top: 1px solid mix(#ebdbb2,#32302f,0.1); } + padding: 2px; + border-top: 1px solid mix(#002b36,#fdf6e3,0.18); } actionbar > revealer > box:backdrop { - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); } + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); } /**************************** ! Search and Location bars * *****************************/ searchbar, .location-bar { - background-color: #e9d8ab; + background-color: #002a35; background-image: none; border-width: 0 0 1px; border-style: solid; - border-color: #dabc70; - color: #32302f; } + border-color: #00222b; + color: #fdf6e3; } /****************** ! Action buttons * *******************/ .suggested-action, headerbar.selection-mode button.suggested-action, .titlebar:not(headerbar).selection-mode button.suggested-action { - background-color: #c3a544; + background-color: #a3ff1a; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } .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: #525f61; } .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, @@ -1473,258 +1473,258 @@ searchbar, .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:checked:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .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 { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action, .titlebar:not(headerbar).selection-mode button.flat.suggested-action { - color: #ebdbb2; - border-color: rgba(195, 165, 68, 0); - background-color: rgba(195, 165, 68, 0); + color: #fdf6e3; + border-color: rgba(163, 255, 26, 0); + background-color: rgba(163, 255, 26, 0); background-image: none; box-shadow: none; } .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - background-color: #c6aa4e; + background-color: #a9ff28; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .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: #525f61; } .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 { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } .suggested-action:hover:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus { - background-color: #c6aa4e; + background-color: #a9ff28; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } .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: #525f61; } .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 { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } .suggested-action:focus:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:disabled, .suggested-action.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .suggested-action:focus:active:disabled, .suggested-action:focus:checked:disabled, .suggested-action.flat:focus:active:disabled, .suggested-action.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .suggested-action:focus:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover { - background-color: #c9af58; + background-color: #aeff36; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } .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: #525f61; } .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); } + border-color: rgba(243, 203, 93, 0.3); } .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active, .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, .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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } .suggested-action:checked:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, .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: #525f61; } .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, .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action:active:active:hover, .suggested-action:active:active:focus, .suggested-action:active:active:hover:focus, .suggested-action:active:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus, .suggested-action.flat:checked:active, .suggested-action.flat:checked:active:hover, .suggested-action.flat:checked:active:focus, .suggested-action.flat:checked:active:hover:focus, .suggested-action.flat:checked:checked, .suggested-action.flat:checked:checked:hover, .suggested-action.flat:checked:checked:focus, .suggested-action.flat:checked:checked:hover:focus, .suggested-action.flat:active:active, .suggested-action.flat:active:active:hover, .suggested-action.flat:active:active:focus, .suggested-action.flat:active:active:hover:focus, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } .suggested-action:checked:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .suggested-action:checked:active:disabled, .suggested-action:checked:checked:disabled, .suggested-action:active:active:disabled, .suggested-action:active:checked:disabled, .suggested-action.flat:checked:active:disabled, .suggested-action.flat:checked:checked:disabled, .suggested-action.flat:active:active:disabled, .suggested-action.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } .suggested-action:checked:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, .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 { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .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, .suggested-action.flat:focus, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus, .suggested-action.flat:hover, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - color: #ebdbb2; } + color: #fdf6e3; } .suggested-action:disabled:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled { - background-color: alpha(mix(#c3a544,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#a3ff1a,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#c3a544,#ebdbb2,0.5); + color: mix(#a3ff1a,#fdf6e3,0.5); box-shadow: none; } .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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action, .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator, .titlebar:not(headerbar).selection-mode button.suggested-action .separator { border: 1px solid currentColor; - color: rgba(195, 165, 68, 0.9); } + color: rgba(163, 255, 26, 0.9); } .suggested-action.separator:disabled, .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action .separator:disabled { - color: rgba(195, 165, 68, 0.85); } + color: rgba(163, 255, 26, 0.85); } .destructive-action { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } .destructive-action:focus, .destructive-action:hover { - border-color: #527065; } + border-color: #525f61; } .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); } + border-color: rgba(243, 203, 93, 0.22); } .destructive-action:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .destructive-action:active:disabled, .destructive-action:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } .destructive-action.flat { - color: #ebdbb2; - border-color: rgba(255, 39, 106, 0); - background-color: rgba(255, 39, 106, 0); + color: #fdf6e3; + border-color: rgba(225, 148, 64, 0); + background-color: rgba(225, 148, 64, 0); background-image: none; box-shadow: none; } .destructive-action:hover, .destructive-action.flat:hover { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } .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); } + border-color: rgba(243, 203, 93, 0.3); } .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .destructive-action:focus, .destructive-action.flat:focus { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } .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); } + border-color: rgba(243, 203, 93, 0.3); } .destructive-action:focus:disabled, .destructive-action.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .destructive-action:focus:active:disabled, .destructive-action:focus:checked:disabled, .destructive-action.flat:focus:active:disabled, .destructive-action.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .destructive-action:focus:hover, .destructive-action.flat:focus:hover { - background-color: #ff447e; + background-color: #e5a259; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } .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); } + border-color: rgba(243, 203, 93, 0.3); } .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } .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); } + border-color: rgba(243, 203, 93, 0.22); } .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { - color: #ebdbb2; } + color: #fdf6e3; } .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled { - background-color: alpha(mix(#ff276a,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#e19440,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff276a,#ebdbb2,0.5); + color: mix(#e19440,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .destructive-action.separator, .destructive-action .separator { border: 1px solid currentColor; - color: rgba(255, 39, 106, 0.9); } + color: rgba(225, 148, 64, 0.9); } .destructive-action.separator:disabled, .destructive-action .separator:disabled { - color: rgba(255, 39, 106, 0.85); } + color: rgba(225, 148, 64, 0.85); } /****************** ! Selection mode * *******************/ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: #64897b; - color: #ebdbb2; } + border-color: #67787a; + color: #fdf6e3; } 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: #525f61; } 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, @@ -1734,38 +1734,38 @@ 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: #5a696b; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - border-color: #6a9283; } + border-color: #6e7f81; } 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: #67787a; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - background-color: #72998a; + background-color: #748789; background-image: none; - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#fdf6e3,#839496,0.5); } headerbar.selection-mode .title, .titlebar:not(headerbar).selection-mode .title { font-weight: bold; - padding: 0 2px; } + padding: 0 4px; } headerbar.selection-mode .subtitle, .titlebar:not(headerbar).selection-mode .subtitle { font-size: smaller; - padding: 0 2px; } + padding: 0 4px; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } 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: #525f61; } 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, @@ -1775,35 +1775,35 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:checked:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:disabled, .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } 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); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, .titlebar:not(headerbar).selection-mode button:hover:focus, .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: #525f61; } 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, @@ -1821,31 +1821,31 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, .titlebar:not(headerbar).selection-mode button:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } headerbar.selection-mode button:focus:focus, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:focus, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:focus, .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: #525f61; } 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, @@ -1863,30 +1863,30 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:disabled, headerbar.selection-mode button.flat:focus:disabled, .titlebar:not(headerbar).selection-mode button:focus:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:active:disabled, headerbar.selection-mode button:focus:checked:disabled, headerbar.selection-mode button.flat:focus:active:disabled, headerbar.selection-mode button.flat:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #92a1a3; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, .titlebar:not(headerbar).selection-mode button:focus:hover:focus, .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: #525f61; } 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, @@ -1904,28 +1904,28 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, .titlebar:not(headerbar).selection-mode button:checked, .titlebar:not(headerbar).selection-mode button:active, .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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -1935,7 +1935,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: #525f61; } 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, @@ -1969,13 +1969,13 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, .titlebar:not(headerbar).selection-mode button:checked:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, @@ -1985,7 +1985,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -1996,49 +1996,49 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #ebdbb2; } + color: #fdf6e3; } 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(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, .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(131, 148, 150, 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(131, 148, 150, 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(10, 10, 9, 0.12); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(90, 67, 6, 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(10, 10, 9, 0.32); } + box-shadow: inset -1px 0 #525f61, 0 1px 2px -1px rgba(90, 67, 6, 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, @@ -2048,18 +2048,18 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode .linked > button:checked:hover, .titlebar:not(headerbar).selection-mode .linked > button:checked:focus, .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 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 #67787a; } 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 { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } headerbar.selection-mode .linked > button:last-child:hover, headerbar.selection-mode .linked > button:only-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } headerbar.selection-mode .linked > button:disabled:last-child, headerbar.selection-mode .linked > button:disabled:only-child, headerbar.selection-mode .linked > button:active:disabled:last-child, headerbar.selection-mode .linked > button:active:disabled:only-child, headerbar.selection-mode .linked > button:checked:disabled:last-child, headerbar.selection-mode .linked > button:checked:disabled:only-child, .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child, .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child, @@ -2077,7 +2077,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus, .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } headerbar.selection-mode .linked > button:active:only-child, headerbar.selection-mode .linked > button:active:only-child:focus, headerbar.selection-mode .linked > button:active:only-child:hover, headerbar.selection-mode .linked > button:active:only-child:hover:focus, headerbar.selection-mode .linked > button:checked:only-child, headerbar.selection-mode .linked > button:checked:only-child:focus, headerbar.selection-mode .linked > button:checked:only-child:hover, headerbar.selection-mode .linked > button:checked:only-child:hover:focus, .titlebar:not(headerbar).selection-mode .linked > button:active:only-child, .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus, @@ -2087,36 +2087,36 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus, .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } headerbar.selection-mode combobox, headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode combobox, .titlebar:not(headerbar).selection-mode button { - padding: 1px; } + padding: 2px; } headerbar.selection-mode combobox.text-button, headerbar.selection-mode button.text-button, .titlebar:not(headerbar).selection-mode combobox.text-button, .titlebar:not(headerbar).selection-mode button.text-button { - padding: 1px; } + padding: 2px; } headerbar.selection-mode combobox.image-button, headerbar.selection-mode button.image-button, .titlebar:not(headerbar).selection-mode combobox.image-button, .titlebar:not(headerbar).selection-mode button.image-button { - padding: 1px; } + padding: 2px; } 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: #4d5a5b; border-color: currentColor; -GtkWidget-window-dragging: true; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } 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: #525f61; } 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, @@ -2126,35 +2126,35 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:checked:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:disabled, .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } 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); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, .titlebar:not(headerbar).selection-mode button:hover:focus, .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: #525f61; } 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, @@ -2172,31 +2172,31 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, .titlebar:not(headerbar).selection-mode button:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } headerbar.selection-mode button:focus:focus, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:focus, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:focus, .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: #525f61; } 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, @@ -2214,30 +2214,30 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:disabled, headerbar.selection-mode button.flat:focus:disabled, .titlebar:not(headerbar).selection-mode button:focus:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:active:disabled, headerbar.selection-mode button:focus:checked:disabled, headerbar.selection-mode button.flat:focus:active:disabled, headerbar.selection-mode button.flat:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #92a1a3; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, .titlebar:not(headerbar).selection-mode button:focus:hover:focus, .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: #525f61; } 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, @@ -2255,28 +2255,28 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, .titlebar:not(headerbar).selection-mode button:checked, .titlebar:not(headerbar).selection-mode button:active, .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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -2286,7 +2286,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: #525f61; } 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, @@ -2320,13 +2320,13 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, .titlebar:not(headerbar).selection-mode button:checked:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, @@ -2336,7 +2336,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -2347,50 +2347,50 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #ebdbb2; } + color: #fdf6e3; } 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(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, .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(131, 148, 150, 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(131, 148, 150, 0.85); } headerbar.selection-mode:backdrop, .titlebar:not(headerbar).selection-mode:backdrop { - background-color: #83a598; + background-color: #839496; 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: #67787a; background-color: transparent; background-image: none; box-shadow: none; @@ -2398,21 +2398,21 @@ 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: #5a696b; } 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: #617072; } 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 { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - color: rgba(235, 219, 178, 0.5); + color: rgba(253, 246, 227, 0.5); -gtk-icon-shadow: none; } headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label, .selection-menu headerbar.selection-mode label.separator, .titlebar:not(headerbar).selection-mode .dim-label, .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: #5a696b; } /********** ! Calendar @@ -2420,34 +2420,34 @@ headerbar.selection-mode, calendar { padding: 1px 3px; outline-offset: -1px; - color: #32302f; } + color: #fdf6e3; } calendar:selected { border-radius: 3px; } calendar.header { - border-bottom: 1px solid rgba(20, 19, 19, 0.1); + border-bottom: 1px solid rgba(179, 134, 13, 0.1); border-radius: 0; } calendar.header:backdrop { - border-color: rgba(20, 19, 19, 0.1); } + border-color: rgba(179, 134, 13, 0.1); } calendar.button { - color: rgba(50, 48, 47, 0.55); } + color: rgba(253, 246, 227, 0.55); } calendar.button:hover { - color: #32302f; } + color: #fdf6e3; } calendar.button:backdrop { - color: alpha(mix(#32302f,#ebdbb2,0.5),0.55); } + color: alpha(mix(#fdf6e3,#002b36,0.5),0.55); } calendar.button:disabled { - color: alpha(mix(#32302f,#ebdbb2,0.5),0.55); } + color: alpha(mix(#fdf6e3,#002b36,0.5),0.55); } calendar:indeterminate, calendar:indeterminate:backdrop { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } calendar.highlight, calendar.highlight:backdrop { font-size: smaller; - color: mix(#83a598,#32302f,0.5); } + color: mix(#839496,#fdf6e3,0.5); } calendar:backdrop { - color: mix(#ebdbb2,#32302f,0.8); } + color: mix(#002b36,#fdf6e3,0.8); } /* gnome-calendar */ .calendar-view { - background-color: #ebdbb2; - color: #32302f; } + background-color: #002b36; + color: #fdf6e3; } /*************** ! Color chooser @@ -2484,56 +2484,56 @@ colorswatch.right, colorswatch:last-child:not(.bottom) { border-bottom-right-radius: 3px; } colorswatch.dark overlay { - color: #ebdbb2; } + color: #fdf6e3; } colorswatch.dark overlay:hover { - border-color: mix(#ebdbb2,#32302f,0.1); } + border-color: mix(#002b36,#fdf6e3,0.18); } colorswatch.dark overlay:backdrop { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#839496,#fdf6e3,0.66); } colorswatch.light overlay { - color: #32302f; } + color: #fdf6e3; } colorswatch.light overlay:hover { - border-color: mix(#ebdbb2,#32302f,0.1); } + border-color: mix(#002b36,#fdf6e3,0.18); } colorswatch.light overlay:backdrop { - color: mix(#ebdbb2,#32302f,0.8); } + color: mix(#002b36,#fdf6e3,0.8); } colorswatch:drop(active) { box-shadow: none; } colorswatch:drop(active).light overlay { - border-color: #83a598; - box-shadow: inset 0 0 0 2px mix(#ebdbb2,#32302f,0.1), inset 0 0 0 1px #83a598; } + border-color: #839496; + box-shadow: inset 0 0 0 2px mix(#002b36,#fdf6e3,0.18), inset 0 0 0 1px #839496; } colorswatch:drop(active).dark overlay { - border-color: #83a598; - box-shadow: inset 0 0 0 2px mix(#ebdbb2,#32302f,0.1), inset 0 0 0 1px #83a598; } + border-color: #839496; + box-shadow: inset 0 0 0 2px mix(#002b36,#fdf6e3,0.18), inset 0 0 0 1px #839496; } colorswatch overlay { - border: 1px solid mix(#ebdbb2,#32302f,0.1); } + border: 1px solid mix(#002b36,#fdf6e3,0.18); } colorswatch overlay:hover { - box-shadow: inset 0 1px rgba(236, 220, 180, 0.4), inset 0 -1px rgba(20, 19, 19, 0.2); } + box-shadow: inset 0 1px rgba(0, 45, 57, 0.4), inset 0 -1px rgba(179, 134, 13, 0.2); } colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { - border-color: mix(#ebdbb2,#32302f,0.1); + border-color: mix(#002b36,#fdf6e3,0.18); box-shadow: none; } colorswatch:disabled { opacity: .5; } colorswatch:disabled overlay { - border-color: rgba(20, 19, 19, 0.6); + border-color: rgba(179, 134, 13, 0.6); box-shadow: none; } row:selected colorswatch { - box-shadow: 0 0 0 2px #ebdbb2; } + box-shadow: 0 0 0 2px #fdf6e3; } colorswatch#add-color-button { border-radius: 3px 3px 0 0; } colorswatch#add-color-button:only-child { border-radius: 3px; } colorswatch#add-color-button overlay { - background-color: #e7d3a2; - color: #32302f; } + background-color: #002933; + color: #fdf6e3; } colorswatch#add-color-button overlay:hover { - background-color: #e2cc91; } + background-color: #002731; } colorswatch#add-color-button overlay:backdrop { - background-color: #e7d3a2; } + background-color: #002933; } colorswatch#editor-color-sample { border-radius: 3px; } @@ -2541,7 +2541,7 @@ colorswatch#editor-color-sample { border-radius: 3.5px; } button.color { - padding: 1px; } + padding: 2px; } button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 3px; } button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { @@ -2553,11 +2553,11 @@ button.color { filechooser { /* for fallback when header bar not used */ } filechooser .dialog-action-box { - border-top: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-top: 1px solid mix(#002b36,#fdf6e3,0.18); } filechooser .dialog-action-box:backdrop { - border-top-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); } + border-top-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); } filechooser #pathbarbox { - border-bottom: 1px solid #ebdbb2; } + border-bottom: 1px solid #002b36; } filechooserbutton:drop(active) { box-shadow: none; @@ -2567,14 +2567,14 @@ filechooserbutton:drop(active) { ! Grid and flowbox *******************/ list { - color: #32302f; - background-color: #ebdbb2; - border-color: mix(#ebdbb2,#32302f,0.1); } + color: #fdf6e3; + background-color: #002b36; + border-color: mix(#002b36,#fdf6e3,0.18); } list:backdrop { - background-color: #ebdbb2; - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); } + background-color: #002b36; + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); } list row { - padding: 1px; } + padding: 2px; } row { transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } @@ -2583,20 +2583,20 @@ row { row:backdrop { transition: 200ms ease-out; } row.activatable.has-open-popup, row.activatable:hover { - background-color: rgba(50, 48, 47, 0.05); } + background-color: rgba(253, 246, 227, 0.05); } row.activatable:active { - box-shadow: inset 0 2px 2px -2px rgba(20, 19, 19, 0.2); } + box-shadow: inset 0 2px 2px -2px rgba(179, 134, 13, 0.2); } row.activatable:backdrop:hover { background-color: transparent; } row.activatable:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(20, 19, 19, 0.5); } + box-shadow: inset 0 2px 3px -1px rgba(179, 134, 13, 0.5); } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: mix(#83a598,#32302f,0.1); } + background-color: mix(#839496,#fdf6e3,0.1); } row.activatable:selected:backdrop { - background-color: #83a598; } + background-color: #839496; } flowbox flowboxchild { - padding: 1px; + padding: 2px; border-radius: 3px; } flowbox flowboxchild:selected { outline-offset: -2px; } @@ -2613,433 +2613,433 @@ flowbox flowboxchild { infobar { border: 0; } infobar.info, infobar.info:backdrop { - background-color: #a327c0; + background-color: #839496; background-image: none; - border: 1px solid #821f9a; + border: 1px solid #67787a; caret-color: currentColor; } infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.info button { - background-color: #a327c0; + background-color: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } infobar.info button:focus, infobar.info button:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.info button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.info button:active:disabled, infobar.info button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.info button.flat { - color: #32302f; - border-color: rgba(163, 39, 192, 0); - background-color: rgba(163, 39, 192, 0); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 0); background-image: none; box-shadow: none; } infobar.info button:hover, infobar.info button.flat:hover { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.info button:focus, infobar.info button.flat:focus { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.info button:focus:disabled, infobar.info button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.info button:focus:active:disabled, infobar.info button:focus:checked:disabled, infobar.info button.flat:focus:active:disabled, infobar.info button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.info button:focus:hover, infobar.info button.flat:focus:hover { - background-color: #b32bd3; + background-color: #92a1a3; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.info button:checked:active:disabled, infobar.info button:checked:checked:disabled, infobar.info button:active:active:disabled, infobar.info button:active:checked:disabled, infobar.info button.flat:checked:active:disabled, infobar.info button.flat:checked:checked:disabled, infobar.info button.flat:active:active:disabled, infobar.info button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled { - background-color: alpha(mix(#a327c0,#32302f,0.2),0.4); + background-color: alpha(mix(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#a327c0,#32302f,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.info button.separator, infobar.info button .separator { border: 1px solid currentColor; - color: rgba(163, 39, 192, 0.9); } + color: rgba(131, 148, 150, 0.9); } infobar.info button.separator:disabled, infobar.info button .separator:disabled { - color: rgba(163, 39, 192, 0.85); } + color: rgba(131, 148, 150, 0.85); } infobar.warning, infobar.warning:backdrop { - background-color: #ff7f42; + background-color: #e1ec18; background-image: none; - border: 1px solid #ff5402; + border: 1px solid #b7c010; caret-color: currentColor; } infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.warning button { - background-color: #ff7f42; + background-color: #e1ec18; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } infobar.warning button:focus, infobar.warning button:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.warning button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.warning button:active:disabled, infobar.warning button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.warning button.flat { - color: #32302f; - border-color: rgba(255, 127, 66, 0); - background-color: rgba(255, 127, 66, 0); + color: #fdf6e3; + border-color: rgba(225, 236, 24, 0); + background-color: rgba(225, 236, 24, 0); background-image: none; box-shadow: none; } infobar.warning button:hover, infobar.warning button.flat:hover { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.warning button:focus, infobar.warning button.flat:focus { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.warning button:focus:disabled, infobar.warning button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.warning button:focus:active:disabled, infobar.warning button:focus:checked:disabled, infobar.warning button.flat:focus:active:disabled, infobar.warning button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover { - background-color: #ff9562; + background-color: #e4ee30; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.warning button:checked:active:disabled, infobar.warning button:checked:checked:disabled, infobar.warning button:active:active:disabled, infobar.warning button:active:checked:disabled, infobar.warning button.flat:checked:active:disabled, infobar.warning button.flat:checked:checked:disabled, infobar.warning button.flat:active:active:disabled, infobar.warning button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled { - background-color: alpha(mix(#ff7f42,#32302f,0.2),0.4); + background-color: alpha(mix(#e1ec18,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff7f42,#32302f,0.5); + color: mix(#e1ec18,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.warning button.separator, infobar.warning button .separator { border: 1px solid currentColor; - color: rgba(255, 127, 66, 0.9); } + color: rgba(225, 236, 24, 0.9); } infobar.warning button.separator:disabled, infobar.warning button .separator:disabled { - color: rgba(255, 127, 66, 0.85); } + color: rgba(225, 236, 24, 0.85); } infobar.question, infobar.question:backdrop { - background-color: #a327c0; + background-color: #839496; background-image: none; - border: 1px solid #821f9a; + border: 1px solid #67787a; caret-color: currentColor; } infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.question button { - background-color: #a327c0; + background-color: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } infobar.question button:focus, infobar.question button:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.question button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.question button:active:disabled, infobar.question button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.question button.flat { - color: #32302f; - border-color: rgba(163, 39, 192, 0); - background-color: rgba(163, 39, 192, 0); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 0); background-image: none; box-shadow: none; } infobar.question button:hover, infobar.question button.flat:hover { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.question button:focus, infobar.question button.flat:focus { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.question button:focus:disabled, infobar.question button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.question button:focus:active:disabled, infobar.question button:focus:checked:disabled, infobar.question button.flat:focus:active:disabled, infobar.question button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.question button:focus:hover, infobar.question button.flat:focus:hover { - background-color: #b32bd3; + background-color: #92a1a3; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.question button:checked:active:disabled, infobar.question button:checked:checked:disabled, infobar.question button:active:active:disabled, infobar.question button:active:checked:disabled, infobar.question button.flat:checked:active:disabled, infobar.question button.flat:checked:checked:disabled, infobar.question button.flat:active:active:disabled, infobar.question button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled { - background-color: alpha(mix(#a327c0,#32302f,0.2),0.4); + background-color: alpha(mix(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#a327c0,#32302f,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.question button.separator, infobar.question button .separator { border: 1px solid currentColor; - color: rgba(163, 39, 192, 0.9); } + color: rgba(131, 148, 150, 0.9); } infobar.question button.separator:disabled, infobar.question button .separator:disabled { - color: rgba(163, 39, 192, 0.85); } + color: rgba(131, 148, 150, 0.85); } infobar.error, infobar.error:backdrop { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border: 1px solid #eb0049; + border: 1px solid #c8771f; caret-color: currentColor; } infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.error button { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } infobar.error button:focus, infobar.error button:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.error button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.error button:active:disabled, infobar.error button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.error button.flat { - color: #32302f; - border-color: rgba(255, 39, 106, 0); - background-color: rgba(255, 39, 106, 0); + color: #fdf6e3; + border-color: rgba(225, 148, 64, 0); + background-color: rgba(225, 148, 64, 0); background-image: none; box-shadow: none; } infobar.error button:hover, infobar.error button.flat:hover { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.error button:focus, infobar.error button.flat:focus { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.error button:focus:disabled, infobar.error button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.error button:focus:active:disabled, infobar.error button:focus:checked:disabled, infobar.error button.flat:focus:active:disabled, infobar.error button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.error button:focus:hover, infobar.error button.flat:focus:hover { - background-color: #ff447e; + background-color: #e5a259; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.error button:checked:active:disabled, infobar.error button:checked:checked:disabled, infobar.error button:active:active:disabled, infobar.error button:active:checked:disabled, infobar.error button.flat:checked:active:disabled, infobar.error button.flat:checked:checked:disabled, infobar.error button.flat:active:active:disabled, infobar.error button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled { - background-color: alpha(mix(#ff276a,#32302f,0.2),0.4); + background-color: alpha(mix(#e19440,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff276a,#32302f,0.5); + color: mix(#e19440,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.error button.separator, infobar.error button .separator { border: 1px solid currentColor; - color: rgba(255, 39, 106, 0.9); } + color: rgba(225, 148, 64, 0.9); } infobar.error button.separator:disabled, infobar.error button .separator:disabled { - color: rgba(255, 39, 106, 0.85); } + color: rgba(225, 148, 64, 0.85); } /********* ! Entry * @@ -3108,7 +3108,7 @@ entry, menuitem entry, popover.background entry, .osd entry, border-style: solid; border-radius: 3px; transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.1), inset 0 1px rgba(10, 10, 9, 0.12), inset -1px 0 rgba(10, 10, 9, 0.1), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.1), inset 0 1px rgba(90, 67, 6, 0.12), inset -1px 0 rgba(90, 67, 6, 0.1), inset 0 -1px rgba(90, 67, 6, 0.05); } entry:focus, popover.background entry:focus, #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, @@ -3117,69 +3117,69 @@ 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } 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: #839496; background-image: none; border-width: 0; border-radius: 3px; - color: #ebdbb2; } + color: #fdf6e3; } entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 1px; } + padding-right: 2px; } entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 1px; } + padding-left: 2px; } entry.warning, popover.background entry.warning, #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #32302f; - border-color: #ff5402; - background-color: mix(#ebdbb2,#ff7f42,0.6); } + color: #fdf6e3; + border-color: #b7c010; + background-color: mix(#002b36,#e1ec18,0.6); } entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #32302f; } + color: #fdf6e3; } entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #32302f; - border-color: #527065; - background-color: #ff7f42; + color: #fdf6e3; + border-color: #525f61; + background-color: #e1ec18; box-shadow: none; } entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #32302f; - color: #ff7f42; } + background-color: #fdf6e3; + color: #e1ec18; } entry.error, popover.background entry.error, #XfceNotifyWindow entry.error, #login_window entry.error { - color: #32302f; - border-color: #eb0049; - background-color: mix(#ebdbb2,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#002b36,#e19440,0.6); } entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #32302f; } + color: #fdf6e3; } entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #32302f; - border-color: #527065; - background-color: #ff276a; + color: #fdf6e3; + border-color: #525f61; + background-color: #e19440; box-shadow: none; } entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } entry.search-missing, popover.background entry.search-missing, #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #32302f; - border-color: #eb0049; - background-color: mix(#ebdbb2,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#002b36,#e19440,0.6); } entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #32302f; } + color: #fdf6e3; } entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #32302f; - border-color: #527065; - background-color: #ff276a; + color: #fdf6e3; + border-color: #525f61; + background-color: #e19440; box-shadow: none; } entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } /********* ! Menubar @@ -3188,23 +3188,23 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0; border: 0; - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; } + color: #002b36; } menubar > menuitem, .menubar > menuitem { min-height: 16px; - padding: 1.5px 2.5px; + padding: 3px 5px; border: 1px solid transparent; background-color: transparent; background-image: none; - color: #d5c4a1; } + color: #002b36; } menubar > menuitem:hover, .menubar > menuitem:hover { - border-color: mix(#282828,#d5c4a1,0.21); - background-color: mix(#282828,#d5c4a1,0.21); + border-color: mix(#eee8d5,#002b36,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - color: #ded1b6; } + color: #002e3a; } menubar > menuitem *:hover, .menubar > menuitem *:hover { - color: #ded1b6; } + color: #002e3a; } /****** ! Menu @@ -3214,9 +3214,9 @@ menu, .context-menu { border: 0; border-radius: 0; - padding: 1px; - background-color: #282828; - color: #d5c4a1; } + padding: 2px; + background-color: #eee8d5; + color: #002b36; } .csd menu, .csd .menu, .csd .context-menu { @@ -3224,7 +3224,7 @@ menu, menu:selected, .menu:selected, .context-menu:selected { - background-color: #83a598; } + background-color: #839496; } menu separator, .csd menu separator, .menu separator, @@ -3233,8 +3233,8 @@ menu, .context-menu separator, .csd .context-menu separator { - background-color: #242424; - margin: -1px 0; } + background-color: #e1d6b5; + margin: 0px 0; } menu .separator, .csd menu .separator, .menu .separator, @@ -3243,13 +3243,13 @@ menu, .context-menu .separator, .csd .context-menu .separator { - color: #242424; } + color: #e1d6b5; } menu menuitem, .menu menuitem, .context-menu menuitem { min-height: 16px; min-width: 40px; - padding: 1px; + padding: 2px; border-radius: 0; } menu menuitem:active, menu menuitem:hover, .menu menuitem:active, @@ -3257,21 +3257,21 @@ menu, .context-menu menuitem:active, .context-menu menuitem:hover { border: 0; - background-color: #83a598; + background-color: #839496; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } menu menuitem *:active, menu menuitem *:hover, .menu menuitem *:active, .menu menuitem *:hover, .context-menu menuitem *:active, .context-menu menuitem *:hover { - color: #ebdbb2; } + color: #fdf6e3; } menu menuitem:disabled, menu menuitem *:disabled, .menu menuitem:disabled, .menu menuitem *:disabled, .context-menu menuitem:disabled, .context-menu menuitem *:disabled { - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } menu menuitem arrow, .menu menuitem arrow, .context-menu menuitem arrow { @@ -3331,35 +3331,35 @@ menu, .context-menu menuitem.button.flat:active:hover, .context-menu menuitem.button.flat:selected { background-image: none; - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } menu menuitem calendar, .menu menuitem calendar, .context-menu menuitem calendar { - color: #d5c4a1; } + color: #002b36; } menu menuitem calendar.header, .menu menuitem calendar.header, .context-menu menuitem calendar.header { - border-bottom: 1px solid #242424; + border-bottom: 1px solid #e1d6b5; border-radius: 0; } menu menuitem calendar.header:backdrop, .menu menuitem calendar.header:backdrop, .context-menu menuitem calendar.header:backdrop { - border-color: #242424; } + border-color: #e1d6b5; } menu menuitem calendar.button, .menu menuitem calendar.button, .context-menu menuitem calendar.button { - color: rgba(213, 196, 161, 0.55); } + color: rgba(0, 43, 54, 0.55); } menu menuitem calendar.button:hover, .menu menuitem calendar.button:hover, .context-menu menuitem calendar.button:hover { - color: #d5c4a1; } + color: #002b36; } menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop, .menu menuitem calendar:indeterminate, .menu menuitem calendar:indeterminate:backdrop, .context-menu menuitem calendar:indeterminate, .context-menu menuitem calendar:indeterminate:backdrop { - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), .menu menuitem label:dir(rtl), .menu menuitem label:dir(ltr), @@ -3371,29 +3371,29 @@ menu, .context-menu > arrow { min-height: 16px; min-width: 16px; - padding: 1px; - background-color: #282828; + padding: 2px; + background-color: #eee8d5; border-radius: 0; } menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid mix(#32302f,#ebdbb2,0.1); + border-bottom: 1px solid mix(#fdf6e3,#002b36,0.1); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid mix(#32302f,#ebdbb2,0.1); + border-top: 1px solid mix(#fdf6e3,#002b36,0.1); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { - background-color: mix(#32302f,#ebdbb2,0.1); } + background-color: mix(#fdf6e3,#002b36,0.1); } menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { - background-color: mix(#ebdbb2,#ebdbb2,0.2); } + background-color: mix(#002b36,#002b36,0.2); } menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { @@ -3408,11 +3408,11 @@ menu, font-family: monospace; } menuitem accelerator { - color: rgba(213, 196, 161, 0.6); } + color: rgba(0, 43, 54, 0.6); } menuitem accelerator:hover { - color: rgba(235, 219, 178, 0.8); } + color: rgba(253, 246, 227, 0.8); } menuitem accelerator:disabled { - color: alpha(mix(#d5c4a1,#282828,0.5),0.4); } + color: alpha(mix(#002b36,#eee8d5,0.5),0.4); } menuitem check, menuitem radio { min-height: 16px; @@ -3423,261 +3423,261 @@ menuitem check, menuitem radio { margin-left: 7px; } menuitem window decoration { - box-shadow: 0 2px 3px rgba(20, 19, 19, 0.2); } + box-shadow: 0 2px 3px rgba(179, 134, 13, 0.2); } menuitem entry { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); - padding: 1px; - color: #d5c4a1; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } menuitem entry:focus, menuitem entry:hover { - border-color: #527065; } + border-color: #525f61; } 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(#282828,#d5c4a1,0.2),0.7); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.7); } menuitem entry:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.85); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.85); } menuitem entry:active:disabled, menuitem entry:checked:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); } menuitem entry:focus, menuitem entry:active { - border-color: #527065; } + border-color: #525f61; } menuitem entry:disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } menuitem entry:disabled:focus, menuitem entry:disabled:hover { - border-color: #527065; } + border-color: #525f61; } 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(#282828,#d5c4a1,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.7); } menuitem entry:disabled:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.85); } menuitem entry:disabled:active:disabled, menuitem entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); } /********* ! Popover **********/ popover.background { - padding: -2px; + padding: -1px; border-radius: 3px; background-clip: border-box; - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; - box-shadow: 0 3px 6px rgba(20, 19, 19, 0.16); } + color: #002b36; + box-shadow: 0 3px 6px rgba(179, 134, 13, 0.16); } .csd popover.background, popover.background { /*@include border($menu_bg_color);*/ - border-color: rgba(190, 164, 109, 0.5); + border-color: rgba(0, 34, 43, 0.5); 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: #525f61; } .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(178, 147, 83, 0.5); } + border-color: rgba(0, 30, 38, 0.5); } .csd popover.background:disabled, popover.background:disabled { - border-color: rgba(196, 172, 122, 0.5); } + border-color: rgba(0, 37, 46, 0.5); } .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled { - border-color: rgba(190, 164, 109, 0.5); } + border-color: rgba(0, 34, 43, 0.5); } 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: #839496; } popover.background treeview.view, popover.background treeview.view:backdrop { - border-top-color: #303030; } + border-top-color: white; } popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { background-image: none; - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } 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: #343434; + background-color: white; background-image: none; - color: #d5c4a1; - border-color: #202020; } + color: #002b36; + border-color: #d4c595; } popover.background list row, popover.background list row .button { background-color: transparent; background-image: none; - color: #d5c4a1; } + color: #002b36; } 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } popover.background .frame { - border-color: #202020; + border-color: #d4c595; border-radius: 3px; } popover.background entry { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: shade(mix(#ebdbb2,#32302f,0.2),0.8); - padding: 1px; - color: #32302f; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.8); + padding: 2px; + color: #fdf6e3; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } popover.background entry:focus, popover.background entry:hover { - border-color: #527065; } + border-color: #525f61; } 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,#32302f,0.2),0.7); } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.7); } popover.background entry:disabled { - border-color: shade(mix(#ebdbb2,#32302f,0.2),0.85); } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.85); } popover.background entry:active:disabled, popover.background entry:checked:disabled { - border-color: shade(mix(#ebdbb2,#32302f,0.2),0.8); } + border-color: shade(mix(#002b36,#fdf6e3,0.2),0.8); } popover.background entry:focus, popover.background entry:active { - border-color: #527065; } + border-color: #525f61; } popover.background entry:disabled { - background-color: #e2cc91; + background-color: #002731; background-image: none; - border-color: shade(alpha(mix(#ebdbb2,#32302f,0.2),0.4),0.8); + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } popover.background entry:disabled:focus, popover.background entry:disabled:hover { - border-color: #527065; } + border-color: #525f61; } 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,#32302f,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.7); } popover.background entry:disabled:disabled { - border-color: shade(alpha(mix(#ebdbb2,#32302f,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.85); } popover.background entry:disabled:active:disabled, popover.background entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#ebdbb2,#32302f,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#002b36,#fdf6e3,0.2),0.4),0.8); } popover.background button { - background-color: #32302f; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(6, 43, 53, 0.32); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } popover.background button:focus, popover.background button:hover { - border-color: #527065; } + border-color: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } popover.background button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } popover.background button:active:disabled, popover.background button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } popover.background button.flat { - color: #d5c4a1; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #073642; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } popover.background button:hover, popover.background button.flat:hover { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } popover.background button:hover:disabled, popover.background button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } popover.background button:focus, popover.background button.flat:focus { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } popover.background button:focus:disabled, popover.background button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } popover.background button:focus:active:disabled, popover.background button:focus:checked:disabled, popover.background button.flat:focus:active:disabled, popover.background button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } popover.background button:focus:hover, popover.background button.flat:focus:hover { - background-color: #373534; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(6, 43, 53, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(6, 43, 53, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(7, 54, 66, 0.06), inset 0 1px rgba(7, 54, 66, 0.07), inset -1px 0 rgba(7, 54, 66, 0.06), inset 0 -1px rgba(7, 54, 66, 0.05); } popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } popover.background button:checked:active:disabled, popover.background button:checked:checked:disabled, popover.background button:active:active:disabled, popover.background button:active:checked:disabled, popover.background button.flat:checked:active:disabled, popover.background button.flat:checked:checked:disabled, popover.background button.flat:active:active:disabled, popover.background button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { - color: #d5c4a1; } + color: #073642; } popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#073642,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#d5c4a1,0.5); + color: mix(#eee8d5,#073642,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } popover.background button.separator, popover.background button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(238, 232, 213, 0.9); } popover.background button.separator:disabled, popover.background button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(238, 232, 213, 0.85); } popover.background .linked > button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(90, 67, 6, 0.12); } popover.background .linked > button:focus, popover.background .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + box-shadow: inset -1px 0 #525f61, 0 1px 2px -1px rgba(90, 67, 6, 0.32); } popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 0.05); } popover.background .linked > button:disabled { - box-shadow: inset -1px 0 #282626; } + box-shadow: inset -1px 0 #d4c595; } popover.background .linked > button:last-child, popover.background .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child { box-shadow: none; } popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { border-style: none; background-color: transparent; } modelbutton.flat, menuitem.button.flat { - padding: 1px 3px; + padding: 2px 4px; outline-color: transparent; transition: none; } modelbutton.flat:hover, menuitem.button.flat:hover { - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } modelbutton.flat:checked, menuitem.button.flat:checked { - color: #32302f; } + color: #fdf6e3; } modelbutton.flat arrow.left, menuitem.button.flat arrow.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } @@ -3708,11 +3708,11 @@ menuitem.button.flat { .tooltip.background, .tooltip.background.csd, tooltip.background, tooltip.background.csd { - background-color: #32302f; + background-color: #fdf6e3; background-clip: padding-box; - border: 1px solid #282626; + border: 1px solid #f7d989; border-radius: 3px; - color: #ebdbb2; } + color: #002b36; } .tooltip *, tooltip * { @@ -3725,136 +3725,136 @@ tooltip * { messagedialog, .message-dialog, .prompt { -GtkDialog-content-area-border: 0; -GtkDialog-action-area-border: 0; - -GtkDialog-button-spacing: 1px; + -GtkDialog-button-spacing: 2px; margin: 0; padding: 0; } messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box { - margin: 2px; } + margin: 4px; } printdialog paper { - color: #32302f; - border: 1px solid mix(#ebdbb2,#32302f,0.1); - background: #ecdcb4; + color: #fdf6e3; + border: 1px solid mix(#002b36,#fdf6e3,0.18); + background: #002d39; padding: 0; } printdialog paper:backdrop { - color: mix(#32302f,#ebdbb2,0.5); - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); } + color: mix(#fdf6e3,#002b36,0.5); + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); } printdialog .dialog-action-box { - margin: 2px; } + margin: 4px; } /********************* ! App notifications * **********************/ frame.app-notification { border-style: solid; - border-color: rgba(32, 32, 32, 0.8); + border-color: rgba(212, 197, 149, 0.8); border-width: 0 1px 1px; border-radius: 0 0 3px 3px; - padding: 2px; - background-color: rgba(40, 40, 40, 0.8); + padding: 4px; + background-color: rgba(238, 232, 213, 0.8); background-image: none; - color: #d5c4a1; } + color: #002b36; } frame.app-notification button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } frame.app-notification button:focus, frame.app-notification button:hover { - border-color: #527065; } + border-color: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } frame.app-notification button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } frame.app-notification button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } frame.app-notification button:hover, frame.app-notification button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } frame.app-notification button:focus, frame.app-notification button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } frame.app-notification button:focus:disabled, frame.app-notification button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } frame.app-notification button:focus:active:disabled, frame.app-notification button:focus:checked:disabled, frame.app-notification button.flat:focus:active:disabled, frame.app-notification button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } 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: #525f61; } 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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } frame.app-notification button:checked:active:disabled, frame.app-notification button:checked:checked:disabled, frame.app-notification button:active:active:disabled, frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:checked:active:disabled, frame.app-notification button.flat:checked:checked:disabled, frame.app-notification button.flat:active:active:disabled, frame.app-notification button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { - color: #d5c4a1; } + color: #002b36; } frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } frame.app-notification button.separator, frame.app-notification button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } frame.app-notification border { border: 0; } @@ -3880,17 +3880,17 @@ expander arrow { .image:hover { color: alpha(currentColor,0.9); } .image:selected, .image:selected:hover { - color: #ebdbb2; } + color: #fdf6e3; } /**************** ! Floating bar * *****************/ .floating-bar { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border: 1px solid #dabc70; + border: 1px solid #00222b; border-radius: 3px; - color: #32302f; } + color: #fdf6e3; } .floating-bar.top { border-top-width: 0; border-top-right-radius: 0; @@ -3919,7 +3919,7 @@ GtkBubbleWindow { border-radius: 3px; background-clip: border-box; } GtkBubbleWindow.osd.background { - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } GtkBubbleWindow .toolbar { background-color: transparent; } @@ -3927,21 +3927,21 @@ GtkBubbleWindow { ! Font-viewer * ****************/ SushiFontWidget { - padding: 1px 2px; } + padding: 2px 4px; } /************* ! Gucharmap * **************/ GucharmapChartable { - background-color: #ebdbb2; - color: #32302f; } + background-color: #002b36; + color: #fdf6e3; } /************* ! Evolution * **************/ EPreviewPane .entry { - background-color: #ebdbb2; - color: #32302f; } + background-color: #002b36; + color: #fdf6e3; } /******************* ! Gnome Bluetooth * @@ -3949,8 +3949,8 @@ EPreviewPane .entry { entry.entry.pin-entry { font-style: normal; font-size: 50px; - padding-left: 5px; - padding-right: 5px; } + padding-left: 10px; + padding-right: 10px; } label.pin-label { font-style: normal; @@ -3963,19 +3963,19 @@ label.pin-label { min-width: 20px; min-height: 24px; margin-top: 2px; - padding-bottom: 0.5px; - padding-left: 1px; - padding-right: 1px; - color: #32302f; - background-color: #ebdbb2; + padding-bottom: 1px; + padding-left: 2px; + padding-right: 2px; + color: #fdf6e3; + background-color: #002b36; border: 1px solid; - border-color: mix(#ebdbb2,#32302f,0.1); + border-color: mix(#002b36,#fdf6e3,0.18); border-radius: 3px; - box-shadow: inset 0 -3px mix(mix(#ebdbb2,#32302f,0.1),#ebdbb2,0.6); + box-shadow: inset 0 -3px mix(mix(#002b36,#fdf6e3,0.18),#002b36,0.6); font-size: smaller; } .keycap:backdrop { - background-color: #ebdbb2; - color: mix(#32302f,#ebdbb2,0.5); + background-color: #002b36; + color: mix(#fdf6e3,#002b36,0.5); transition: 200ms ease-out; } /***************** @@ -4001,7 +4001,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, .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: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 { - background-color: #83a598; } + background-color: #839496; } 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, menuitem.button.flat:active arrow, @@ -4011,7 +4011,7 @@ textview text selection, treeview.view:selected:focus, treeview.view: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, .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: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 { - color: #ebdbb2; } + color: #fdf6e3; } row:selected label:disabled, label:disabled:selected, label:disabled selection, entry selection:disabled, #XfceNotifyWindow entry selection:disabled, #login_window entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, @@ -4020,7 +4020,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, .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, .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 { - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#fdf6e3,#839496,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, menuitem.button.flat:active arrow:backdrop, @@ -4029,8 +4029,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, .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: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 { - background-color: #83a598; - color: mix(#83a598,#ebdbb2,0.66); } + background-color: #839496; + color: mix(#839496,#fdf6e3,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, menuitem.button.flat:active arrow:backdrop:disabled, @@ -4038,7 +4038,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, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview: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 { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#839496,#fdf6e3,0.66),#839496,0.3); } /********* ! Buttons @@ -4052,7 +4052,7 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . notebook { padding: 0; } notebook.frame { - border: 1px solid mix(#ebdbb2,#32302f,0.1); } + border: 1px solid mix(#002b36,#fdf6e3,0.18); } notebook.frame > header { margin: -1px; } notebook.frame > header.top { @@ -4070,18 +4070,18 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #ebdbb2; } + background-color: #002b36; } notebook > header { - padding: 1px; - background-color: #ebdbb2; } + padding: 2px; + background-color: #002b36; } notebook > header.top { - box-shadow: inset 0 -1px mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset 0 -1px mix(#002b36,#fdf6e3,0.18); } notebook > header.bottom { - box-shadow: inset 0 1px mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset 0 1px mix(#002b36,#fdf6e3,0.18); } notebook > header.right { - box-shadow: inset 1px 0 mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset 1px 0 mix(#002b36,#fdf6e3,0.18); } notebook > header.left { - box-shadow: inset -1px 0 mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset -1px 0 mix(#002b36,#fdf6e3,0.18); } notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { @@ -4099,55 +4099,55 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } notebook > header > tabs > arrow:hover { - color: mix(#32302f,mix(#32302f,#ebdbb2,0.5),0.5); } + color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.5),0.5); } notebook > header > tabs > arrow:active { - color: #32302f; } + color: #fdf6e3; } notebook > header > tabs > arrow:disabled { - color: alpha(mix(#32302f,#ebdbb2,0.5),0.3); } + color: alpha(mix(#fdf6e3,#002b36,0.5),0.3); } notebook > header > tabs > tab { - background-color: alpha(mix(#ebdbb2,#32302f,0.1),0.7); + background-color: alpha(mix(#002b36,#fdf6e3,0.1),0.7); background-image: none; - border-color: mix(mix(#ebdbb2,#32302f,0.1),mix(#32302f,#ebdbb2,0.5),0.15); - color: rgba(50, 48, 47, 0.8); - padding: 1px 9px; + border-color: mix(mix(#002b36,#fdf6e3,0.18),mix(#fdf6e3,#002b36,0.5),0.15); + color: rgba(253, 246, 227, 0.8); + padding: 2px 10px; min-width: 20px; min-height: 20px; outline-offset: -4px; border-width: 1px; border-style: solid; } notebook > header > tabs > tab:hover:not(:checked) { - background-color: mix(#ebdbb2,#32302f,0.12); + background-color: mix(#002b36,#fdf6e3,0.12); background-image: none; - color: mix(#32302f,mix(#32302f,#ebdbb2,0.5),0.5); } + color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.5),0.5); } notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover { - background: #ebdbb2; - border-color: mix(#ebdbb2,#32302f,0.1); - color: #32302f; } + background: #002b36; + border-color: mix(#002b36,#fdf6e3,0.18); + color: #fdf6e3; } notebook > header > tabs > tab button.flat { min-height: 22px; min-width: 22px; padding: 0; - color: mix(#ebdbb2,#32302f,0.35); } + color: mix(#002b36,#fdf6e3,0.35); } notebook > header > tabs > tab button.flat:hover { - color: #ff749f; } + color: #ebb982; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - color: #83a598; } + color: #839496; } notebook > header.top > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 -1px mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset 0 -1px mix(#002b36,#fdf6e3,0.18); } notebook > header.bottom > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 1px mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset 0 1px mix(#002b36,#fdf6e3,0.18); } notebook > header.left > tabs > tab:hover:not(:checked) { - box-shadow: inset -1px 0 mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset -1px 0 mix(#002b36,#fdf6e3,0.18); } notebook > header.right > tabs > tab:hover:not(:checked) { - box-shadow: inset 1px 0 mix(#ebdbb2,#32302f,0.1); } + box-shadow: inset 1px 0 mix(#002b36,#fdf6e3,0.18); } notebook > header.top { padding-bottom: 0; } notebook > header.top > tabs > tab { border-bottom: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-top: 3px; } notebook > header.top > tabs > tab + tab { @@ -4160,18 +4160,18 @@ notebook { -gtk-outline-radius: 0 3px 0 0; } notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked { border-top-width: 3px; - border-top-color: #83a598; + border-top-color: #839496; margin-top: 0; -gtk-outline-radius: 3px; border-radius: 3px 3px 0 0; } notebook > header.top > tabs > tab:hover:not(:checked) { - border-top-color: mix(#83a598,mix(#ebdbb2,#ebdbb2,0.6),0.3); } + border-top-color: mix(#839496,mix(#002b36,#002b36,0.6),0.3); } notebook > header.bottom { padding-top: 0; } notebook > header.bottom > tabs > tab { border-top: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-bottom: 3px; } notebook > header.bottom > tabs > tab + tab { @@ -4184,18 +4184,18 @@ notebook { -gtk-outline-radius: 0 0 3px; } notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked { border-bottom-width: 3px; - border-bottom-color: #83a598; + border-bottom-color: #839496; margin-bottom: 0; -gtk-outline-radius: 3px; border-radius: 0 0 3px 3px; } notebook > header.bottom > tabs > tab:hover:not(:checked) { - border-bottom-color: mix(#83a598,mix(#ebdbb2,#ebdbb2,0.6),0.3); } + border-bottom-color: mix(#839496,mix(#002b36,#002b36,0.6),0.3); } notebook > header.right { padding-left: 0; } notebook > header.right > tabs > tab { border-left: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-right: 3px; } notebook > header.right > tabs > tab + tab { @@ -4208,18 +4208,18 @@ notebook { -gtk-outline-radius: 0 0 3px; } notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked { border-right-width: 3px; - border-right-color: #83a598; + border-right-color: #839496; margin-right: 0; -gtk-outline-radius: 3px; border-radius: 0 3px 3px 0; } notebook > header.right > tabs > tab:hover:not(:checked) { - border-right-color: mix(#83a598,mix(#ebdbb2,#ebdbb2,0.6),0.3); } + border-right-color: mix(#839496,mix(#002b36,#002b36,0.6),0.3); } notebook > header.left { padding-right: 0; } notebook > header.left > tabs > tab { border-right: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-left: 3px; } notebook > header.left > tabs > tab + tab { @@ -4232,12 +4232,12 @@ notebook { -gtk-outline-radius: 0 0 0 3px; } notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked { border-left-width: 3px; - border-left-color: #83a598; + border-left-color: #839496; margin-left: 0; -gtk-outline-radius: 3px; border-radius: 3px 0 0 3px; } notebook > header.left > tabs > tab:hover:not(:checked) { - border-left-color: mix(#83a598,mix(#ebdbb2,#ebdbb2,0.6),0.3); } + border-left-color: mix(#839496,mix(#002b36,#002b36,0.6),0.3); } /********* ! Buttons @@ -4259,15 +4259,15 @@ button.color .osd colorswatch:only-child { button.osd, #XfceNotifyWindow button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } button.osd:focus, button.osd:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: #527065; } + border-color: #525f61; } 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, @@ -4277,35 +4277,35 @@ button.osd, #XfceNotifyWindow button:checked:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } button.osd:disabled, #XfceNotifyWindow button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } button.osd:active:disabled, button.osd:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } button.osd.flat, #XfceNotifyWindow button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } button.osd:hover, button.osd.flat:hover, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover, #XfceNotifyWindow button:hover:focus, #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } 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, @@ -4323,31 +4323,31 @@ button.osd, #XfceNotifyWindow button.flat:hover:checked:hover, #XfceNotifyWindow button.flat:hover:checked:focus, #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } button.osd:hover:disabled, button.osd.flat:hover:disabled, #XfceNotifyWindow button:hover:disabled, #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled, #XfceNotifyWindow button:hover:active:disabled, #XfceNotifyWindow button:hover:checked:disabled, #XfceNotifyWindow button.flat:hover:active:disabled, #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } button.osd:focus, button.osd.flat:focus, #XfceNotifyWindow button:focus, #XfceNotifyWindow button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } button.osd:focus:focus, button.osd:focus:hover, button.osd.flat:focus:focus, button.osd.flat:focus:hover, #XfceNotifyWindow button:focus:focus, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: #527065; } + border-color: #525f61; } 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, @@ -4365,30 +4365,30 @@ button.osd, #XfceNotifyWindow button.flat:focus:checked:hover, #XfceNotifyWindow button.flat:focus:checked:focus, #XfceNotifyWindow button.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } button.osd:focus:disabled, button.osd.flat:focus:disabled, #XfceNotifyWindow button:focus:disabled, #XfceNotifyWindow button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } button.osd:focus:active:disabled, button.osd:focus:checked:disabled, button.osd.flat:focus:active:disabled, button.osd.flat:focus:checked:disabled, #XfceNotifyWindow button:focus:active:disabled, #XfceNotifyWindow button:focus:checked:disabled, #XfceNotifyWindow button.flat:focus:active:disabled, #XfceNotifyWindow button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } button.osd:focus:hover, button.osd.flat:focus:hover, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } button.osd:focus:hover:focus, button.osd:focus:hover:hover, button.osd.flat:focus:hover:focus, button.osd.flat:focus:hover:hover, #XfceNotifyWindow button:focus:hover:focus, #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #525f61; } 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, @@ -4406,28 +4406,28 @@ button.osd, #XfceNotifyWindow button.flat:focus:hover:checked:hover, #XfceNotifyWindow button.flat:focus:hover:checked:focus, #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled, #XfceNotifyWindow button:focus:hover:disabled, #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled, #XfceNotifyWindow button:focus:hover:active:disabled, #XfceNotifyWindow button:focus:hover:checked:disabled, #XfceNotifyWindow button.flat:focus:hover:active:disabled, #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active, #XfceNotifyWindow button:checked, #XfceNotifyWindow button:active, #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4437,7 +4437,7 @@ button.osd, #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } 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, @@ -4471,13 +4471,13 @@ button.osd, #XfceNotifyWindow button.flat:active:checked:hover, #XfceNotifyWindow button.flat:active:checked:focus, #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button.flat:checked:disabled, #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } button.osd:checked:active:disabled, button.osd:checked:checked:disabled, button.osd:active:active:disabled, button.osd:active:checked:disabled, button.osd.flat:checked:active:disabled, button.osd.flat:checked:checked:disabled, button.osd.flat:active:active:disabled, button.osd.flat:active:checked:disabled, #XfceNotifyWindow button:checked:active:disabled, #XfceNotifyWindow button:checked:checked:disabled, @@ -4487,7 +4487,7 @@ button.osd, #XfceNotifyWindow button.flat:checked:checked:disabled, #XfceNotifyWindow button.flat:active:active:disabled, #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4498,42 +4498,42 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:focus, #XfceNotifyWindow button.flat:hover { - color: #d5c4a1; } + color: #002b36; } button.osd:disabled:disabled, button.osd.flat:disabled:disabled, #XfceNotifyWindow button:disabled:disabled, #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } button.osd.separator, button.osd .separator, #XfceNotifyWindow button.separator, #XfceNotifyWindow button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } button.osd.separator:disabled, button.osd .separator:disabled, #XfceNotifyWindow button.separator:disabled, #XfceNotifyWindow button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } button.osd.image-button, #XfceNotifyWindow button.image-button { padding: 0; @@ -4542,14 +4542,14 @@ button.osd, toolbar.osd { -GtkToolbar-button-relief: normal; - padding: 1px; - border: 1px solid rgba(32, 32, 32, 0.8); + padding: 2px; + border: 1px solid rgba(212, 197, 149, 0.8); border-radius: 3px; - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - color: #d5c4a1; } + color: #002b36; } toolbar.osd separator { - color: rgba(36, 36, 36, 0.8); } + color: rgba(225, 214, 181, 0.8); } toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { border-radius: 0; } @@ -4565,34 +4565,34 @@ progressbar.osd { progressbar.osd progress { border-style: none; border-radius: 0; - background-color: #83a598; + background-color: #839496; background-image: none; } .osd, #XfceNotifyWindow { - background-color: rgba(40, 40, 40, 0.8); - color: #d5c4a1; + background-color: rgba(238, 232, 213, 0.8); + color: #002b36; /* used by gnome-settings-daemon's media-keys OSD */ /* used by Documents */ } .osd.background, #XfceNotifyWindow.background { - background-color: rgba(40, 40, 40, 0.6); - color: #d5c4a1; } + background-color: rgba(238, 232, 213, 0.6); + color: #002b36; } .osd .frame, #XfceNotifyWindow .frame { background-clip: border-box; background-origin: border-box; } .osd button, #XfceNotifyWindow button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } .osd button:focus, .osd button:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4602,35 +4602,35 @@ progressbar.osd { #XfceNotifyWindow button:checked:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd button:disabled, #XfceNotifyWindow button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd button:active:disabled, .osd button:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd button.flat, #XfceNotifyWindow button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } .osd button:hover, .osd button.flat:hover, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover, #XfceNotifyWindow button:hover:focus, #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4648,31 +4648,31 @@ progressbar.osd { #XfceNotifyWindow button.flat:hover:checked:hover, #XfceNotifyWindow button.flat:hover:checked:focus, #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd button:hover:disabled, .osd button.flat:hover:disabled, #XfceNotifyWindow button:hover:disabled, #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled, #XfceNotifyWindow button:hover:active:disabled, #XfceNotifyWindow button:hover:checked:disabled, #XfceNotifyWindow button.flat:hover:active:disabled, #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd button:focus, .osd button.flat:focus, #XfceNotifyWindow button:focus, #XfceNotifyWindow button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } .osd button:focus:focus, .osd button:focus:hover, .osd button.flat:focus:focus, .osd button.flat:focus:hover, #XfceNotifyWindow button:focus:focus, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4690,30 +4690,30 @@ progressbar.osd { #XfceNotifyWindow button.flat:focus:checked:hover, #XfceNotifyWindow button.flat:focus:checked:focus, #XfceNotifyWindow button.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd button:focus:disabled, .osd button.flat:focus:disabled, #XfceNotifyWindow button:focus:disabled, #XfceNotifyWindow button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd button:focus:active:disabled, .osd button:focus:checked:disabled, .osd button.flat:focus:active:disabled, .osd button.flat:focus:checked:disabled, #XfceNotifyWindow button:focus:active:disabled, #XfceNotifyWindow button:focus:checked:disabled, #XfceNotifyWindow button.flat:focus:active:disabled, #XfceNotifyWindow button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd button:focus:hover, .osd button.flat:focus:hover, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } .osd button:focus:hover:focus, .osd button:focus:hover:hover, .osd button.flat:focus:hover:focus, .osd button.flat:focus:hover:hover, #XfceNotifyWindow button:focus:hover:focus, #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4731,28 +4731,28 @@ progressbar.osd { #XfceNotifyWindow button.flat:focus:hover:checked:hover, #XfceNotifyWindow button.flat:focus:hover:checked:focus, #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled, #XfceNotifyWindow button:focus:hover:disabled, #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled, #XfceNotifyWindow button:focus:hover:active:disabled, #XfceNotifyWindow button:focus:hover:checked:disabled, #XfceNotifyWindow button.flat:focus:hover:active:disabled, #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active, #XfceNotifyWindow button:checked, #XfceNotifyWindow button:active, #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4762,7 +4762,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4796,13 +4796,13 @@ progressbar.osd { #XfceNotifyWindow button.flat:active:checked:hover, #XfceNotifyWindow button.flat:active:checked:focus, #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button.flat:checked:disabled, #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd button:checked:active:disabled, .osd button:checked:checked:disabled, .osd button:active:active:disabled, .osd button:active:checked:disabled, .osd button.flat:checked:active:disabled, .osd button.flat:checked:checked:disabled, .osd button.flat:active:active:disabled, .osd button.flat:active:checked:disabled, #XfceNotifyWindow button:checked:active:disabled, #XfceNotifyWindow button:checked:checked:disabled, @@ -4812,7 +4812,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked:checked:disabled, #XfceNotifyWindow button.flat:active:active:disabled, #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4823,55 +4823,55 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:focus, #XfceNotifyWindow button.flat:hover { - color: #d5c4a1; } + color: #002b36; } .osd button:disabled:disabled, .osd button.flat:disabled:disabled, #XfceNotifyWindow button:disabled:disabled, #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .osd button.separator, .osd button .separator, #XfceNotifyWindow button.separator, #XfceNotifyWindow button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } .osd button.separator:disabled, .osd button .separator:disabled, #XfceNotifyWindow button.separator:disabled, #XfceNotifyWindow button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } .osd entry, #XfceNotifyWindow entry { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); - padding: 1px; - color: #d5c4a1; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } .osd entry:focus, .osd entry:hover, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4881,31 +4881,31 @@ progressbar.osd { #XfceNotifyWindow entry:checked:hover, #XfceNotifyWindow entry:checked:focus, #XfceNotifyWindow entry:checked:hover:focus { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.7); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.7); } .osd entry:disabled, #XfceNotifyWindow entry:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.85); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.85); } .osd entry:active:disabled, .osd entry:checked:disabled, #XfceNotifyWindow entry:active:disabled, #XfceNotifyWindow entry:checked:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); } .osd entry:focus, .osd entry:active, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:active { - border-color: #527065; } + border-color: #525f61; } .osd entry:disabled, #XfceNotifyWindow entry:disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } .osd entry:disabled:focus, .osd entry:disabled:hover, #XfceNotifyWindow entry:disabled:focus, #XfceNotifyWindow entry:disabled:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4915,31 +4915,31 @@ progressbar.osd { #XfceNotifyWindow entry:disabled:checked:hover, #XfceNotifyWindow entry:disabled:checked:focus, #XfceNotifyWindow entry:disabled:checked:hover:focus { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.7); } .osd entry:disabled:disabled, #XfceNotifyWindow entry:disabled:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.85); } .osd entry:disabled:active:disabled, .osd entry:disabled:checked:disabled, #XfceNotifyWindow entry:disabled:active:disabled, #XfceNotifyWindow entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); } .osd trough, .osd.trough, #XfceNotifyWindow trough, #XfceNotifyWindow.trough { - background-color: rgba(213, 196, 161, 0.3); } + background-color: rgba(0, 43, 54, 0.3); } .osd progressbar, .osd.progressbar, #XfceNotifyWindow progressbar, #XfceNotifyWindow.progressbar { - background-color: #d5c4a1; } + background-color: #002b36; } .osd scale slider, #XfceNotifyWindow scale slider { - background-color: rgba(43, 43, 43, 0.8); + background-color: rgba(248, 246, 239, 0.8); background-image: none; - border-color: rgba(32, 32, 32, 0.8); } + border-color: rgba(212, 197, 149, 0.8); } .osd scale slider:focus, .osd scale slider:hover, #XfceNotifyWindow scale slider:focus, #XfceNotifyWindow scale slider:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -4949,91 +4949,91 @@ progressbar.osd { #XfceNotifyWindow scale slider:checked:hover, #XfceNotifyWindow scale slider:checked:focus, #XfceNotifyWindow scale slider:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.8); } + border-color: rgba(199, 179, 117, 0.8); } .osd scale slider:disabled, #XfceNotifyWindow scale slider:disabled { - border-color: rgba(34, 34, 34, 0.8); } + border-color: rgba(219, 206, 165, 0.8); } .osd scale slider:active:disabled, .osd scale slider:checked:disabled, #XfceNotifyWindow scale slider:active:disabled, #XfceNotifyWindow scale slider:checked:disabled { - border-color: rgba(32, 32, 32, 0.8); } + border-color: rgba(212, 197, 149, 0.8); } .osd scale slider:disabled, #XfceNotifyWindow scale slider:disabled { - background-color: rgba(36, 36, 36, 0.8); + background-color: rgba(225, 214, 181, 0.8); background-image: none; } .osd scale trough, #XfceNotifyWindow scale trough { - border-color: rgba(32, 32, 32, 0.8); - background-color: rgba(43, 43, 43, 0.8); + border-color: rgba(212, 197, 149, 0.8); + background-color: rgba(248, 246, 239, 0.8); background-image: none; } .osd scale trough.highlight, #XfceNotifyWindow scale trough.highlight { - border-color: #83a598; - background-color: #83a598; + border-color: #839496; + background-color: #839496; background-image: none; } .osd scale trough:disabled, .osd scale trough.highlight:disabled, #XfceNotifyWindow scale trough:disabled, #XfceNotifyWindow scale trough.highlight:disabled { - border-color: rgba(34, 34, 34, 0.8); - background-color: rgba(36, 36, 36, 0.8); + border-color: rgba(219, 206, 165, 0.8); + background-color: rgba(225, 214, 181, 0.8); background-image: none; } .osd scale trough, #XfceNotifyWindow scale trough { - background-color: rgba(58, 58, 58, 0.8); } + background-color: rgba(248, 246, 238, 0.8); } .osd scale trough highlight, #XfceNotifyWindow scale trough highlight { - background-color: #83a598; } + background-color: #839496; } .osd scale slider, #XfceNotifyWindow scale slider { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #839496; + border-color: #839496; } .osd scale slider:hover, #XfceNotifyWindow scale slider:hover { - background-color: #a1bab1; - border-color: #a1bab1; } + background-color: #9facad; + border-color: #9facad; } .osd scale slider:active, #XfceNotifyWindow scale slider:active { - background-color: #678e7f; - border-color: #678e7f; } + background-color: #697b7d; + border-color: #697b7d; } .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, #XfceNotifyWindow.view, iconview#XfceNotifyWindow, #XfceNotifyWindow .view, #XfceNotifyWindow iconview, #XfceNotifyWindow view { - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } .osd scrollbar trough, #XfceNotifyWindow scrollbar trough { - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } .osd scrollbar slider, #XfceNotifyWindow scrollbar slider { - border: 1px solid mix(rgba(35, 35, 35, 0.8),#d5c4a1,0.21); + border: 1px solid mix(rgba(221, 209, 171, 0.8),#002b36,0.21); border-radius: 0; - background-color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.21); } + background-color: mix(rgba(238, 232, 213, 0.8),#002b36,0.21); } .osd scrollbar slider:hover, #XfceNotifyWindow scrollbar slider:hover { - border-color: mix(rgba(35, 35, 35, 0.8),#d5c4a1,0.31); - background-color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.31); } + border-color: mix(rgba(221, 209, 171, 0.8),#002b36,0.31); + background-color: mix(rgba(238, 232, 213, 0.8),#002b36,0.31); } .osd scrollbar slider:active, #XfceNotifyWindow scrollbar slider:active { - border-color: #72998a; - background-color: #83a598; } + border-color: #748789; + background-color: #839496; } .osd iconview.cell:selected, .osd iconview.cell:selected:focus, #XfceNotifyWindow iconview.cell:selected, #XfceNotifyWindow iconview.cell:selected:focus { background-color: transparent; - border: 3px solid mix(rgba(35, 35, 35, 0.8),#d5c4a1,0.21); + border: 3px solid mix(rgba(221, 209, 171, 0.8),#002b36,0.21); border-radius: 3px; outline-color: transparent; } .osd .page-thumbnail, #XfceNotifyWindow .page-thumbnail { - border: 1px solid rgba(36, 36, 36, 0.8); + border: 1px solid rgba(225, 214, 181, 0.8); /* when there's no pixbuf yet */ - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } .osd popover.background, #XfceNotifyWindow popover.background { - box-shadow: 0 2px 7px 3px rgba(20, 19, 19, 0.5); } + box-shadow: 0 2px 7px 3px rgba(179, 134, 13, 0.5); } .osd popover.background > toolbar button, #XfceNotifyWindow popover.background > toolbar button { border-radius: 0; @@ -5042,16 +5042,16 @@ progressbar.osd { background-image: none; } .osd spinbutton:not(.vertical), #XfceNotifyWindow spinbutton:not(.vertical) { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: #202020; + border-color: #d4c595; padding: 0; - color: #d5c4a1; - caret-color: #d5c4a1; } + color: #002b36; + caret-color: #002b36; } .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: #525f61; } .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, @@ -5061,39 +5061,39 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical):checked:hover, #XfceNotifyWindow spinbutton:not(.vertical):checked:focus, #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus { - border-color: #1c1c1c; } + border-color: #c7b375; } .osd spinbutton:not(.vertical):disabled, #XfceNotifyWindow spinbutton:not(.vertical):disabled { - border-color: #222222; } + border-color: #dbcea5; } .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical):active:disabled, #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled { - border-color: #202020; } + border-color: #d4c595; } .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: #525f61; } .osd spinbutton:not(.vertical):disabled, #XfceNotifyWindow spinbutton:not(.vertical):disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } .osd spinbutton:not(.vertical) button, #XfceNotifyWindow spinbutton:not(.vertical) button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); border-radius: 0; - border-color: rgba(34, 34, 34, 0.5); + border-color: rgba(219, 206, 165, 0.5); border-style: none none none solid; background-image: none; box-shadow: none; } .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: #525f61; } .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, @@ -5103,35 +5103,35 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton:not(.vertical) button:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton:not(.vertical) button.flat, #XfceNotifyWindow spinbutton:not(.vertical) button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } .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, @@ -5149,31 +5149,31 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } .osd spinbutton:not(.vertical) button:focus:focus, .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:focus, #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: #525f61; } .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, @@ -5191,30 +5191,30 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton:not(.vertical) button:focus:disabled, .osd spinbutton:not(.vertical) button.flat:focus:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton:not(.vertical) button:focus:active:disabled, .osd spinbutton:not(.vertical) button:focus:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } .osd spinbutton:not(.vertical) button:focus:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:focus, #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: #525f61; } .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, @@ -5232,28 +5232,28 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active, #XfceNotifyWindow spinbutton:not(.vertical) button:checked, #XfceNotifyWindow spinbutton:not(.vertical) button:active, #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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, @@ -5263,7 +5263,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: #525f61; } .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, @@ -5297,13 +5297,13 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton:not(.vertical) button:checked:active:disabled, .osd spinbutton:not(.vertical) button:checked:checked:disabled, .osd spinbutton:not(.vertical) button:active:active:disabled, .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:checked:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:active:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:disabled, @@ -5313,7 +5313,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, @@ -5324,42 +5324,42 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - color: #d5c4a1; } + color: #002b36; } .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator, #XfceNotifyWindow spinbutton:not(.vertical) button.separator, #XfceNotifyWindow spinbutton:not(.vertical) button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } .osd spinbutton:not(.vertical) button:dir(rtl), #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } @@ -5367,19 +5367,19 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:active, #XfceNotifyWindow spinbutton:not(.vertical) button:checked, #XfceNotifyWindow spinbutton:not(.vertical) button:hover { - color: #d5c4a1; } + color: #002b36; } .osd spinbutton:not(.vertical) button:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - color: alpha(mix(#d5c4a1,#282828,0.6),0.8); } + color: alpha(mix(#002b36,#eee8d5,0.6),0.8); } .osd spinbutton:not(.vertical) button:backdrop, #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop { - color: mix(#ebdbb2,mix(#32302f,#ebdbb2,0.5),0.9); } + color: mix(#002b36,mix(#fdf6e3,#002b36,0.5),0.9); } .osd spinbutton:not(.vertical) button:active, #XfceNotifyWindow spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(20, 19, 19, 0.2); } + box-shadow: inset 0 2px 3px -1px rgba(179, 134, 13, 0.2); } .osd spinbutton:not(.vertical) button:backdrop:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled { - color: rgba(251, 247, 239, 0.8); + color: rgba(0, 104, 131, 0.8); border-style: none none none solid; } .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl), #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { @@ -5392,15 +5392,15 @@ progressbar.osd { border-radius: 0 3px 3px 0; } .osd spinbutton.vertical button:first-child, #XfceNotifyWindow spinbutton.vertical button:first-child { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } .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: #525f61; } .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, @@ -5410,35 +5410,35 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton.vertical button:first-child:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton.vertical button:first-child.flat, #XfceNotifyWindow spinbutton.vertical button:first-child.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus, #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: #525f61; } .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, @@ -5456,31 +5456,31 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } .osd spinbutton.vertical button:first-child:focus:focus, .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:focus, #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: #525f61; } .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, @@ -5498,30 +5498,30 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton.vertical button:first-child:focus:disabled, .osd spinbutton.vertical button:first-child.flat:focus:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton.vertical button:first-child:focus:active:disabled, .osd spinbutton.vertical button:first-child:focus:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } .osd spinbutton.vertical button:first-child:focus:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:focus, #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: #525f61; } .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, @@ -5539,28 +5539,28 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active, #XfceNotifyWindow spinbutton.vertical button:first-child:checked, #XfceNotifyWindow spinbutton.vertical button:first-child:active, #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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, @@ -5570,7 +5570,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: #525f61; } .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, @@ -5604,13 +5604,13 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton.vertical button:first-child:checked:active:disabled, .osd spinbutton.vertical button:first-child:checked:checked:disabled, .osd spinbutton.vertical button:first-child:active:active:disabled, .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:checked:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:active:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:disabled, @@ -5620,7 +5620,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, @@ -5631,48 +5631,48 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .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, #XfceNotifyWindow spinbutton.vertical button:first-child:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - color: #d5c4a1; } + color: #002b36; } .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, #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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator, #XfceNotifyWindow spinbutton.vertical button:first-child.separator, #XfceNotifyWindow spinbutton.vertical button:first-child .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } 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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; @@ -5680,7 +5680,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; @@ -5689,7 +5689,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; @@ -5697,7 +5697,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; @@ -5706,7 +5706,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; @@ -5714,7 +5714,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; @@ -5723,7 +5723,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; @@ -5731,7 +5731,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; @@ -5793,13 +5793,13 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; - border-image: linear-gradient(to bottom, mix(#ebdbb2,#32302f,0.1) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: mix(#ebdbb2,#ebdbb2,0.4); } + border-image: linear-gradient(to bottom, mix(#002b36,#fdf6e3,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: mix(#002b36,#002b36,0.4); } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } scrolledwindow junction:backdrop { - border-image-source: linear-gradient(to bottom, mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9) 1px, transparent 1px); - background-color: #e8d5a6; + border-image-source: linear-gradient(to bottom, mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9) 1px, transparent 1px); + background-color: #001f27; transition: 200ms ease-out; } /***************** @@ -5809,7 +5809,7 @@ progressbar { padding: 0; border-radius: 3px; font-size: smaller; - color: rgba(50, 48, 47, 0.6); } + color: rgba(253, 246, 227, 0.6); } progressbar.horizontal trough, progressbar.horizontal progress { min-height: 6px; } @@ -5817,12 +5817,12 @@ progressbar { progressbar.vertical progress { min-width: 6px; } progressbar trough { - border: 1px solid mix(#ebdbb2,#32302f,0.17); - background-color: #f2e7cc; + border: 1px solid mix(#002b36,#fdf6e3,0.17); + background-color: #002e3a; background-image: none; border-radius: 3px; } progressbar progress { - background-color: #83a598; + background-color: #839496; background-image: none; border-radius: 0; } progressbar progress.left { @@ -5850,8 +5850,8 @@ levelbar:backdrop { transition: 200ms ease-out; } levelbar trough { - background-color: #f2e7cc; - border: 1px solid mix(#ebdbb2,#32302f,0.17); + background-color: #002e3a; + border: 1px solid mix(#002b36,#fdf6e3,0.17); border-radius: 3px; padding: 2px; } @@ -5866,17 +5866,17 @@ levelbar.vertical.discrete block { margin: 0; } levelbar block { - background-color: #83a598; + background-color: #839496; border-color: transparent; border-radius: 3px; } levelbar block.low { - background-color: #ff7f42; + background-color: #e1ec18; border-color: transparent; } levelbar block.high, levelbar block:not(.empty) { - background-color: #c3a544; + background-color: #a3ff1a; border-color: transparent; } levelbar block.full { - background-color: #64897b; + background-color: #67787a; border-color: transparent; } levelbar block.empty { background-color: transparent; @@ -5886,7 +5886,7 @@ levelbar block { scale { min-height: 10px; min-width: 10px; - padding: 1px; } + padding: 2px; } scale.horizontal trough { padding: 0 3px; } scale.horizontal highlight, scale.horizontal fill { @@ -5902,7 +5902,7 @@ scale { scale.fine-tune slider { margin: -7px; } scale.fine-tune highlight { - background-color: #94b1a6; } + background-color: #92a1a3; } scale.fine-tune fill, scale.fine-tune highlight, scale.fine-tune trough { @@ -5912,71 +5912,71 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: mix(#ebdbb2,#32302f,0.2); } + background-color: mix(#002b36,#fdf6e3,0.2); } scale trough:disabled { - background-color: mix(#ebdbb2,#32302f,0.1); } + background-color: mix(#002b36,#fdf6e3,0.1); } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { - background-color: rgba(20, 19, 19, 0.2); } + background-color: rgba(179, 134, 13, 0.2); } menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #ebdbb2; } + background-color: #fdf6e3; } 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(#fdf6e3,#839496,0.55); } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { - background-color: rgba(20, 19, 19, 0.1); } + background-color: rgba(179, 134, 13, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #83a598; } + background-color: #839496; } scale highlight:disabled { - background-color: rgba(131, 165, 152, 0.55); } + background-color: rgba(131, 148, 150, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(131, 165, 152, 0.5); } + background-color: rgba(131, 148, 150, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { - background-color: #ebdbb2; - border: 1px solid rgba(50, 48, 47, 0.16); + background-color: #073642; + border: 1px solid rgba(238, 232, 213, 0.16); border-radius: 100%; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border; } scale slider:hover { - background-color: #f0e4c6; } + background-color: #094959; } scale slider:active { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #839496; + border-color: #839496; } scale slider:disabled { - background-color: mix(#ebdbb2,#ebdbb2,0.55); - border-color: rgba(50, 48, 47, 0); } + background-color: mix(#073642,#002b36,0.55); + border-color: rgba(238, 232, 213, 0); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #ebdbb2; - border-color: #ebdbb2; } + background-color: #fdf6e3; + border-color: #fdf6e3; } 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(#fdf6e3,#839496,0.85); + border-color: mix(#fdf6e3,#839496,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(#fdf6e3,#839496,0.5); + border-color: mix(#fdf6e3,#839496,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(#fdf6e3,#839496,0.55); + border-color: mix(#fdf6e3,#839496,0.55); } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -6050,22 +6050,22 @@ scale { ! Scrollbar ************/ scrollbar { - background-color: mix(#ebdbb2,#ebdbb2,0.4); + background-color: mix(#002b36,#002b36,0.4); transition: 300ms ease-out; } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } scrollbar.top { - border-bottom: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-bottom: 1px solid mix(#002b36,#fdf6e3,0.18); } scrollbar.bottom { - border-top: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-top: 1px solid mix(#002b36,#fdf6e3,0.18); } scrollbar.left { - border-right: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-right: 1px solid mix(#002b36,#fdf6e3,0.18); } scrollbar.right { - border-left: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-left: 1px solid mix(#002b36,#fdf6e3,0.18); } scrollbar:backdrop { - background-color: #e8d5a6; - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); + background-color: #001f27; + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); transition: 400ms ease-in; } scrollbar slider { min-width: 7px; @@ -6073,13 +6073,13 @@ scrollbar { border: 1px solid transparent; border-radius: 3px; background-clip: padding-box; - background-color: mix(#ebdbb2,#32302f,0.5); } + background-color: mix(#002b36,#fdf6e3,0.5); } scrollbar slider:hover { - background-color: mix(#ebdbb2,#32302f,0.7); } + background-color: mix(#002b36,#fdf6e3,0.7); } scrollbar slider:hover:active { - background-color: #a1bab1; } + background-color: #9facad; } scrollbar slider:backdrop { - background-color: mix(mix(#32302f,#ebdbb2,0.5),#ebdbb2,0.4); } + background-color: mix(mix(#fdf6e3,#002b36,0.5),#002b36,0.4); } scrollbar slider:disabled { background-color: transparent; } scrollbar.horizontal slider { @@ -6087,7 +6087,7 @@ scrollbar { scrollbar.vertical slider { min-height: 40px; } scrollbar.fine-tune slider:active { - background-color: #bed0c9; } + background-color: #bac4c5; } scrollbar.overlay-indicator { opacity: .8; } scrollbar.overlay-indicator:not(.dragging):not(.hovering) { @@ -6097,8 +6097,8 @@ scrollbar { scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { min-width: 4px; min-height: 4px; - background-color: #32302f; - border: 1px solid #141313; } + background-color: #fdf6e3; + border: 1px solid #b3860d; } scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { min-width: 4px; min-height: 4px; @@ -6118,44 +6118,44 @@ scrollbar { padding: 0; border: 0; border-radius: 0; - border-color: mix(#ebdbb2,#32302f,0.1); + border-color: mix(#002b36,#fdf6e3,0.18); background-color: transparent; box-shadow: none; - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } scrollbar button:hover { - color: mix(#ebdbb2,#32302f,0.7); } + color: mix(#002b36,#fdf6e3,0.7); } scrollbar button:active, scrollbar button:checked { - color: #a1bab1; } + color: #9facad; } scrollbar button:backdrop { - color: mix(mix(#32302f,#ebdbb2,0.5),#ebdbb2,0.4); } + color: mix(mix(#fdf6e3,#002b36,0.5),#002b36,0.4); } scrollbar.vertical button.down { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-top: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-top: 1px solid mix(#002b36,#fdf6e3,0.18); } scrollbar.vertical button.up { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-bottom: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-bottom: 1px solid mix(#002b36,#fdf6e3,0.18); } scrollbar.horizontal button.down { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - border-left: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-left: 1px solid mix(#002b36,#fdf6e3,0.18); } scrollbar.horizontal button.up { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); - border-right: 1px solid mix(#ebdbb2,#32302f,0.1); } + border-right: 1px solid mix(#002b36,#fdf6e3,0.18); } /********* ! Sidebar **********/ .sidebar { border-style: none; - background-color: mix(#ebdbb2,#ebdbb2,0.5); } + background-color: mix(#002b36,#002b36,0.5); } stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 1px solid mix(#ebdbb2,#32302f,0.1); + border-right: 1px solid mix(#002b36,#fdf6e3,0.18); border-left-style: none; } stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid mix(#ebdbb2,#32302f,0.1); + border-left: 1px solid mix(#002b36,#fdf6e3,0.18); border-right-style: none; } .sidebar:backdrop { - background-color: mix(#ebdbb2,#ebdbb2,0.5); - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); + background-color: mix(#002b36,#002b36,0.5); + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); transition: 200ms ease-out; } .sidebar .frame, .sidebar frame { border-width: 0; } @@ -6165,10 +6165,10 @@ scrollbar { border-style: none; } stacksidebar row { - padding: 2px 1px; } + padding: 4px 2px; } stacksidebar row > label { - padding-left: 1px; - padding-right: 1px; } + padding-left: 2px; + padding-right: 2px; } stacksidebar row.needs-attention > label { background-size: 6px 6px, 0 0; } @@ -6179,25 +6179,25 @@ placessidebar row { min-height: 32px; padding: 0; } placessidebar row > revealer { - padding: 0 2px; } + padding: 0 4px; } placessidebar row:selected { - color: #ebdbb2; } + color: #fdf6e3; } placessidebar row:disabled { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } placessidebar row:backdrop { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } placessidebar row:backdrop:selected { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#839496,#fdf6e3,0.66); } placessidebar row:backdrop:disabled { - color: #fbf7ef; } + color: #006883; } placessidebar row image.sidebar-icon { opacity: 0.7; } placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 4px; - padding-left: 1px; } + padding-right: 6px; + padding-left: 2px; } placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 4px; - padding-right: 1px; } + padding-left: 6px; + padding-right: 2px; } placessidebar row label.sidebar-label:dir(ltr) { padding-right: 2px; } placessidebar row label.sidebar-label:dir(rtl) { @@ -6217,16 +6217,16 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: image(#83a598); + background-image: image(#839496); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #83a598; } + color: #839496; } placessidebar row:drop(active):not(:disabled) { - color: #83a598; - box-shadow: inset 0 1px #83a598, inset 0 -1px #83a598; } + color: #839496; + box-shadow: inset 0 1px #839496, inset 0 -1px #839496; } placessidebar row:drop(active):not(:disabled):selected { - color: #ebdbb2; - background-color: #83a598; } + color: #fdf6e3; + background-color: #839496; } /****** ! Paned @@ -6237,22 +6237,22 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: image(#e2cc91); + background-image: image(#002731); background-size: 1px 1px; background-position: center center; } paned > separator:selected { - background-image: image(#83a598); } + background-image: image(#839496); } paned > separator:backdrop { - background-image: image(mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9)); } + background-image: image(mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9)); } paned > separator.wide { min-width: 5px; min-height: 5px; - background-color: #ebdbb2; - background-image: image(#dabc70), image(#dabc70); + background-color: #002b36; + background-image: image(#00222b), image(#00222b); background-size: 1px 1px, 1px 1px; } paned > separator.wide:backdrop { - background-color: #ebdbb2; - background-image: image(mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9)), image(mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9)); } + background-color: #002b36; + background-image: image(mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9)), image(mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9)); } paned.horizontal > separator { background-repeat: repeat-y; @@ -6275,7 +6275,7 @@ paned.vertical > separator { background-position: bottom, top; } paned.titlebar > separator { - background-image: image(#242424); } + background-image: image(#e1d6b5); } /******************* ! Spinner animation @@ -6286,7 +6286,7 @@ paned.titlebar > separator { spinner { background-image: none; - color: #83a598; + color: #839496; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } spinner:checked { @@ -6303,7 +6303,7 @@ radio { -gtk-icon-source: url("../assets/radio-unchecked-dark.svg"); min-width: 16px; min-height: 16px; - margin-right: 1px; } + margin-right: 2px; } radio:disabled { -gtk-icon-source: url("../assets/radio-unchecked-insensitive-dark.svg"); } radio:checked, radio:active { @@ -6336,7 +6336,7 @@ check { -gtk-icon-source: url("../assets/checkbox-unchecked-dark.svg"); min-width: 16px; min-height: 16px; - margin-right: 1px; } + margin-right: 2px; } check:disabled { -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive-dark.svg"); } check:checked, check:active { @@ -6366,7 +6366,7 @@ check { radio:dir(rtl), check:dir(rtl) { margin-right: 0; - margin-left: 1px; } + margin-left: 2px; } .view.content-view.check:not(list), iconview.content-view.check:not(list) { -gtk-icon-shadow: none; @@ -6413,46 +6413,46 @@ radio:dir(rtl), check:dir(rtl) { *********/ switch { border-radius: 3px; - padding: 0px; + padding: 1px; border: 0; outline: none; transition: background-color .3s linear; min-width: 88px; min-height: 24px; - background-color: mix(#ebdbb2,#ebdbb2,0.3); - color: #32302f; - box-shadow: inset 1px -1px 0 rgba(10, 10, 9, 0.06), inset -1px 1px 0 rgba(10, 10, 9, 0.06); } + background-color: mix(#002b36,#002b36,0.3); + color: #fdf6e3; + box-shadow: inset 1px -1px 0 rgba(90, 67, 6, 0.06), inset -1px 1px 0 rgba(90, 67, 6, 0.06); } switch slider { - background-color: mix(#32302f,#ebdbb2,0.5); + background-color: mix(#fdf6e3,#002b36,0.5); transition: all .3s ease-in; - box-shadow: 0 1px 2px 0 rgba(10, 10, 9, 0.07), 1px 0 2px 0 rgba(10, 10, 9, 0.07); + box-shadow: 0 1px 2px 0 rgba(90, 67, 6, 0.07), 1px 0 2px 0 rgba(90, 67, 6, 0.07); border-radius: 3px; } switch:checked { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: #83a598; - color: #ebdbb2; } + border-color: #839496; + color: #002b36; } switch:checked slider { - background-color: #ecdcb4; - box-shadow: 0 1px 3px 0 rgba(10, 10, 9, 0.1); } + background-color: #002d39; + box-shadow: 0 1px 3px 0 rgba(90, 67, 6, 0.1); } switch:disabled { - background-color: mix(#ebdbb2,#ebdbb2,0.5); + background-color: mix(#002b36,#002b36,0.5); background-image: none; - border-color: #ebdbb2; - color: #ebdbb2; + border-color: #002b36; + color: #002b36; box-shadow: none; } switch:disabled slider { - background-color: #ebdbb2; } + background-color: #002b36; } list row:selected switch { - background-color: #ebdbb2; - color: mix(#ebdbb2,#ebdbb2,0.5); } + background-color: #002b36; + color: mix(#002b36,#002b36,0.5); } list row:selected switch slider { - background-color: mix(mix(#ebdbb2,#ebdbb2,0.5),#ebdbb2,0.4); } + background-color: mix(mix(#002b36,#002b36,0.5),#002b36,0.4); } list row:selected switch:checked { - color: #83a598; - background-color: mix(#32302f,#ebdbb2,0.5); } + color: #839496; + background-color: mix(#fdf6e3,#002b36,0.5); } list row:selected switch:checked slider { - background-color: #83a598; } + background-color: #839496; } /********* ! Buttons @@ -6470,16 +6470,16 @@ switch { .view text, iconview text, textview text { - color: #32302f; - background-color: #ebdbb2; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + color: #fdf6e3; + background-color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } .view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop { - color: mix(#ebdbb2,#32302f,0.8); - background-color: #ebdbb2; } + color: mix(#002b36,#fdf6e3,0.8); + background-color: #002b36; } .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, @@ -6490,7 +6490,7 @@ textview text { border-radius: 3px; } textview border { - background-color: mix(#ebdbb2,#ebdbb2,0.5); } + background-color: mix(#002b36,#002b36,0.5); } /************ ! Treeview @@ -6499,38 +6499,38 @@ textview border { rubberband, flowbox rubberband, treeview.view rubberband { - border: 1px solid #83a598; - background-color: rgba(131, 165, 152, 0.2); } + border: 1px solid #839496; + background-color: rgba(131, 148, 150, 0.2); } treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { - background-color: #ebdbb2; + background-color: #002b36; transition-property: color, background; } treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #ebdbb2; } + background-color: #002b36; } treeview entry.flat:focus, treeview entry:focus { - border-color: #83a598; } + border-color: #839496; } treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - padding: -1px 2px; + padding: 0px 3px; border-radius: 0; background-image: none; text-shadow: none; border-style: none solid solid none; - border-color: #ebdbb2; } + border-color: #002b36; } treeview.view header button:disabled { - border-color: #ebdbb2; + border-color: #002b36; background-image: none; } treeview.view header button:backdrop { - border-color: #ebdbb2; + border-color: #002b36; border-style: none solid solid none; - color: mix(mix(#32302f,#ebdbb2,0.5),#ebdbb2,0.5); + color: mix(mix(#fdf6e3,#002b36,0.5),#002b36,0.5); background-image: none; - background-color: #ebdbb2; } + background-color: #002b36; } treeview.view header button:backdrop:disabled { - border-color: #ebdbb2; + border-color: #002b36; background-image: none; } treeview.view { @@ -6538,94 +6538,94 @@ treeview.view { -GtkTreeView-grid-line-pattern: ""; -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ""; - border-left-color: mix(#32302f,#ebdbb2,0.5); - border-top-color: #ebdbb2; } + border-left-color: mix(#fdf6e3,#002b36,0.5); + border-top-color: #002b36; } 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-top-color: rgba(50, 48, 47, 0.1); } + border-left-color: mix(#fdf6e3,#839496,0.5); + border-top-color: rgba(253, 246, 227, 0.1); } treeview.view:disabled { - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } treeview.view:disabled:selected { - color: mix(#ebdbb2,#83a598,0.4); } + color: mix(#fdf6e3,#839496,0.4); } treeview.view:disabled:selected:backdrop { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#839496,#fdf6e3,0.66),#839496,0.3); } treeview.view:disabled:backdrop { - color: #fbf7ef; } + color: #006883; } treeview.view.separator { min-height: 2px; - color: #ebdbb2; } + color: #002b36; } treeview.view.separator:backdrop { - color: rgba(235, 219, 178, 0.1); } + color: rgba(0, 43, 54, 0.1); } treeview.view:backdrop { - border-left-color: mix(mix(#32302f,#ebdbb2,0.5),#ebdbb2,0.5); - border-top: #ebdbb2; } + border-left-color: mix(mix(#fdf6e3,#002b36,0.5),#002b36,0.5); + border-top: #002b36; } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #527065; } + border-color: #525f61; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: mix(#ebdbb2,#32302f,0.7); } + color: mix(#002b36,#fdf6e3,0.7); } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #32302f; } + color: #fdf6e3; } treeview.view.expander:selected { - color: mix(#83a598,#ebdbb2,0.7); } + color: mix(#839496,#fdf6e3,0.7); } treeview.view.expander:selected:hover { - color: #ebdbb2; } + color: #fdf6e3; } treeview.view.expander:selected:backdrop { - color: mix(#83a598,mix(#83a598,#ebdbb2,0.66),0.7); } + color: mix(#839496,mix(#839496,#fdf6e3,0.66),0.7); } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.expander:backdrop { - color: mix(#ebdbb2,mix(#32302f,#ebdbb2,0.5),0.7); } + color: mix(#002b36,mix(#fdf6e3,#002b36,0.5),0.7); } treeview.view.progressbar { border-radius: 3px; - border: 1px solid #527065; - background-color: #83a598; } + border: 1px solid #525f61; + background-color: #839496; } treeview.view.progressbar:selected { - border: 1px solid mix(#83a598,#ebdbb2,0.2); } + border: 1px solid mix(#839496,#fdf6e3,0.2); } treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { - box-shadow: inset 0 1px rgba(236, 220, 180, 0.05); - background-color: #83a598; + box-shadow: inset 0 1px rgba(0, 45, 57, 0.05); + background-color: #839496; background-image: none; border-radius: 3px; } treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { - border-color: #ebdbb2; - background-color: mix(#ebdbb2,#83a598,0.9); } + border-color: #002b36; + background-color: mix(#002b36,#839496,0.9); } treeview.view.progressbar:disabled { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: #dec481; } + border-color: #00252e; } treeview.view.progressbar:backdrop { - border-color: #ebdbb2; + border-color: #002b36; background-image: none; box-shadow: none; } treeview.view.trough { - background-color: rgba(50, 48, 47, 0.1); + background-color: rgba(253, 246, 227, 0.1); border-radius: 3px; } treeview.view.trough:selected:focus, treeview.view.trough:selected { - background-color: #83a598; + background-color: #839496; border-radius: 3px; } treeview.view header button { - color: mix(#32302f,#ebdbb2,0.5); - background-color: #ebdbb2; + color: mix(#fdf6e3,#002b36,0.5); + background-color: #002b36; font-weight: bold; text-shadow: none; box-shadow: none; } treeview.view header button:hover { - color: mix(mix(#32302f,#ebdbb2,0.5),#32302f,0.5); + color: mix(mix(#fdf6e3,#002b36,0.5),#fdf6e3,0.5); box-shadow: none; transition: none; } treeview.view header button:active { - color: #32302f; + color: #fdf6e3; transition: none; } treeview.view header button:last-child:backdrop, treeview.view header button:last-child { border-right-style: none; } @@ -6637,20 +6637,20 @@ treeview.view { padding: 0 6px; transition: none; background-image: none; - background-color: #83a598; - color: #ebdbb2; + background-color: #839496; + color: #002b36; border-radius: 0; border-style: none; - box-shadow: inset 0 0 0 1px #ebdbb2; + box-shadow: inset 0 0 0 1px #002b36; text-shadow: none; } treeview.view acceleditor > label { - background-color: #83a598; } + background-color: #839496; } /*********** ! Separator ************/ separator { - background: rgba(20, 19, 19, 0.1); + background: rgba(179, 134, 13, 0.1); min-width: 1px; min-height: 1px; } @@ -6658,17 +6658,17 @@ separator { ! Frames * ***********/ frame > border, .frame { - border: 1px solid mix(#ebdbb2,#32302f,0.1); } + border: 1px solid mix(#002b36,#fdf6e3,0.18); } frame > border.flat, .frame.flat { border-style: none; } frame > border:backdrop, .frame:backdrop { - border-color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.1),0.9); } + border-color: mix(#002b36,mix(#002b36,#fdf6e3,0.18),0.9); } frame.border-inset > border, frame.border-outset > border, frame.border-groove > border, frame.border-ridge > border { - border: 1px solid alpha(mix(#ebdbb2,#32302f,0.1),1.1098); } + border: 1px solid alpha(mix(#002b36,#fdf6e3,0.18),0.30588); } /* avoid double borders when a viewport is packed into a GtkScrolledWindow */ scrolledwindow viewport.frame { @@ -6697,33 +6697,33 @@ placesview > actionbar > revealer > box > label { ***************/ decoration { border-radius: 3px 3px 0 0; - box-shadow: 0 3px 9px 1px rgba(20, 19, 19, 0.7), 0 0 0 1px #282828; + box-shadow: 0 3px 9px 1px rgba(179, 134, 13, 0.7), 0 0 0 1px #fdf6e3; /* this is used for the resize cursor area */ - border-width: 1px; + border-width: 0px; border-style: solid; - border-color: #282828; } + border-color: #fdf6e3; } decoration:backdrop { - box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(20, 19, 19, 0.4), 0 0 0 1px #282828; - border-color: #282828; + box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(179, 134, 13, 0.4), 0 0 0 1px #fdf6e3; + border-color: #fdf6e3; transition: 200ms ease-out; } .maximized decoration, .fullscreen decoration, .tiled decoration { border-radius: 0; } .popup decoration { box-shadow: none; } .ssd decoration { - box-shadow: 0 0 0 1px #282828; } + box-shadow: 0 0 0 1px #fdf6e3; } .solid-csd decoration { border-radius: 0; box-shadow: none; } .csd.popup decoration { border-radius: 0; - box-shadow: 0 1px 2px rgba(20, 19, 19, 0.2), 0 0 0 1px rgba(40, 40, 40, 0.13); } + box-shadow: 0 1px 2px rgba(179, 134, 13, 0.2), 0 0 0 1px rgba(253, 246, 227, 0.13); } tooltip.csd decoration { border-radius: 3px; box-shadow: none; } messagedialog.csd decoration { border-radius: 3px; - box-shadow: 0 1px 2px rgba(20, 19, 19, 0.2), 0 0 0 1px rgba(40, 40, 40, 0.13); } + box-shadow: 0 1px 2px rgba(179, 134, 13, 0.2), 0 0 0 1px rgba(253, 246, 227, 0.13); } /*********************** ! Fallback mode panel * @@ -6738,9 +6738,9 @@ panel-applet > menubar menuitem, panel-applet > menubar:backdrop menuitem, panel-toplevel .gnome-panel-menu-bar menuitem, panel-toplevel .gnome-panel-menu-bar:backdrop menuitem, wnck-pager, wnck-tasklist, .mate-panel-menu-bar, .xfce4-panel, UnityPanelWidget, .unity-panel { - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; } + color: #002b36; } clock-box menuitem label, clock-box:backdrop menuitem label, panel-applet > menubar menuitem label, @@ -6751,7 +6751,7 @@ panel-toplevel .gnome-panel-menu-bar:backdrop menuitem label, gp-calendar-window #clock-applet-button label, #showdesktop-button label { font-weight: normal; - color: #d5c4a1; } + color: #002b36; } #clock-applet-button, #clock-applet-button:backdrop, panel-applet button, panel-applet button:backdrop, .xfce4-panel button, #login_window, #shutdown_dialog, #restart_dialog { border-width: 0 1px; @@ -6759,28 +6759,28 @@ panel-toplevel .gnome-panel-menu-bar:backdrop menuitem label, gp-calendar-window border-color: transparent; background-color: transparent; background-image: none; - color: #d5c4a1; } + color: #002b36; } #clock-applet-button:hover, panel-applet button:hover, .xfce4-panel button:hover, #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover { - background-color: mix(#282828,#d5c4a1,0.11); + background-color: mix(#eee8d5,#002b36,0.11); background-image: none; - border-color: mix(#282828,#d5c4a1,0.11); - color: #ded1b6; } + border-color: mix(#eee8d5,#002b36,0.11); + color: #002e3a; } #clock-applet-button:active, panel-applet button:active, .xfce4-panel button:active, #login_window:active, #shutdown_dialog:active, #restart_dialog:active, #clock-applet-button:checked, panel-applet button:checked, .xfce4-panel button:checked, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked { - background-color: mix(#282828,#d5c4a1,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - border-color: mix(#282828,#d5c4a1,0.21); - color: #ded1b6; } + border-color: mix(#eee8d5,#002b36,0.21); + color: #002e3a; } #clock-applet-button:active:hover, panel-applet button:active:hover, .xfce4-panel button:active:hover, #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, #clock-applet-button:checked:hover, panel-applet button:checked:hover, .xfce4-panel button:checked:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover { - background-color: mix(#282828,#d5c4a1,0.31); + background-color: mix(#eee8d5,#002b36,0.31); background-image: none; - border-color: mix(#282828,#d5c4a1,0.31); } + border-color: mix(#eee8d5,#002b36,0.31); } panel-plug, panel-toplevel.background { padding: 0; } .gp-text-color { - color: #141313; } + color: #b3860d; } panel-applet { border: 0; } @@ -6802,7 +6802,7 @@ panel-toplevel .gnome-panel-menu-bar:backdrop menuitem { #PanelApplet label, .mate-panel-menu-bar menubar > menuitem { - color: #d5c4a1; } + color: #002b36; } PanelSeparator, MatePanelAppletFrameDBus { border-width: 0; @@ -6821,7 +6821,7 @@ PanelSeparator, MatePanelAppletFrameDBus { border-style: solid; border-radius: 0; border-width: 1px; - color: #d5c4a1; + color: #002b36; text-shadow: none; box-shadow: none; padding: 2px; } @@ -6839,11 +6839,11 @@ PanelSeparator, MatePanelAppletFrameDBus { #PanelApplet button.flat.toggle:checked, #PanelApplet button.flat.toggle:checked:hover { background-image: none; - background-color: darker(#282828); + background-color: darker(#eee8d5); border-color: transparent; border-radius: 0; border-width: 1px; - color: lighter(#d5c4a1); + color: lighter(#002b36); text-shadow: none; padding: 2px; } @@ -6852,11 +6852,11 @@ PanelSeparator, MatePanelAppletFrameDBus { #PanelApplet button.toggle:hover, #PanelApplet button.flat.toggle:hover { background-image: none; - background-color: #343434; + background-color: white; border-color: transparent; border-radius: 0; border-width: 1px; - color: #ebdbb2; + color: #fdf6e3; text-shadow: none; padding: 2px; } @@ -6873,13 +6873,13 @@ PanelSeparator, MatePanelAppletFrameDBus { ! Gnome clocks * *****************/ .clocks-analog-frame.trough { - color: mix(#32302f,#ebdbb2,0.85); } + color: mix(#fdf6e3,#002b36,0.85); } .clocks-analog-frame.progress { - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#002b36,#839496,0.5); } .clocks-analog-frame.progress-fast { - color: #57786b; } + color: #5a696b; } /***************** ! Gnome Builder * @@ -6896,13 +6896,13 @@ workbench.csd > stack.titlebar:not(headerbar) { ! Geary * *****************/ .geary-expanded .geary-message-summary { - background-color: #e7d3a2; } + background-color: #002933; } .geary-folder-popover-list-row { - border-color: #303030; + border-color: white; box-shadow: None; } .geary-folder-popover-list-row > label { - color: #ebdbb2; } + color: #002b36; } /*********************** ! Unity Greeter * @@ -6913,27 +6913,27 @@ workbench.csd > stack.titlebar:not(headerbar) { .lightdm.button, .lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry { background-image: none; - background-color: rgba(20, 19, 19, 0.3); - border-color: rgba(236, 220, 180, 0.9); + background-color: rgba(179, 134, 13, 0.3); + border-color: rgba(0, 45, 57, 0.9); border-radius: 7px; - padding: 1px; - color: #ecdcb4; } + padding: 2px; + color: #002d39; } .lightdm.menu { background-image: none; - background-color: rgba(20, 19, 19, 0.6); - border-color: rgba(236, 220, 180, 0.2); + background-color: rgba(179, 134, 13, 0.6); + border-color: rgba(0, 45, 57, 0.2); border-radius: 6px; padding: 1px; - color: #ecdcb4; } + color: #002d39; } .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active { - color: #ecdcb4; } + color: #002d39; } .lightdm.menubar *, .lightdm.menubar.menuitem { - padding: -2px; } + padding: -1px; } .lightdm.option-button { - padding: 1px; + padding: 2px; background: none; border: 0; } @@ -6941,24 +6941,24 @@ workbench.csd > stack.titlebar:not(headerbar) { background: none; border-width: 0; } .lightdm.toggle-button.selected { - background-color: rgba(20, 19, 19, 0.3); - border-color: rgba(236, 220, 180, 0.3); + background-color: rgba(179, 134, 13, 0.3); + border-color: rgba(0, 45, 57, 0.3); border-width: 1px; } .lightdm.toggle-button.selected:hover { - background-color: rgba(236, 220, 180, 0.3); } + background-color: rgba(0, 45, 57, 0.3); } .lightdm.button:hover { - background-color: rgba(236, 220, 180, 0.3); - border-color: rgba(236, 220, 180, 0.6); + background-color: rgba(0, 45, 57, 0.3); + border-color: rgba(0, 45, 57, 0.6); text-shadow: none; } .lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus { background-image: none; - background-color: rgba(20, 19, 19, 0.3); - border-color: rgba(236, 220, 180, 0.6); + background-color: rgba(179, 134, 13, 0.3); + border-color: rgba(0, 45, 57, 0.6); border-radius: 7px; - padding: 3px; - color: #ecdcb4; + padding: 4px; + color: #002d39; text-shadow: none; } .lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus { @@ -6970,19 +6970,19 @@ workbench.csd > stack.titlebar:not(headerbar) { animation: dashentry_spinner 1s infinite linear; } .lightdm.entry:focus { - border-color: rgba(236, 220, 180, 0.6); + border-color: rgba(0, 45, 57, 0.6); border-width: 1px; border-style: solid; - color: #ecdcb4; } + color: #002d39; } .lightdm.entry:selected { - background-color: rgba(236, 220, 180, 0.2); } + background-color: rgba(0, 45, 57, 0.2); } .lightdm-combo.menu { - background-color: #2b2b2b; + background-color: #f8f6ef; border-radius: 0; padding: 0; - color: #ecdcb4; } + color: #002d39; } /********* ! Gedit * @@ -6991,14 +6991,14 @@ GeditWindow .pane-separator { border-width: 0 1px 0 0; border-style: solid; } GeditWindow .pane-separator, GeditWindow .pane-separator:hover { - border-color: #e2cc91; - background-color: #ebdbb2; } + border-color: #002731; + background-color: #002b36; } .gedit-document-panel { - background-color: #ebdbb2; - color: mix(#32302f,#ebdbb2,0.1); } + background-color: #002b36; + color: mix(#fdf6e3,#002b36,0.1); } .gedit-document-panel list row { - padding: 1px; } + padding: 2px; } .gedit-document-panel list row button { padding: 1px; border-radius: 3px; @@ -7010,31 +7010,31 @@ GeditWindow .pane-separator { color: transparent; -gtk-icon-shadow: none; } .gedit-document-panel .prelight-row button { - border-color: rgba(20, 19, 19, 0.1); - color: rgba(236, 220, 180, 0.8); } + border-color: rgba(179, 134, 13, 0.1); + color: rgba(0, 45, 57, 0.8); } .gedit-document-panel .prelight-row button:active { - border-color: rgba(20, 19, 19, 0.2); - background-color: rgba(20, 19, 19, 0.08); - color: #ecdcb4; } + border-color: rgba(179, 134, 13, 0.2); + background-color: rgba(179, 134, 13, 0.08); + color: #002d39; } .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover { - border-color: rgba(20, 19, 19, 0.1); - color: #ecdcb4; } + border-color: rgba(179, 134, 13, 0.1); + color: #002d39; } .gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { - border-top: 1px solid #e2cc91; - background-color: #ebdbb2; } + border-top: 1px solid #002731; + background-color: #002b36; } .gedit-document-panel-document-row:hover { - background-color: #efe3c2; } + background-color: #002d39; } .gedit-document-panel-dragged-row { - border: 1px solid rgba(20, 19, 19, 0.1); - background-color: rgba(20, 19, 19, 0.5); - color: #ecdcb4; } + border: 1px solid rgba(179, 134, 13, 0.1); + background-color: rgba(179, 134, 13, 0.5); + color: #002d39; } .gedit-document-panel-placeholder-row { border: 0; - background-color: rgba(20, 19, 19, 0.08); + background-color: rgba(179, 134, 13, 0.08); transition: all 200ms ease-in; } statusbar GeditSmallButton, GeditStatusMenuButton { @@ -7046,33 +7046,33 @@ statusbar GeditSmallButton, GeditStatusMenuButton { border-radius: 0; padding: 1px 6px 2px 4px; } statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button:active:hover { - border-color: #dabc70; } + border-color: #00222b; } statusbar GeditSmallButton button:active, GeditStatusMenuButton button:active { - background-color: #e7d3a2; - color: #32302f; } + background-color: #002933; + color: #fdf6e3; } GeditViewFrame .gedit-search-slider { - padding: 1px; + padding: 2px; border-radius: 0 0 3px 3px; border-width: 0 1px 1px; border-style: solid; - border-color: #dabc70; - background-color: #ebdbb2; } + border-color: #00222b; + background-color: #002b36; } GeditViewFrame .gedit-search-slider .not-found { - background-color: #ff276a; + background-color: #e19440; background-image: none; - color: #32302f; } + color: #fdf6e3; } GeditFileBrowserWidget .toolbar { - padding: 0.5px; + padding: 1px; border-top: 0; - background-color: #ebdbb2; + background-color: #002b36; background-image: none; } .gedit-search-entry-occurrences-tag { - margin: 0.5px; - padding: 0.5px; - color: mix(#32302f,#ebdbb2,0.5); } + margin: 1px; + padding: 1px; + color: mix(#fdf6e3,#002b36,0.5); } .gedit-bottom-panel-paned, .gedit-side-panel-paned, @@ -7086,19 +7086,19 @@ paned.titlebar { ! Nautilus * *************/ .nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop { - color: #ecdcb4; - text-shadow: 1px 1px #141313; } + color: #002d39; + text-shadow: 1px 1px #b3860d; } .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active { - color: #32302f; } + color: #fdf6e3; } .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected { - color: #ebdbb2; } + color: #fdf6e3; } .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected { text-shadow: none; } .nautilus-window toolbar { border-width: 0 0 1px; border-style: solid; - border-color: #dabc70; } + border-color: #00222b; } .nautilus-window .sidebar { border: 0; } @@ -7106,7 +7106,7 @@ paned.titlebar { border: 0; } .nautilus-window notebook { - background-color: #ebdbb2; + background-color: #002b36; border: 0; } .nautilus-window notebook frame { border: 0; } @@ -7114,44 +7114,44 @@ paned.titlebar { .nautilus-window .searchbar-container { margin-top: -1px; } .nautilus-window .searchbar-container searchbar { - padding-top: -2px; - padding-bottom: -1px; - border-bottom: 1px solid mix(#ebdbb2,#32302f,0.1); } + padding-top: -1px; + padding-bottom: 0px; + border-bottom: 1px solid mix(#002b36,#fdf6e3,0.18); } .disk-space-display { border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(50, 48, 47, 0.5); - border-color: rgba(45, 43, 42, 0.5); } + background-color: rgba(253, 246, 227, 0.5); + border-color: rgba(250, 232, 182, 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(131, 148, 150, 0.8); + border-color: rgba(116, 135, 137, 0.8); } .disk-space-display.free { - background-color: #e7d3a2; - border-color: #dfc582; } + background-color: #002933; + border-color: #00252e; } .conflict-row.activatable, .conflict-row.activatable:active { - color: #32302f; - background-color: #ff276a; } + color: #fdf6e3; + background-color: #e19440; } .conflict-row.activatable:hover { - background-color: #ff447e; } + background-color: #e5a259; } .conflict-row.activatable:selected { - color: #ebdbb2; - background-color: #83a598; } + color: #fdf6e3; + background-color: #839496; } /******** ! Nemo * *********/ .nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop { - color: #ecdcb4; - text-shadow: 1px 1px #141313; } + color: #002d39; + text-shadow: 1px 1px #b3860d; } .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active { - color: #32302f; } + color: #fdf6e3; } .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected { - color: #ebdbb2; } + color: #fdf6e3; } .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected { text-shadow: none; } @@ -7160,163 +7160,163 @@ paned.titlebar { .nemo-window toolbar { border-width: 0 0 1px; border-style: solid; - border-color: #dabc70; + border-color: #00222b; /* Path Bar */ } .nemo-window toolbar button { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .nemo-window toolbar button:focus, .nemo-window toolbar button:hover { - border-color: #527065; } + border-color: #525f61; } .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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } .nemo-window toolbar button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } .nemo-window toolbar button.flat { - color: #32302f; - border-color: rgba(235, 219, 178, 0); - background-color: rgba(235, 219, 178, 0); + color: #fdf6e3; + border-color: rgba(0, 43, 54, 0); + background-color: rgba(0, 43, 54, 0); background-image: none; box-shadow: none; } .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:hover { - background-color: #efe3c2; + background-color: #002d39; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } .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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } .nemo-window toolbar button:hover:disabled, .nemo-window toolbar button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } .nemo-window toolbar button:hover:active:disabled, .nemo-window toolbar button:hover:checked:disabled, .nemo-window toolbar button.flat:hover:active:disabled, .nemo-window toolbar button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } .nemo-window toolbar button:focus, .nemo-window toolbar button.flat:focus { - background-color: #efe3c2; + background-color: #002d39; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } .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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } .nemo-window toolbar button:focus:disabled, .nemo-window toolbar button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } .nemo-window toolbar button:focus:active:disabled, .nemo-window toolbar button:focus:checked:disabled, .nemo-window toolbar button.flat:focus:active:disabled, .nemo-window toolbar button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } .nemo-window toolbar button:focus:hover, .nemo-window toolbar button.flat:focus:hover { - background-color: #f4ead3; + background-color: #002f3b; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } .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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } .nemo-window toolbar button:focus:hover:disabled, .nemo-window toolbar button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } .nemo-window toolbar button:focus:hover:active:disabled, .nemo-window toolbar button:focus:hover:checked:disabled, .nemo-window toolbar button.flat:focus:hover:active:disabled, .nemo-window toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } .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: #525f61; } .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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 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 { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } .nemo-window toolbar button:checked:active:disabled, .nemo-window toolbar button:checked:checked:disabled, .nemo-window toolbar button:active:active:disabled, .nemo-window toolbar button:active:checked:disabled, .nemo-window toolbar button.flat:checked:active:disabled, .nemo-window toolbar button.flat:checked:checked:disabled, .nemo-window toolbar button.flat:active:active:disabled, .nemo-window toolbar button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .nemo-window toolbar button:focus, .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:focus, .nemo-window toolbar button.flat:hover { - color: #32302f; } + color: #fdf6e3; } .nemo-window toolbar button:disabled:disabled, .nemo-window toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#ebdbb2,#32302f,0.2),0.4); + background-color: alpha(mix(#002b36,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ebdbb2,#32302f,0.5); + color: mix(#002b36,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .nemo-window toolbar button.separator, .nemo-window toolbar button .separator { border: 1px solid currentColor; - color: rgba(235, 219, 178, 0.9); } + color: rgba(0, 43, 54, 0.9); } .nemo-window toolbar button.separator:disabled, .nemo-window toolbar button .separator:disabled { - color: rgba(235, 219, 178, 0.85); } + color: rgba(0, 43, 54, 0.85); } .nemo-window toolbar .linked > button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .nemo-window toolbar .linked > button:focus, .nemo-window toolbar .linked > button:hover { - box-shadow: inset -1px 0 #527065, 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: inset -1px 0 #525f61, 0 1px 2px -1px rgba(90, 67, 6, 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.12), inset 0 1px rgba(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 0.05); } .nemo-window toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #dabc70; } + box-shadow: inset -1px 0 #00222b; } .nemo-window toolbar .linked > button:last-child, .nemo-window toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .nemo-window toolbar .linked > button:last-child:hover, .nemo-window toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.42); } .nemo-window toolbar .linked > button:disabled:last-child, .nemo-window toolbar .linked > button:disabled:only-child, .nemo-window toolbar .linked > button:active:disabled:last-child, .nemo-window toolbar .linked > button:active:disabled:only-child, .nemo-window toolbar .linked > button:checked:disabled:last-child, .nemo-window toolbar .linked > button:checked:disabled:only-child { box-shadow: none; } .nemo-window toolbar .linked > button:active:last-child, .nemo-window toolbar .linked > button:active:last-child:focus, .nemo-window toolbar .linked > button:active:last-child:hover, .nemo-window toolbar .linked > button:active:last-child:hover:focus, .nemo-window toolbar .linked > button:checked:last-child, .nemo-window toolbar .linked > button:checked:last-child:focus, .nemo-window toolbar .linked > button:checked:last-child:hover, .nemo-window toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } .nemo-window toolbar .linked > button:active:only-child, .nemo-window toolbar .linked > button:active:only-child:focus, .nemo-window toolbar .linked > button:active:only-child:hover, .nemo-window toolbar .linked > button:active:only-child:hover:focus, .nemo-window toolbar .linked > button:checked:only-child, .nemo-window toolbar .linked > button:checked:only-child:focus, .nemo-window toolbar .linked > button:checked:only-child:hover, .nemo-window toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } .nemo-window toolbar separator, .nemo-window toolbar separator:disabled { - color: #e2cc91; + color: #002731; border-color: currentColor; -GtkWidget-window-dragging: true; } .nemo-window toolbar.primary-toolbar button.image-button { - padding: 0 6px; } + padding: 0 7px; } .nemo-window toolbar combobox, .nemo-window toolbar button { - padding: 1px; } + padding: 2px; } .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button { - padding: 1px; } + padding: 2px; } .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button { - padding: 1px; } + padding: 2px; } .nemo-window toolbar toolitem stack { margin-left: 15px; } .nemo-window toolbar toolitem stack widget button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(10, 10, 9, 0.12); + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(90, 67, 6, 0.22); -NemoPathbarButton-border-radius: 3px; } .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(10, 10, 9, 0.32); } + box-shadow: inset -1px 0 #525f61, 0 1px 2px -1px rgba(90, 67, 6, 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.12), inset 0 1px rgba(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 0.05); } .nemo-window toolbar toolitem stack widget button:disabled { - box-shadow: inset -1px 0 #dabc70; } + box-shadow: inset -1px 0 #00222b; } .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.42); } .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child { box-shadow: none; } .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.06), inset 0 1px rgba(10, 10, 9, 0.07), inset -1px 0 rgba(10, 10, 9, 0.06); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.06), inset 0 1px rgba(90, 67, 6, 0.07), inset -1px 0 rgba(90, 67, 6, 0.06); } .nemo-window grid > widget:last-child button { min-height: 16px; min-width: 16px; - padding: 0px 0px; } + padding: 1px 2px; } .nemo-window grid > widget:last-child button:first-child { margin-left: 20px; } .nemo-window grid > widget:last-child button:first-child + button { @@ -7332,26 +7332,26 @@ paned.titlebar { .nemo-window .sidebar .frame { border: 0; } .nemo-window .sidebar image { - padding-left: 1px; - padding-right: 1px; } + padding-left: 2px; + padding-right: 2px; } .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { - background-color: mix(#ebdbb2,#ebdbb2,0.5); } + background-color: mix(#002b36,#002b36,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-bg-color: #00222b; + -NemoPlacesTreeView-disk-full-fg-color: #839496; -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-bg-color: #fdf6e3; + -NemoPlacesTreeView-disk-full-fg-color: #a1aeb0; } .nemo-window .sidebar + separator + box .primary-toolbar { - background-color: #e9d8ab; + background-color: #002a35; background-image: none; - padding-top: -2px; - padding-bottom: -2px; - border-bottom: 1px solid mix(#ebdbb2,#32302f,0.1); } + padding-top: -1px; + padding-bottom: -1px; + border-bottom: 1px solid mix(#002b36,#fdf6e3,0.18); } .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2) { border-right: 0; border-top-right-radius: 0; @@ -7362,22 +7362,22 @@ paned.titlebar { border-top-left-radius: 0; border-bottom-left-radius: 0; } .nemo-window .sidebar + separator + box .primary-toolbar button.flat { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - border-color: rgba(0, 0, 0, 0.12); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); + border-color: rgba(0, 0, 0, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #527065; } + border-color: #525f61; } .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); } + border-color: rgba(0, 0, 0, 0.22); } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled { - border-color: rgba(0, 0, 0, 0.12); } + border-color: rgba(0, 0, 0, 0.22); } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:disabled { - border-color: rgba(0, 0, 0, 0.12); } + border-color: rgba(0, 0, 0, 0.22); } .nemo-window notebook { - background-color: #ebdbb2; + background-color: #002b36; border-width: 0; } .nemo-window notebook tabs { border: 0; } @@ -7389,11 +7389,11 @@ paned.titlebar { ! Synaptic * *************/ GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { - background-color: #ebdbb2; + background-color: #002b36; background-image: none; - padding: 1px; + padding: 2px; border: 0; - color: #32302f; } + color: #fdf6e3; } /*********************** ! Fallback mode panel * @@ -7406,8 +7406,8 @@ GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar padding: 0; border: 0; background-image: none; - background-color: #ebdbb2; - color: #32302f; } + background-color: #002b36; + color: #fdf6e3; } .xfce4-panel { font: inherit; } @@ -7431,46 +7431,46 @@ 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: #839496; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0; } UnityDecoration .top { - border: 1px solid #282828; + border: 1px solid #fdf6e3; border-bottom: 0; border-radius: 3px 3px 0 0; - padding: 1px 4px 0; - background-color: #282828; - color: mix(#d5c4a1,#282828,0.1); + padding: 1px 5px 0; + background-color: #eee8d5; + color: mix(#002b36,#eee8d5,0.1); text-shadow: none; } UnityDecoration .top:hover { border-radius: 0; - border-color: mix(#282828,#d5c4a1,0.21); - background-color: mix(#282828,#d5c4a1,0.21); + border-color: mix(#eee8d5,#002b36,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - color: #ded1b6; } + color: #002e3a; } UnityDecoration .top:backdrop { - border: 1px solid #282828; - color: mix(#d5c4a1,#282828,0.4); } + border: 1px solid #fdf6e3; + color: mix(#002b36,#eee8d5,0.4); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { - background-color: #282828; } + background-color: #eee8d5; } UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { - background-color: mix(#1c1c1c,#d5c4a1,0.21); } + background-color: mix(#c7b375,#002b36,0.21); } UnityPanelWidget, .unity-panel { border: 0; } .unity-panel.menuitem, .unity-panel .menuitem { border-width: 0 1px; - color: #d5c4a1; } + color: #002b36; } .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { - border-color: mix(#282828,#d5c4a1,0.21); - background-color: mix(#282828,#d5c4a1,0.21); + border-color: mix(#eee8d5,#002b36,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - color: #ded1b6; } + color: #002e3a; } SheetStyleDialog.unity-force-quit { - background-color: #ebdbb2; } + background-color: #002b36; } /************************ ! Unity-Control-Center * @@ -7484,203 +7484,203 @@ SheetStyleDialog.unity-force-quit { ! LightDM GTK Greeter * ***********************/ #panel_window { - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; + color: #002b36; font-weight: bold; - text-shadow: 0 1px rgba(20, 19, 19, 0.5); - -gtk-icon-shadow: 0 1px rgba(20, 19, 19, 0.5); } + text-shadow: 0 1px rgba(179, 134, 13, 0.5); + -gtk-icon-shadow: 0 1px rgba(179, 134, 13, 0.5); } #panel_window menubar { - padding-left: 1px; } + padding-left: 2px; } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; background-image: none; border-style: none; - color: #d5c4a1; - text-shadow: 0 1px rgba(20, 19, 19, 0.5); - -gtk-icon-shadow: 0 1px rgba(20, 19, 19, 0.5); } + color: #002b36; + text-shadow: 0 1px rgba(179, 134, 13, 0.5); + -gtk-icon-shadow: 0 1px rgba(179, 134, 13, 0.5); } #panel_window menubar:hover, #panel_window menubar > menuitem:hover { - background-color: rgba(213, 196, 161, 0.2); + background-color: rgba(0, 43, 54, 0.2); background-image: none; - color: #d5c4a1; } + color: #002b36; } #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover { - color: #d5c4a1; } + color: #002b36; } #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled { - color: rgba(213, 196, 161, 0.7); } + color: rgba(0, 43, 54, 0.7); } #panel_window menubar menu > menuitem { font-weight: normal; } #content_frame { - padding-bottom: 3px; } + padding-bottom: 6px; } #login_window, #shutdown_dialog, #restart_dialog { border-style: none; border-radius: 3px; - background-color: #282828; - color: #d5c4a1; + background-color: #eee8d5; + color: #002b36; /* draw border using box-shadow */ - box-shadow: inset 1px 0 mix(#1c1c1c,#d5c4a1,0.21), inset -1px 0 mix(#1c1c1c,#d5c4a1,0.21), inset 0 1px mix(#1c1c1c,#d5c4a1,0.21), inset 0 -1px mix(#1c1c1c,#d5c4a1,0.21); } + box-shadow: inset 1px 0 mix(#c7b375,#002b36,0.21), inset -1px 0 mix(#c7b375,#002b36,0.21), inset 0 1px mix(#c7b375,#002b36,0.21), inset 0 -1px mix(#c7b375,#002b36,0.21); } #login_window menu { border-radius: 0; } #login_window button { - background-color: #32302f; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(6, 43, 53, 0.32); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } #login_window button:focus, #login_window button:hover { - border-color: #527065; } + border-color: #525f61; } #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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } #login_window button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } #login_window button:active:disabled, #login_window button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } #login_window button.flat { - color: #d5c4a1; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #073642; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } #login_window button:hover, #login_window button.flat:hover { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } #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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } #login_window button:hover:disabled, #login_window button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } #login_window button:focus, #login_window button.flat:focus { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.42); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } #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: #525f61; } #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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } #login_window button:focus:disabled, #login_window button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } #login_window button:focus:active:disabled, #login_window button:focus:checked:disabled, #login_window button.flat:focus:active:disabled, #login_window button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } #login_window button:focus:hover, #login_window button.flat:focus:hover { - background-color: #373534; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.48); } + border-color: rgba(6, 43, 53, 0.4); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } #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: #525f61; } #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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } #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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(6, 43, 53, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(7, 54, 66, 0.06), inset 0 1px rgba(7, 54, 66, 0.07), inset -1px 0 rgba(7, 54, 66, 0.06), inset 0 -1px rgba(7, 54, 66, 0.05); } #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } #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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } #login_window button:checked:active:disabled, #login_window button:checked:checked:disabled, #login_window button:active:active:disabled, #login_window button:active:checked:disabled, #login_window button.flat:checked:active:disabled, #login_window button.flat:checked:checked:disabled, #login_window button.flat:active:active:disabled, #login_window button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } #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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { - color: #d5c4a1; } + color: #073642; } #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#073642,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#d5c4a1,0.5); + color: mix(#eee8d5,#073642,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } #login_window button.separator, #login_window button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(238, 232, 213, 0.9); } #login_window button.separator:disabled, #login_window button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(238, 232, 213, 0.85); } #login_window entry { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); - padding: 1px; - color: #d5c4a1; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } #login_window entry:focus, #login_window entry:hover { - border-color: #527065; } + border-color: #525f61; } #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(#282828,#d5c4a1,0.2),0.7); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.7); } #login_window entry:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.85); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.85); } #login_window entry:active:disabled, #login_window entry:checked:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); } #login_window entry:focus, #login_window entry:active { - border-color: #527065; } + border-color: #525f61; } #login_window entry:disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } #login_window entry:disabled:focus, #login_window entry:disabled:hover { - border-color: #527065; } + border-color: #525f61; } #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(#282828,#d5c4a1,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.7); } #login_window entry:disabled:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.85); } #login_window entry:disabled:active:disabled, #login_window entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); } #user_combobox { - color: #d5c4a1; + color: #002b36; font-size: 18px; } #user_combobox menu { font-weight: normal; } #user_combobox arrow { - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } #user_image { border-radius: 3px; /* draw border using box-shadow */ - box-shadow: inset 1px 0 #1c1c1c, inset -1px 0 #1c1c1c, inset 0 1px #1c1c1c, inset 0 -1px #1c1c1c; } + box-shadow: inset 1px 0 #c7b375, inset -1px 0 #c7b375, inset 0 1px #c7b375, inset 0 -1px #c7b375; } #user_image_border { border-radius: 3px; - background-color: #242424; + background-color: #e1d6b5; background-image: none; - box-shadow: inset 1px 0 rgba(10, 10, 9, 0.07), inset 0 1px rgba(10, 10, 9, 0.08), inset -1px 0 rgba(10, 10, 9, 0.07), inset 0 -1px rgba(10, 10, 9, 0.05); } + box-shadow: inset 1px 0 rgba(90, 67, 6, 0.07), inset 0 1px rgba(90, 67, 6, 0.08), inset -1px 0 rgba(90, 67, 6, 0.07), inset 0 -1px rgba(90, 67, 6, 0.05); } #buttonbox_frame { - padding-top: 2px; + padding-top: 4px; padding-bottom: 0; border-style: none; border-bottom-left-radius: 3px; @@ -7691,207 +7691,207 @@ SheetStyleDialog.unity-force-quit { /* shutdown button */ #shutdown_button button { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } #shutdown_button button:focus, #shutdown_button button:hover { - border-color: #527065; } + border-color: #525f61; } #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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #shutdown_button button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } #shutdown_button button.flat { - color: #32302f; - border-color: rgba(255, 39, 106, 0); - background-color: rgba(255, 39, 106, 0); + color: #fdf6e3; + border-color: rgba(225, 148, 64, 0); + background-color: rgba(225, 148, 64, 0); background-image: none; box-shadow: none; } #shutdown_button button:hover, #shutdown_button button.flat:hover { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } #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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #shutdown_button button:focus, #shutdown_button button.flat:focus { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } #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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #shutdown_button button:focus:disabled, #shutdown_button button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #shutdown_button button:focus:active:disabled, #shutdown_button button:focus:checked:disabled, #shutdown_button button.flat:focus:active:disabled, #shutdown_button button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover { - background-color: #ff447e; + background-color: #e5a259; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 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: #525f61; } #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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } #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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #shutdown_button button:checked:active:disabled, #shutdown_button button:checked:checked:disabled, #shutdown_button button:active:active:disabled, #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:checked:active:disabled, #shutdown_button button.flat:checked:checked:disabled, #shutdown_button button.flat:active:active:disabled, #shutdown_button button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { - color: #32302f; } + color: #fdf6e3; } #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled { - background-color: alpha(mix(#ff276a,#32302f,0.2),0.4); + background-color: alpha(mix(#e19440,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff276a,#32302f,0.5); + color: mix(#e19440,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } #shutdown_button button.separator, #shutdown_button button .separator { border: 1px solid currentColor; - color: rgba(255, 39, 106, 0.9); } + color: rgba(225, 148, 64, 0.9); } #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled { - color: rgba(255, 39, 106, 0.85); } + color: rgba(225, 148, 64, 0.85); } /* restart button */ #restart_button button { - background-color: #ff7f42; + background-color: #e1ec18; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.12); } #restart_button button:focus, #restart_button button:hover { - border-color: #527065; } + border-color: #525f61; } #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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #restart_button button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #restart_button button:active:disabled, #restart_button button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } #restart_button button.flat { - color: #32302f; - border-color: rgba(255, 127, 66, 0); - background-color: rgba(255, 127, 66, 0); + color: #fdf6e3; + border-color: rgba(225, 236, 24, 0); + background-color: rgba(225, 236, 24, 0); background-image: none; box-shadow: none; } #restart_button button:hover, #restart_button button.flat:hover { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.22); } #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover { - border-color: #527065; } + border-color: #525f61; } #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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #restart_button button:focus, #restart_button button.flat:focus { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.32); } #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: #525f61; } #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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #restart_button button:focus:disabled, #restart_button button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #restart_button button:focus:active:disabled, #restart_button button:focus:checked:disabled, #restart_button button.flat:focus:active:disabled, #restart_button button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #restart_button button:focus:hover, #restart_button button.flat:focus:hover { - background-color: #ff9562; + background-color: #e4ee30; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(10, 10, 9, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(90, 67, 6, 0.38); } #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: #525f61; } #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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { - border-color: #527065; } + border-color: #525f61; } #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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #restart_button button:checked:active:disabled, #restart_button button:checked:checked:disabled, #restart_button button:active:active:disabled, #restart_button button:active:checked:disabled, #restart_button button.flat:checked:active:disabled, #restart_button button.flat:checked:checked:disabled, #restart_button button.flat:active:active:disabled, #restart_button button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { - color: #32302f; } + color: #fdf6e3; } #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled { - background-color: alpha(mix(#ff7f42,#32302f,0.2),0.4); + background-color: alpha(mix(#e1ec18,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff7f42,#32302f,0.5); + color: mix(#e1ec18,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } #restart_button button.separator, #restart_button button .separator { border: 1px solid currentColor; - color: rgba(255, 127, 66, 0.9); } + color: rgba(225, 236, 24, 0.9); } #restart_button button.separator:disabled, #restart_button button .separator:disabled { - color: rgba(255, 127, 66, 0.85); } + color: rgba(225, 236, 24, 0.85); } /* password warning */ #greeter_infobar { @@ -7901,19 +7901,19 @@ SheetStyleDialog.unity-force-quit { ! Genome Terminal * ***********************/ VteTerminal { - background-color: #282828; - color: #d5c4a1; } + background-color: #eee8d5; + color: #002b36; } terminal-window junction, terminal-window scrollbar trough { - background-color: #282828; - border-color: #202020; } + background-color: #eee8d5; + border-color: #d4c595; } terminal-window scrollbar.vertical slider { - background-color: mix(#282828,#d5c4a1,0.2); } + background-color: mix(#eee8d5,#002b36,0.2); } terminal-window scrollbar.vertical slider:hover { - background-color: mix(#282828,#d5c4a1,0.3); } + background-color: mix(#eee8d5,#002b36,0.3); } terminal-window scrollbar.vertical slider:hover:active { - background-color: #83a598; } + background-color: #839496; } terminal-window scrollbar.vertical slider:disabled { background-color: transparent; } @@ -7924,13 +7924,13 @@ terminal-window scrollbar.vertical slider { background-color: transparent; } .raven { - background-color: rgba(235, 219, 178, 0.93); } + background-color: rgba(0, 43, 54, 0.93); } .raven .raven-header { - background-color: #ebdbb2; - border: solid mix(#ebdbb2,#32302f,0.1); + background-color: #002b36; + border: solid mix(#002b36,#fdf6e3,0.18); border-width: 1px 0; } .raven .raven-background { - background-color: rgba(235, 219, 178, 0.93); } + background-color: rgba(0, 43, 54, 0.93); } .raven-mpris { - background-color: rgba(235, 219, 178, 0.7); } + background-color: rgba(0, 43, 54, 0.7); } diff --git a/.themes/oomox-gruvbox/gtk-3.20/dist/gtk.css b/.themes/oomox-solarized-light/gtk-3.20/dist/gtk.css similarity index 82% rename from .themes/oomox-gruvbox/gtk-3.20/dist/gtk.css rename to .themes/oomox-solarized-light/gtk-3.20/dist/gtk.css index ea5f5187..3a2299f5 100644 --- a/.themes/oomox-gruvbox/gtk-3.20/dist/gtk.css +++ b/.themes/oomox-solarized-light/gtk-3.20/dist/gtk.css @@ -11,33 +11,33 @@ /*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ /*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ /* dark color scheme */ -@define-color dark_bg_color #282828; -@define-color dark_fg_color #d5c4a1; +@define-color dark_bg_color #eee8d5; +@define-color dark_fg_color #002b36; /* colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_bg_color #32302f; -@define-color theme_fg_color #ebdbb2; -@define-color theme_base_color #32302f; -@define-color theme_text_color #ebdbb2; -@define-color theme_selected_bg_color #83a598; -@define-color theme_selected_fg_color #ebdbb2; -@define-color theme_tooltip_bg_color #32302f; -@define-color theme_tooltip_fg_color #ebdbb2; +@define-color theme_bg_color #fdf6e3; +@define-color theme_fg_color #002b36; +@define-color theme_base_color #fdf6e3; +@define-color theme_text_color #002b36; +@define-color theme_selected_bg_color #839496; +@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_tooltip_bg_color #fdf6e3; +@define-color theme_tooltip_fg_color #002b36; /* shadow effects */ -@define-color light_shadow #333130; -@define-color dark_shadow #423411; +@define-color light_shadow #fdf7e5; +@define-color dark_shadow #00090b; /* misc colors used by gtk+ */ -@define-color info_fg_color #32302f; -@define-color info_bg_color #a327c0; -@define-color warning_fg_color #32302f; -@define-color warning_bg_color #ff7f42; -@define-color question_fg_color #32302f; -@define-color question_bg_color #a327c0; -@define-color error_fg_color #32302f; -@define-color error_bg_color #ff276a; -@define-color link_color #9400af; -@define-color success_color #c3a544; -@define-color warning_color #ff7f42; -@define-color error_color #ff276a; +@define-color info_fg_color #fdf6e3; +@define-color info_bg_color #839496; +@define-color warning_fg_color #fdf6e3; +@define-color warning_bg_color #e1ec18; +@define-color question_fg_color #fdf6e3; +@define-color question_bg_color #839496; +@define-color error_fg_color #fdf6e3; +@define-color error_bg_color #e19440; +@define-color link_color #744b85; +@define-color success_color #a3ff1a; +@define-color warning_color #e1ec18; +@define-color error_color #e19440; /* widget colors */ @define-color titlebar_bg_color @dark_bg_color; @define-color titlebar_fg_color @dark_fg_color; @@ -49,50 +49,50 @@ @define-color menu_fg_color @dark_fg_color; @define-color panel_bg_color @dark_bg_color; @define-color panel_fg_color @dark_fg_color; -@define-color borders mix(#32302f,#ebdbb2,0.18); -@define-color unfocused_borders mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); -@define-color button_bg_color #32302f; -@define-color button_fg_color #ebdbb2; -@define-color header_button_bg_color #32302f; -@define-color header_button_fg_color #d5c4a1; -@define-color insensitive_bg_color mix(#32302f,#32302f,0.6); -@define-color insensitive_fg_color mix(#ebdbb2,#32302f,0.5); +@define-color borders mix(#fdf6e3,#002b36,0.1); +@define-color unfocused_borders mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); +@define-color button_bg_color #eee8d5; +@define-color button_fg_color #073642; +@define-color header_button_bg_color #eee8d5; +@define-color header_button_fg_color #073642; +@define-color insensitive_bg_color mix(#fdf6e3,#fdf6e3,0.6); +@define-color insensitive_fg_color mix(#002b36,#fdf6e3,0.5); /* osd */ -@define-color osd_base #282828; -@define-color osd_bg rgba(40, 40, 40, 0.8); -@define-color osd_fg #d5c4a1; -@define-color osd_insensitive_bg_color mix(#d5c4a1,rgba(40, 40, 40, 0.8),0.5); -@define-color osd_insensitive_fg_color mix(#d5c4a1,#282828,0.6); -@define-color osd_borders_color rgba(34, 34, 34, 0.8); +@define-color osd_base #eee8d5; +@define-color osd_bg rgba(238, 232, 213, 0.8); +@define-color osd_fg #002b36; +@define-color osd_insensitive_bg_color mix(#002b36,rgba(238, 232, 213, 0.8),0.5); +@define-color osd_insensitive_fg_color mix(#002b36,#eee8d5,0.6); +@define-color osd_borders_color rgba(219, 206, 165, 0.8); /* lightdm greeter colors */ -@define-color lightdm_bg_color #282828; -@define-color lightdm_fg_color #d5c4a1; +@define-color lightdm_bg_color #eee8d5; +@define-color lightdm_fg_color #002b36; /* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color mix(#ebdbb2,#32302f,0.5); +@define-color theme_unfocused_fg_color mix(#002b36,#fdf6e3,0.5); /* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #ebdbb2; +@define-color theme_unfocused_text_color #002b36; /* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #32302f; +@define-color theme_unfocused_bg_color #fdf6e3; /* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #32302f; +@define-color theme_unfocused_base_color #fdf6e3; /* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #83a598; +@define-color theme_unfocused_selected_bg_color #839496; /* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #ebdbb2; +@define-color theme_unfocused_selected_fg_color #fdf6e3; /* insensitive color on backdrop windows*/ -@define-color unfocused_insensitive_color #0b0a0a; +@define-color unfocused_insensitive_color #f8df9c; /* window manager colors */ -@define-color wm_bg #282828; -@define-color wm_border_focused #282828; -@define-color wm_border_unfocused #282828; -@define-color wm_title_focused mix(#d5c4a1,#282828,0.1); -@define-color wm_title_unfocused mix(#d5c4a1,#282828,0.4); -@define-color wm_icons_focused mix(#d5c4a1,#282828,0.1); -@define-color wm_icons_focused_prelight #83a598; -@define-color wm_icons_focused_pressed #64897b; -@define-color wm_icons_unfocused mix(#d5c4a1,#282828,0.4); -@define-color wm_icons_unfocused_prelight #83a598; -@define-color wm_icons_unfocused_pressed #64897b; +@define-color wm_bg #eee8d5; +@define-color wm_border_focused #fdf6e3; +@define-color wm_border_unfocused #fdf6e3; +@define-color wm_title_focused mix(#002b36,#eee8d5,0.1); +@define-color wm_title_unfocused mix(#002b36,#eee8d5,0.4); +@define-color wm_icons_focused mix(#002b36,#eee8d5,0.1); +@define-color wm_icons_focused_prelight #839496; +@define-color wm_icons_focused_pressed #67787a; +@define-color wm_icons_unfocused mix(#002b36,#eee8d5,0.4); +@define-color wm_icons_unfocused_prelight #839496; +@define-color wm_icons_unfocused_pressed #67787a; /************** ! 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(131, 148, 150, 0.5); outline-style: dashed; outline-width: 1px; outline-offset: -1px; @@ -111,91 +111,91 @@ ! 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } * { /* hyperlinks */ - -GtkIMHtml-hyperlink-color: #9400af; } + -GtkIMHtml-hyperlink-color: #744b85; } *:disabled, *:disabled:disabled { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } *:disabled, *:disabled { -gtk-icon-effect: dim; } *:hover { -gtk-icon-effect: highlight; } *:link, *:visited { - color: #9400af; } + color: #744b85; } .background { - background-color: #32302f; - color: #ebdbb2; } + background-color: #fdf6e3; + color: #002b36; } .background:backdrop { text-shadow: none; -gtk-icon-shadow: none; } .background.csd { - background-color: #32302f; } + background-color: #fdf6e3; } .gtkstyle-fallback { - background-color: rgba(50, 48, 47, 0.5); - color: #ebdbb2; } + background-color: rgba(253, 246, 227, 0.5); + color: #002b36; } .gtkstyle-fallback:hover { - background-color: #373534; - color: #ebdbb2; } + background-color: white; + color: #002b36; } .gtkstyle-fallback:active { - background-color: #2d2b2a; - color: #ebdbb2; } + background-color: #fae8b6; + color: #002b36; } .gtkstyle-fallback:disabled { - background-color: #32302f; - color: mix(#ebdbb2,#32302f,0.5); } + background-color: #fdf6e2; + color: mix(#002b36,#fdf6e3,0.5); } image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled { background-color: transparent; } label.separator { - color: #ebdbb2; } + color: #002b36; } label.separator:backdrop { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } label selection { - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } label:disabled { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } label:disabled:backdrop { - color: #0b0a0a; } + color: #f8df9c; } label:backdrop { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } assistant .sidebar { - background-color: #32302f; - border-top: 1px solid mix(#32302f,#ebdbb2,0.18); } + background-color: #fdf6e3; + border-top: 1px solid mix(#fdf6e3,#002b36,0.1); } assistant .sidebar:backdrop { - background-color: #32302f; - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); } + background-color: #fdf6e3; + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); } assistant.csd .sidebar { border-top-style: none; } assistant .sidebar label { - padding: 1px 2px; } + padding: 2px 4px; } assistant .sidebar label.highlight { - background-color: mix(#ebdbb2,#32302f,0.8); } + background-color: mix(#002b36,#fdf6e3,0.8); } /********* ! Buttons **********/ @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(#839496), 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(#839496), 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(131, 104, 34, 0.847843)), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#839496), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(253, 247, 230, 0.769231)), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -210,9 +210,9 @@ button, headerbar button, .titlebar:not(headerbar) button, toolbar button, toolb #XfceNotifyWindow button, .osd button, .osd spinbutton:not(.vertical) button, #XfceNotifyWindow spinbutton:not(.vertical) button, .osd spinbutton.vertical button:first-child, #XfceNotifyWindow spinbutton.vertical button:first-child, .nemo-window toolbar button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, #login_window button, #shutdown_button button, #restart_button button { - min-height: 16px; - min-width: 16px; - padding: 1px 3px; + min-height: 18px; + min-width: 18px; + padding: 2px 4px; border-width: 1px; border-style: solid; border-radius: 3px; @@ -335,123 +335,123 @@ infobar.info button.close, infobar.warning button.close, infobar.question button background-image: none; box-shadow: none; } infobar.info button.close:focus, infobar.warning button.close:focus, infobar.question button.close:focus, infobar.error button.close:focus, notebook > header > tabs > arrow:focus, infobar.info button.close:hover, infobar.warning button.close:hover, infobar.question button.close:hover, infobar.error button.close:hover, notebook > header > tabs > arrow:hover { - border: 1px solid rgba(50, 48, 47, 0.3); - background-color: rgba(235, 219, 178, 0.2); + border: 1px solid rgba(253, 246, 227, 0.3); + background-color: rgba(0, 43, 54, 0.2); 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); - background-color: rgba(235, 219, 178, 0.1); + border: 1px solid rgba(131, 148, 150, 0.3); + background-color: rgba(253, 246, 227, 0.1); background-image: none; box-shadow: none; } button { - background-color: #32302f; + background-color: #eee8d5; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(6, 43, 53, 0.32); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } button:focus, button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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); } + border-color: rgba(5, 38, 46, 0.32); } button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } button:active:disabled, button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } button.flat { - color: #ebdbb2; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #073642; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } button:hover, button.flat:hover { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } 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(#839496,rgba(7, 54, 66, 0.4),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); } + border-color: rgba(5, 38, 46, 0.4); } button:hover:disabled, button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } button:focus, button.flat:focus { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(#839496,rgba(7, 54, 66, 0.4),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); } + border-color: rgba(5, 38, 46, 0.4); } button:focus:disabled, button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } button:focus:active:disabled, button:focus:checked:disabled, button.flat:focus:active:disabled, button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } button:focus:hover, button.flat:focus:hover { - background-color: #373534; + background-color: #fbfaf5; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(6, 43, 53, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(#839496,rgba(7, 54, 66, 0.4),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); } + border-color: rgba(5, 38, 46, 0.4); } button:focus:hover:disabled, button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(6, 43, 53, 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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(6, 43, 53, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(7, 54, 66, 0.06), inset 0 1px rgba(7, 54, 66, 0.07), inset -1px 0 rgba(7, 54, 66, 0.06), inset 0 -1px rgba(7, 54, 66, 0.05); } button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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); } + border-color: rgba(5, 38, 46, 0.32); } button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } button:checked:active:disabled, button:checked:checked:disabled, button:active:active:disabled, button:active:checked:disabled, button.flat:checked:active:disabled, button.flat:checked:checked:disabled, button.flat:active:active:disabled, button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(6, 43, 53, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } button:focus, button:hover, button.flat:focus, button.flat:hover { - color: #ebdbb2; } + color: #073642; } button:disabled:disabled, button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#eee8d5,#073642,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#ebdbb2,0.5); + color: mix(#eee8d5,#073642,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } button.separator, button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(238, 232, 213, 0.9); } button.separator:disabled, button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(238, 232, 213, 0.85); } .inline-toolbar button, .linked > button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 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, @@ -461,18 +461,18 @@ button { .linked > button:checked:hover, .linked > button:checked:focus, .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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 0.05); } .inline-toolbar button:disabled, .linked > button:disabled { - box-shadow: inset -1px 0 #282626; } + box-shadow: inset -1px 0 #d4c595; } .inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, @@ -490,7 +490,7 @@ button { .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, @@ -500,25 +500,25 @@ button { .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } .linked.vertical > button { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 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.22), inset 1px 0 rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.05); } + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 1px 0 rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.05); } .linked.vertical > button:disabled { - box-shadow: inset 0 -1px #282626; } + box-shadow: inset 0 -1px #d4c595; } .linked.vertical > button:last-child, .linked.vertical > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child { box-shadow: none; } .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } button.circular, button.nautilus-circular-button.image-button, button.circular-button { padding: 0; min-width: 28px; @@ -532,31 +532,31 @@ spinbutton:disabled { opacity: .4; } spinbutton button { - color: #ebdbb2; } + color: #073642; } spinbutton button:active, spinbutton button:checked, spinbutton button:hover { - background-color: #3c3a38; + background-color: white; background-image: none; } spinbutton button:disabled { - color: mix(#ebdbb2,#32302f,0.7); } + color: mix(#073642,#fdf6e3,0.7); } spinbutton button:backdrop { - color: mix(#32302f,mix(#ebdbb2,#32302f,0.5),0.9); } + color: mix(#fdf6e3,mix(#002b36,#fdf6e3,0.5),0.9); } spinbutton button:backdrop:disabled { - color: rgba(11, 10, 10, 0.8); } + color: rgba(248, 223, 156, 0.8); } spinbutton:not(.vertical) { /*@extend %entry;*/ - background-color: #32302f; + background-color: #fdf6e3; background-image: none; /*@include border($base_color);*/ padding: 0; border-radius: 3px; - color: #ebdbb2; - caret-color: #ebdbb2; + color: #002b36; + caret-color: #002b36; /*&:focus, &:active { border-color: border_focus($borders_color); }*/ } spinbutton:not(.vertical):disabled { - background-color: #2d2b2a; + background-color: #fae8b6; background-image: none; - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } spinbutton:not(.vertical) entry { border-radius: 3px 0 0 3px; border-right-width: 0; @@ -581,9 +581,9 @@ spinbutton:not(.vertical) { spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.2); } + box-shadow: inset 0 2px 3px -1px rgba(0, 17, 22, 0.2); } spinbutton:not(.vertical) button:backdrop { - border-color: alpha(mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9),0.8); } + border-color: alpha(mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9),0.8); } spinbutton:not(.vertical) button:backdrop:disabled { border-style: none none none solid; } spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { @@ -595,8 +595,8 @@ spinbutton:not(.vertical) { spinbutton.vertical button, spinbutton.vertical entry { min-width: 0; - padding-left: -1px; - padding-right: -1px; } + padding-left: 0px; + padding-right: 0px; } spinbutton.vertical entry { border-radius: 0; @@ -616,8 +616,8 @@ spinbutton.vertical button.down { *******************/ combobox button.combo { min-width: 0; - padding-left: 3px; - padding-right: 3px; } + padding-left: 4px; + padding-right: 4px; } combobox arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); @@ -625,7 +625,7 @@ combobox arrow { min-width: 16px; } combobox box button, combobox box entry { - padding: 1px 3px; } + padding: 2px 4px; } /********* ! Entry * @@ -694,7 +694,7 @@ entry, menuitem entry, popover.background entry, .osd entry, border-style: solid; border-radius: 3px; transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.1), inset 0 1px rgba(0, 9, 11, 0.12), inset -1px 0 rgba(0, 9, 11, 0.1), inset 0 -1px rgba(0, 9, 11, 0.05); } entry:focus, popover.background entry:focus, #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, @@ -703,104 +703,104 @@ 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } 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: #839496; background-image: none; border-width: 0; border-radius: 3px; - color: #ebdbb2; } + color: #fdf6e3; } entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 1px; } + padding-right: 2px; } entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 1px; } + padding-left: 2px; } entry.warning, popover.background entry.warning, #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #32302f; - border-color: #ff5402; - background-color: mix(#32302f,#ff7f42,0.6); } + color: #fdf6e3; + border-color: #b7c010; + background-color: mix(#fdf6e3,#e1ec18,0.6); } entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #32302f; } + color: #fdf6e3; } entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #32302f; - border-color: mix(#83a598,#ff7f42,0.3); - background-color: #ff7f42; + color: #fdf6e3; + border-color: mix(#839496,#e1ec18,0.3); + background-color: #e1ec18; box-shadow: none; } entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #32302f; - color: #ff7f42; } + background-color: #fdf6e3; + color: #e1ec18; } entry.error, popover.background entry.error, #XfceNotifyWindow entry.error, #login_window entry.error { - color: #32302f; - border-color: #eb0049; - background-color: mix(#32302f,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#fdf6e3,#e19440,0.6); } entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #32302f; } + color: #fdf6e3; } entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #32302f; - border-color: mix(#83a598,#ff276a,0.3); - background-color: #ff276a; + color: #fdf6e3; + border-color: mix(#839496,#e19440,0.3); + background-color: #e19440; box-shadow: none; } entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } entry.search-missing, popover.background entry.search-missing, #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #32302f; - border-color: #eb0049; - background-color: mix(#32302f,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#fdf6e3,#e19440,0.6); } entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #32302f; } + color: #fdf6e3; } entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #32302f; - border-color: mix(#83a598,#ff276a,0.3); - background-color: #ff276a; + color: #fdf6e3; + border-color: mix(#839496,#e19440,0.3); + background-color: #e19440; box-shadow: none; } entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } entry { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); - padding: 1px; - color: #ebdbb2; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } entry:focus, entry:hover { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.2),0.3); } + border-color: mix(#839496,mix(#fdf6e3,#002b36,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(#32302f,#ebdbb2,0.2),0.7); } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.7); } entry:disabled { - border-color: shade(mix(#32302f,#ebdbb2,0.2),0.85); } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.85); } entry:active:disabled, entry:checked:disabled { - border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.8); } entry:focus, entry:active { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.18),0.3); } + border-color: mix(#839496,mix(#fdf6e3,#002b36,0.1),0.3); } entry:disabled { - background-color: #2d2b2a; + background-color: #fae8b6; background-image: none; - border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.8); + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } entry:disabled:focus, entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } + border-color: mix(#839496,alpha(mix(#fdf6e3,#002b36,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(#32302f,#ebdbb2,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.7); } entry:disabled:disabled { - border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.85); } entry:disabled:active:disabled, entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.8); } /********* ! Buttons @@ -818,12 +818,12 @@ entry { ! Toolbar **********/ toolbar { - padding: 0px; + padding: 1px; border-style: none; } toolbar.horizontal separator { - margin: 0 3px 1px; } + margin: 0 4px 1px; } toolbar.vertical separator { - margin: 3px 1px 3px 0; } + margin: 4px 1px 4px 0; } headerbar { border-width: 0 0 1px; @@ -832,11 +832,11 @@ headerbar { headerbar spinbutton, headerbar separator, headerbar button { - margin-top: 4px; - margin-bottom: 4px; } + margin-top: 5px; + margin-bottom: 5px; } headerbar switch { - margin-top: 2px; - margin-bottom: 2px; } + margin-top: 3px; + margin-bottom: 3px; } window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, window:not(.tiled):not(.maximized) headerbar:first-child { @@ -845,166 +845,166 @@ headerbar { border-top-right-radius: 3px; } headerbar, .titlebar:not(headerbar) { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: #202020; - color: #d5c4a1; - background-color: #282828; + border-color: #d4c595; + color: #002b36; + background-color: #eee8d5; background-image: none; border-radius: 3px 3px 0 0; - color: mix(#d5c4a1,#282828,0.1); - padding: 0 2px; + color: mix(#002b36,#eee8d5,0.1); + padding: 0 4px; min-height: 42px; } headerbar:focus, .titlebar:focus:not(headerbar), headerbar:hover, .titlebar:hover:not(headerbar) { - border-color: mix(#83a598,#282828,0.3); } + border-color: mix(#839496,#eee8d5,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: #1c1c1c; } + border-color: #c7b375; } headerbar:disabled, .titlebar:disabled:not(headerbar) { - border-color: #222222; } + border-color: #dbcea5; } headerbar:active:disabled, .titlebar:active:disabled:not(headerbar), headerbar:checked:disabled, .titlebar:checked:disabled:not(headerbar) { - border-color: #202020; } + border-color: #d4c595; } headerbar:disabled, .titlebar:disabled:not(headerbar) { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } headerbar .title, .titlebar:not(headerbar) .title { font-weight: bold; - padding: 0 2px; } + padding: 0 4px; } headerbar .subtitle, .titlebar:not(headerbar) .subtitle { font-size: smaller; - padding: 0 2px; } + padding: 0 4px; } headerbar button, .titlebar:not(headerbar) button { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #2a2a2a; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #2a2a2a; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } headerbar button:focus:active:disabled, .titlebar:not(headerbar) button:focus:active:disabled, headerbar button:focus:checked:disabled, .titlebar:not(headerbar) button:focus:checked:disabled, headerbar button.flat:focus:active:disabled, .titlebar:not(headerbar) button.flat:focus:active:disabled, headerbar button.flat:focus:checked:disabled, .titlebar:not(headerbar) button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #2c2c2c; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } 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 { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } 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(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } 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 { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } 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 { - color: #d5c4a1; } + color: #002b36; } headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#282828,#d5c4a1,0.5); + color: mix(#eee8d5,#002b36,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } + color: rgba(238, 232, 213, 0.9); } headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } + color: rgba(238, 232, 213, 0.85); } 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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 0.12); } 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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 0.05); } headerbar .linked > button:disabled, .titlebar:not(headerbar) .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } + box-shadow: inset -1px 0 #d4c595; } headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } headerbar .linked > button:last-child:hover, .titlebar:not(headerbar) .linked > button:last-child:hover, headerbar .linked > button:only-child:hover, .titlebar:not(headerbar) .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } headerbar .linked > button:disabled:last-child, .titlebar:not(headerbar) .linked > button:disabled:last-child, headerbar .linked > button:disabled:only-child, .titlebar:not(headerbar) .linked > button:disabled:only-child, headerbar .linked > button:active:disabled:last-child, .titlebar:not(headerbar) .linked > button:active:disabled:last-child, headerbar .linked > button:active:disabled:only-child, .titlebar:not(headerbar) .linked > button:active:disabled:only-child, headerbar .linked > button:checked:disabled:last-child, .titlebar:not(headerbar) .linked > button:checked:disabled:last-child, headerbar .linked > button:checked:disabled:only-child, .titlebar:not(headerbar) .linked > button:checked:disabled:only-child { box-shadow: none; } headerbar .linked > button:active:last-child, .titlebar:not(headerbar) .linked > button:active:last-child, headerbar .linked > button:active:last-child:focus, .titlebar:not(headerbar) .linked > button:active:last-child:focus, headerbar .linked > button:active:last-child:hover, .titlebar:not(headerbar) .linked > button:active:last-child:hover, headerbar .linked > button:active:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:last-child:hover:focus, headerbar .linked > button:checked:last-child, .titlebar:not(headerbar) .linked > button:checked:last-child, headerbar .linked > button:checked:last-child:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:focus, headerbar .linked > button:checked:last-child:hover, .titlebar:not(headerbar) .linked > button:checked:last-child:hover, headerbar .linked > button:checked:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } headerbar .linked > button:active:only-child, .titlebar:not(headerbar) .linked > button:active:only-child, headerbar .linked > button:active:only-child:focus, .titlebar:not(headerbar) .linked > button:active:only-child:focus, headerbar .linked > button:active:only-child:hover, .titlebar:not(headerbar) .linked > button:active:only-child:hover, headerbar .linked > button:active:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:only-child:hover:focus, headerbar .linked > button:checked:only-child, .titlebar:not(headerbar) .linked > button:checked:only-child, headerbar .linked > button:checked:only-child:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:focus, headerbar .linked > button:checked:only-child:hover, .titlebar:not(headerbar) .linked > button:checked:only-child:hover, headerbar .linked > button:checked:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } headerbar combobox, .titlebar:not(headerbar) combobox, headerbar button, .titlebar:not(headerbar) button { - padding: 1px; } + padding: 2px; } headerbar combobox.text-button, .titlebar:not(headerbar) combobox.text-button, headerbar button.text-button, .titlebar:not(headerbar) button.text-button { - padding: 1px; } + padding: 2px; } headerbar combobox.image-button, .titlebar:not(headerbar) combobox.image-button, headerbar button.image-button, .titlebar:not(headerbar) button.image-button { - padding: 1px; } + padding: 2px; } headerbar separator, .titlebar:not(headerbar) separator, headerbar separator:disabled, .titlebar:not(headerbar) separator:disabled { - color: #181818; + color: #baa255; border-color: currentColor; -GtkWidget-window-dragging: true; } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: mix(#d5c4a1,#282828,0.6); + color: mix(#002b36,#eee8d5,0.6); text-shadow: none; } headerbar.default-decoration, .default-decoration.titlebar:not(headerbar) { min-height: 24px; @@ -1024,393 +1024,393 @@ headerbar, .titlebar:not(headerbar) { headerbar .title, .titlebar:not(headerbar) .title { font-weight: bold; } headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { - margin-left: 1px; } + margin-left: 2px; } headerbar button, .titlebar:not(headerbar) button { - background-color: #32302f; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(6, 43, 53, 0.32); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #d5c4a1; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #073642; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } headerbar button:focus:disabled, .titlebar:not(headerbar) button:focus:disabled, headerbar button.flat:focus:disabled, .titlebar:not(headerbar) button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } headerbar button:focus:active:disabled, .titlebar:not(headerbar) button:focus:active:disabled, headerbar button:focus:checked:disabled, .titlebar:not(headerbar) button:focus:checked:disabled, headerbar button.flat:focus:active:disabled, .titlebar:not(headerbar) button.flat:focus:active:disabled, headerbar button.flat:focus:checked:disabled, .titlebar:not(headerbar) button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #373534; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(6, 43, 53, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } 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 { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(6, 43, 53, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(7, 54, 66, 0.06), inset 0 1px rgba(7, 54, 66, 0.07), inset -1px 0 rgba(7, 54, 66, 0.06), inset 0 -1px rgba(7, 54, 66, 0.05); } 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(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } 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 { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } 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 { - color: #d5c4a1; } + color: #073642; } headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#073642,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#d5c4a1,0.5); + color: mix(#eee8d5,#073642,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(238, 232, 213, 0.9); } headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(238, 232, 213, 0.85); } headerbar button.titlebutton + separator.titlebutton, .titlebar:not(headerbar) button.titlebutton + separator.titlebutton { margin-left: 0; - margin-right: 1px; } + margin-right: 2px; } headerbar button.titlebutton, .titlebar:not(headerbar) button.titlebutton { border: 0; background-image: none; background-color: transparent; - color: mix(#d5c4a1,#282828,0.1); + color: mix(#002b36,#eee8d5,0.1); box-shadow: none; } 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: #839496; 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: #748789; box-shadow: none; } headerbar button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop { background: none; - color: mix(#d5c4a1,#282828,0.6); + color: mix(#002b36,#eee8d5,0.6); -gtk-icon-shadow: none; } toolbar { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: #282626; - color: #ebdbb2; } + border-color: #f7d989; + color: #002b36; } toolbar:focus, toolbar:hover { - border-color: mix(#83a598,#32302f,0.3); } + border-color: mix(#839496,#fdf6e3,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: #232221; } + border-color: #f3cb5d; } toolbar:disabled { - border-color: #2b2928; } + border-color: #f8e0a0; } toolbar:active:disabled, toolbar:checked:disabled { - border-color: #282626; } + border-color: #f7d989; } toolbar:disabled { - background-color: #2d2b2a; + background-color: #fae8b6; background-image: none; - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } toolbar .title { font-weight: bold; - padding: 0 2px; } + padding: 0 4px; } toolbar .subtitle { font-size: smaller; - padding: 0 2px; } + padding: 0 4px; } toolbar button { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } toolbar button:focus, toolbar button:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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); } + border-color: rgba(0, 30, 38, 0.32); } toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } toolbar button:active:disabled, toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } toolbar button.flat { - color: #ebdbb2; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #002b36; + border-color: rgba(253, 246, 227, 0); + background-color: rgba(253, 246, 227, 0); background-image: none; box-shadow: none; } toolbar button:hover, toolbar button.flat:hover { - background-color: #353231; + background-color: #fffdf9; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } 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(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } toolbar button:hover:disabled, toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } toolbar button:focus, toolbar button.flat:focus { - background-color: #353231; + background-color: #fffdf9; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } toolbar button:focus:disabled, toolbar button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } toolbar button:focus:active:disabled, toolbar button:focus:checked:disabled, toolbar button.flat:focus:active:disabled, toolbar button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } toolbar button:focus:hover, toolbar button.flat:focus:hover { - background-color: #373534; + background-color: white; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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); } + border-color: rgba(0, 30, 38, 0.32); } toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } toolbar button:checked:active:disabled, toolbar button:checked:checked:disabled, toolbar button:active:active:disabled, toolbar button:active:checked:disabled, toolbar button.flat:checked:active:disabled, toolbar button.flat:checked:checked:disabled, toolbar button.flat:active:active:disabled, toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(0, 34, 43, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } toolbar button:focus, toolbar button:hover, toolbar button.flat:focus, toolbar button.flat:hover { - color: #ebdbb2; } + color: #002b36; } toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#fdf6e3,#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#ebdbb2,0.5); + color: mix(#fdf6e3,#002b36,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } toolbar button.separator, toolbar button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(253, 246, 227, 0.9); } toolbar button.separator:disabled, toolbar button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(253, 246, 227, 0.85); } toolbar .linked > button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 0.12); } 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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 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.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 0.05); } toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #282626; } + box-shadow: inset -1px 0 #f7d989; } toolbar .linked > button:last-child, toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } toolbar .linked > button:last-child:hover, toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } toolbar .linked > button:disabled:last-child, toolbar .linked > button:disabled:only-child, toolbar .linked > button:active:disabled:last-child, toolbar .linked > button:active:disabled:only-child, toolbar .linked > button:checked:disabled:last-child, toolbar .linked > button:checked:disabled:only-child { box-shadow: none; } toolbar .linked > button:active:last-child, toolbar .linked > button:active:last-child:focus, toolbar .linked > button:active:last-child:hover, toolbar .linked > button:active:last-child:hover:focus, toolbar .linked > button:checked:last-child, toolbar .linked > button:checked:last-child:focus, toolbar .linked > button:checked:last-child:hover, toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } toolbar .linked > button:active:only-child, toolbar .linked > button:active:only-child:focus, toolbar .linked > button:active:only-child:hover, toolbar .linked > button:active:only-child:hover:focus, toolbar .linked > button:checked:only-child, toolbar .linked > button:checked:only-child:focus, toolbar .linked > button:checked:only-child:hover, toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } toolbar combobox, toolbar button { - padding: 1px; } + padding: 2px; } toolbar combobox.text-button, toolbar button.text-button { - padding: 1px; } + padding: 2px; } toolbar combobox.image-button, toolbar button.image-button { - padding: 1px; } + padding: 2px; } toolbar separator, toolbar separator:disabled { - color: #1e1d1c; + color: #f0bc30; border-color: currentColor; -GtkWidget-window-dragging: true; } toolbar.inline-toolbar { padding: 1px; border-width: 0 1px 1px; border-style: solid; - border-color: mix(#32302f,#ebdbb2,0.18); - background-color: mix(mix(#32302f,#ebdbb2,0.18),#32302f,0.7); + border-color: mix(#fdf6e3,#002b36,0.1); + background-color: mix(mix(#fdf6e3,#002b36,0.1),#fdf6e3,0.7); background-image: none; } toolbar.inline-toolbar:backdrop { - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); - background-color: mix(#32302f,mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9),0.35); + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); + background-color: mix(#fdf6e3,mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9),0.35); transition: 200ms ease-out; } toolbar.inline-toolbar button { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } 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(#839496,rgba(0, 43, 54, 0.32),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); } + border-color: rgba(0, 30, 38, 0.32); } toolbar.inline-toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } toolbar.inline-toolbar button.flat { - color: #ebdbb2; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #002b36; + border-color: rgba(253, 246, 227, 0); + background-color: rgba(253, 246, 227, 0); background-image: none; box-shadow: none; } toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover { - background-color: #353231; + background-color: #fffdf9; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus { - background-color: #353231; + background-color: #fffdf9; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } toolbar.inline-toolbar button:focus:disabled, toolbar.inline-toolbar button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } toolbar.inline-toolbar button:focus:active:disabled, toolbar.inline-toolbar button:focus:checked:disabled, toolbar.inline-toolbar button.flat:focus:active:disabled, toolbar.inline-toolbar button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover { - background-color: #373534; + background-color: white; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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); } + border-color: rgba(0, 30, 38, 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 { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } toolbar.inline-toolbar button:checked:active:disabled, toolbar.inline-toolbar button:checked:checked:disabled, toolbar.inline-toolbar button:active:active:disabled, toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:checked:active:disabled, toolbar.inline-toolbar button.flat:checked:checked:disabled, toolbar.inline-toolbar button.flat:active:active:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(0, 34, 43, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { - color: #ebdbb2; } + color: #002b36; } toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#fdf6e3,#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#ebdbb2,0.5); + color: mix(#fdf6e3,#002b36,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(253, 246, 227, 0.9); } toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(253, 246, 227, 0.85); } window.csd > .titlebar:not(headerbar) { padding: 0; @@ -1421,7 +1421,7 @@ window.csd > .titlebar:not(headerbar) { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-color: #232323; } + background-color: #ded3ae; } .background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { border-top-left-radius: 3px; @@ -1435,37 +1435,37 @@ window.csd > .titlebar:not(headerbar) { ! Action-bar * ***************/ actionbar > revealer > box { - padding: 1px; - border-top: 1px solid mix(#32302f,#ebdbb2,0.18); } + padding: 2px; + border-top: 1px solid mix(#fdf6e3,#002b36,0.1); } actionbar > revealer > box:backdrop { - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); } + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); } /**************************** ! Search and Location bars * *****************************/ searchbar, .location-bar { - background-color: #312f2e; + background-color: #fcf3da; background-image: none; border-width: 0 0 1px; border-style: solid; - border-color: #282626; - color: #ebdbb2; } + border-color: #f7d989; + color: #002b36; } /****************** ! Action buttons * *******************/ .suggested-action, headerbar.selection-mode button.suggested-action, .titlebar:not(headerbar).selection-mode button.suggested-action { - background-color: #c3a544; + background-color: #a3ff1a; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .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(#839496,rgba(253, 246, 227, 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, @@ -1473,258 +1473,258 @@ searchbar, .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:checked:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .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 { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action, .titlebar:not(headerbar).selection-mode button.flat.suggested-action { - color: #ebdbb2; - border-color: rgba(195, 165, 68, 0); - background-color: rgba(195, 165, 68, 0); + color: #fdf6e3; + border-color: rgba(163, 255, 26, 0); + background-color: rgba(163, 255, 26, 0); background-image: none; box-shadow: none; } .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - background-color: #c6aa4e; + background-color: #a9ff28; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } .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(#839496,rgba(253, 246, 227, 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 { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } .suggested-action:hover:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus { - background-color: #c6aa4e; + background-color: #a9ff28; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .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(#839496,rgba(253, 246, 227, 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 { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } .suggested-action:focus:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:disabled, .suggested-action.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .suggested-action:focus:active:disabled, .suggested-action:focus:checked:disabled, .suggested-action.flat:focus:active:disabled, .suggested-action.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .suggested-action:focus:hover, .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover { - background-color: #c9af58; + background-color: #aeff36; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } .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(#839496,rgba(253, 246, 227, 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); } + border-color: rgba(243, 203, 93, 0.3); } .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active, .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, .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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } .suggested-action:checked:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, .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(#839496,rgba(253, 246, 227, 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, .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action:active:active:hover, .suggested-action:active:active:focus, .suggested-action:active:active:hover:focus, .suggested-action:active:checked, .titlebar:not(headerbar).selection-mode button.suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus, .suggested-action.flat:checked:active, .suggested-action.flat:checked:active:hover, .suggested-action.flat:checked:active:focus, .suggested-action.flat:checked:active:hover:focus, .suggested-action.flat:checked:checked, .suggested-action.flat:checked:checked:hover, .suggested-action.flat:checked:checked:focus, .suggested-action.flat:checked:checked:hover:focus, .suggested-action.flat:active:active, .suggested-action.flat:active:active:hover, .suggested-action.flat:active:active:focus, .suggested-action.flat:active:active:hover:focus, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } .suggested-action:checked:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .suggested-action:checked:active:disabled, .suggested-action:checked:checked:disabled, .suggested-action:active:active:disabled, .suggested-action:active:checked:disabled, .suggested-action.flat:checked:active:disabled, .suggested-action.flat:checked:checked:disabled, .suggested-action.flat:active:active:disabled, .suggested-action.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } .suggested-action:checked:focus, .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, .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 { /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #8cab9f; + background-color: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .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, .suggested-action.flat:focus, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus, .suggested-action.flat:hover, .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - color: #ebdbb2; } + color: #fdf6e3; } .suggested-action:disabled:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled { - background-color: alpha(mix(#c3a544,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#a3ff1a,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#c3a544,#ebdbb2,0.5); + color: mix(#a3ff1a,#fdf6e3,0.5); box-shadow: none; } .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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action, .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator, .titlebar:not(headerbar).selection-mode button.suggested-action .separator { border: 1px solid currentColor; - color: rgba(195, 165, 68, 0.9); } + color: rgba(163, 255, 26, 0.9); } .suggested-action.separator:disabled, .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action .separator:disabled { - color: rgba(195, 165, 68, 0.85); } + color: rgba(163, 255, 26, 0.85); } .destructive-action { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .destructive-action:focus, .destructive-action:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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); } + border-color: rgba(243, 203, 93, 0.22); } .destructive-action:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .destructive-action:active:disabled, .destructive-action:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } .destructive-action.flat { - color: #ebdbb2; - border-color: rgba(255, 39, 106, 0); - background-color: rgba(255, 39, 106, 0); + color: #fdf6e3; + border-color: rgba(225, 148, 64, 0); + background-color: rgba(225, 148, 64, 0); background-image: none; box-shadow: none; } .destructive-action:hover, .destructive-action.flat:hover { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(#839496,rgba(253, 246, 227, 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); } + border-color: rgba(243, 203, 93, 0.3); } .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .destructive-action:focus, .destructive-action.flat:focus { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(#839496,rgba(253, 246, 227, 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); } + border-color: rgba(243, 203, 93, 0.3); } .destructive-action:focus:disabled, .destructive-action.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .destructive-action:focus:active:disabled, .destructive-action:focus:checked:disabled, .destructive-action.flat:focus:active:disabled, .destructive-action.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } .destructive-action:focus:hover, .destructive-action.flat:focus:hover { - background-color: #ff447e; + background-color: #e5a259; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(#839496,rgba(253, 246, 227, 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); } + border-color: rgba(243, 203, 93, 0.3); } .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { - border-color: mix(#83a598,rgba(235, 219, 178, 0.22),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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); } + border-color: rgba(243, 203, 93, 0.22); } .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { - color: #ebdbb2; } + color: #fdf6e3; } .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled { - background-color: alpha(mix(#ff276a,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#e19440,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff276a,#ebdbb2,0.5); + color: mix(#e19440,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .destructive-action.separator, .destructive-action .separator { border: 1px solid currentColor; - color: rgba(255, 39, 106, 0.9); } + color: rgba(225, 148, 64, 0.9); } .destructive-action.separator:disabled, .destructive-action .separator:disabled { - color: rgba(255, 39, 106, 0.85); } + color: rgba(225, 148, 64, 0.85); } /****************** ! Selection mode * *******************/ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: #64897b; - color: #ebdbb2; } + border-color: #67787a; + color: #fdf6e3; } 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(#839496,#839496,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, @@ -1734,38 +1734,38 @@ 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: #5a696b; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - border-color: #6a9283; } + border-color: #6e7f81; } 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: #67787a; } headerbar.selection-mode:disabled, .titlebar:not(headerbar).selection-mode:disabled { - background-color: #72998a; + background-color: #748789; background-image: none; - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#fdf6e3,#839496,0.5); } headerbar.selection-mode .title, .titlebar:not(headerbar).selection-mode .title { font-weight: bold; - padding: 0 2px; } + padding: 0 4px; } headerbar.selection-mode .subtitle, .titlebar:not(headerbar).selection-mode .subtitle { font-size: smaller; - padding: 0 2px; } + padding: 0 4px; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } 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(#839496,rgba(253, 246, 227, 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, @@ -1775,35 +1775,35 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:checked:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:disabled, .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } 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); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, .titlebar:not(headerbar).selection-mode button:hover:focus, .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(#839496,rgba(253, 246, 227, 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, @@ -1821,31 +1821,31 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, .titlebar:not(headerbar).selection-mode button:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } headerbar.selection-mode button:focus:focus, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:focus, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:focus, .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(#839496,rgba(253, 246, 227, 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, @@ -1863,30 +1863,30 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:disabled, headerbar.selection-mode button.flat:focus:disabled, .titlebar:not(headerbar).selection-mode button:focus:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:active:disabled, headerbar.selection-mode button:focus:checked:disabled, headerbar.selection-mode button.flat:focus:active:disabled, headerbar.selection-mode button.flat:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #92a1a3; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, .titlebar:not(headerbar).selection-mode button:focus:hover:focus, .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(#839496,rgba(253, 246, 227, 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, @@ -1904,28 +1904,28 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, .titlebar:not(headerbar).selection-mode button:checked, .titlebar:not(headerbar).selection-mode button:active, .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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -1935,7 +1935,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(#839496,rgba(253, 246, 227, 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, @@ -1969,13 +1969,13 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, .titlebar:not(headerbar).selection-mode button:checked:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, @@ -1985,7 +1985,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -1996,49 +1996,49 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #ebdbb2; } + color: #fdf6e3; } 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(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, .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(131, 148, 150, 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(131, 148, 150, 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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 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, @@ -2048,18 +2048,18 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode .linked > button:checked:hover, .titlebar:not(headerbar).selection-mode .linked > button:checked:focus, .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus { - 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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 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 #67787a; } 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 { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } headerbar.selection-mode .linked > button:last-child:hover, headerbar.selection-mode .linked > button:only-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } headerbar.selection-mode .linked > button:disabled:last-child, headerbar.selection-mode .linked > button:disabled:only-child, headerbar.selection-mode .linked > button:active:disabled:last-child, headerbar.selection-mode .linked > button:active:disabled:only-child, headerbar.selection-mode .linked > button:checked:disabled:last-child, headerbar.selection-mode .linked > button:checked:disabled:only-child, .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child, .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child, @@ -2077,7 +2077,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus, .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } headerbar.selection-mode .linked > button:active:only-child, headerbar.selection-mode .linked > button:active:only-child:focus, headerbar.selection-mode .linked > button:active:only-child:hover, headerbar.selection-mode .linked > button:active:only-child:hover:focus, headerbar.selection-mode .linked > button:checked:only-child, headerbar.selection-mode .linked > button:checked:only-child:focus, headerbar.selection-mode .linked > button:checked:only-child:hover, headerbar.selection-mode .linked > button:checked:only-child:hover:focus, .titlebar:not(headerbar).selection-mode .linked > button:active:only-child, .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus, @@ -2087,36 +2087,36 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus, .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover, .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } headerbar.selection-mode combobox, headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode combobox, .titlebar:not(headerbar).selection-mode button { - padding: 1px; } + padding: 2px; } headerbar.selection-mode combobox.text-button, headerbar.selection-mode button.text-button, .titlebar:not(headerbar).selection-mode combobox.text-button, .titlebar:not(headerbar).selection-mode button.text-button { - padding: 1px; } + padding: 2px; } headerbar.selection-mode combobox.image-button, headerbar.selection-mode button.image-button, .titlebar:not(headerbar).selection-mode combobox.image-button, .titlebar:not(headerbar).selection-mode button.image-button { - padding: 1px; } + padding: 2px; } 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: #4d5a5b; border-color: currentColor; -GtkWidget-window-dragging: true; } headerbar.selection-mode button, .titlebar:not(headerbar).selection-mode button { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } 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(#839496,rgba(253, 246, 227, 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, @@ -2126,35 +2126,35 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button:checked:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:disabled, .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } 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); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, .titlebar:not(headerbar).selection-mode button:hover:focus, .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(#839496,rgba(253, 246, 227, 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, @@ -2172,31 +2172,31 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, .titlebar:not(headerbar).selection-mode button:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #8b9b9c; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } headerbar.selection-mode button:focus:focus, headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:focus, headerbar.selection-mode button.flat:focus:hover, .titlebar:not(headerbar).selection-mode button:focus:focus, .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(#839496,rgba(253, 246, 227, 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, @@ -2214,30 +2214,30 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:disabled, headerbar.selection-mode button.flat:focus:disabled, .titlebar:not(headerbar).selection-mode button:focus:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:active:disabled, headerbar.selection-mode button:focus:checked:disabled, headerbar.selection-mode button.flat:focus:active:disabled, headerbar.selection-mode button.flat:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } 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: #92a1a3; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, .titlebar:not(headerbar).selection-mode button:focus:hover:focus, .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(#839496,rgba(253, 246, 227, 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, @@ -2255,28 +2255,28 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } + border-color: rgba(243, 203, 93, 0.3); } headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(248, 224, 160, 0.3); } headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(247, 217, 137, 0.3); } headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, .titlebar:not(headerbar).selection-mode button:checked, .titlebar:not(headerbar).selection-mode button:active, .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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -2286,7 +2286,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(#839496,rgba(253, 246, 227, 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, @@ -2320,13 +2320,13 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } + border-color: rgba(243, 203, 93, 0.22); } headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:disabled, .titlebar:not(headerbar).selection-mode button:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(248, 224, 160, 0.22); } headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, .titlebar:not(headerbar).selection-mode button:checked:active:disabled, .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, @@ -2336,7 +2336,7 @@ headerbar.selection-mode, .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(247, 217, 137, 0.22); } headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, .titlebar:not(headerbar).selection-mode button:checked:focus, .titlebar:not(headerbar).selection-mode button:checked:hover, @@ -2347,50 +2347,50 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, .titlebar:not(headerbar).selection-mode button:focus, .titlebar:not(headerbar).selection-mode button:hover, .titlebar:not(headerbar).selection-mode button.flat:focus, .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #ebdbb2; } + color: #fdf6e3; } 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(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#83a598,#ebdbb2,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, .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(131, 148, 150, 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(131, 148, 150, 0.85); } headerbar.selection-mode:backdrop, .titlebar:not(headerbar).selection-mode:backdrop { - background-color: #83a598; + background-color: #839496; 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: #67787a; background-color: transparent; background-image: none; box-shadow: none; @@ -2398,21 +2398,21 @@ 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: #5a696b; } 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: #617072; } 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 { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - color: rgba(235, 219, 178, 0.5); + color: rgba(253, 246, 227, 0.5); -gtk-icon-shadow: none; } headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label, .selection-menu headerbar.selection-mode label.separator, .titlebar:not(headerbar).selection-mode .dim-label, .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: #5a696b; } /********** ! Calendar @@ -2420,34 +2420,34 @@ headerbar.selection-mode, calendar { padding: 1px 3px; outline-offset: -1px; - color: #ebdbb2; } + color: #002b36; } calendar:selected { border-radius: 3px; } calendar.header { - border-bottom: 1px solid rgba(131, 104, 34, 0.1); + border-bottom: 1px solid rgba(0, 17, 22, 0.1); border-radius: 0; } calendar.header:backdrop { - border-color: rgba(131, 104, 34, 0.1); } + border-color: rgba(0, 17, 22, 0.1); } calendar.button { - color: rgba(235, 219, 178, 0.55); } + color: rgba(0, 43, 54, 0.55); } calendar.button:hover { - color: #ebdbb2; } + color: #002b36; } calendar.button:backdrop { - color: alpha(mix(#ebdbb2,#32302f,0.5),0.55); } + color: alpha(mix(#002b36,#fdf6e3,0.5),0.55); } calendar.button:disabled { - color: alpha(mix(#ebdbb2,#32302f,0.5),0.55); } + color: alpha(mix(#002b36,#fdf6e3,0.5),0.55); } calendar:indeterminate, calendar:indeterminate:backdrop { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } calendar.highlight, calendar.highlight:backdrop { font-size: smaller; - color: mix(#83a598,#ebdbb2,0.5); } + color: mix(#839496,#002b36,0.5); } calendar:backdrop { - color: mix(#32302f,#ebdbb2,0.8); } + color: mix(#fdf6e3,#002b36,0.8); } /* gnome-calendar */ .calendar-view { - background-color: #32302f; - color: #ebdbb2; } + background-color: #fdf6e3; + color: #002b36; } /*************** ! Color chooser @@ -2484,56 +2484,56 @@ colorswatch.right, colorswatch:last-child:not(.bottom) { border-bottom-right-radius: 3px; } colorswatch.dark overlay { - color: #ebdbb2; } + color: #fdf6e3; } colorswatch.dark overlay:hover { - border-color: rgba(131, 104, 34, 0.8); } + border-color: rgba(0, 17, 22, 0.8); } colorswatch.dark overlay:backdrop { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#839496,#fdf6e3,0.66); } colorswatch.light overlay { - color: #ebdbb2; } + color: #002b36; } colorswatch.light overlay:hover { - border-color: rgba(131, 104, 34, 0.5); } + border-color: rgba(0, 17, 22, 0.5); } colorswatch.light overlay:backdrop { - color: mix(#32302f,#ebdbb2,0.8); } + color: mix(#fdf6e3,#002b36,0.8); } colorswatch:drop(active) { box-shadow: none; } colorswatch:drop(active).light overlay { - border-color: #83a598; - box-shadow: inset 0 0 0 2px #6e9687, inset 0 0 0 1px #83a598; } + border-color: #839496; + box-shadow: inset 0 0 0 2px #708385, inset 0 0 0 1px #839496; } colorswatch:drop(active).dark overlay { - border-color: #83a598; - box-shadow: inset 0 0 0 2px rgba(131, 104, 34, 0.3), inset 0 0 0 1px #83a598; } + border-color: #839496; + box-shadow: inset 0 0 0 2px rgba(0, 17, 22, 0.3), inset 0 0 0 1px #839496; } colorswatch overlay { - border: 1px solid rgba(131, 104, 34, 0.3); } + border: 1px solid rgba(0, 17, 22, 0.3); } colorswatch overlay:hover { - box-shadow: inset 0 1px rgba(51, 49, 48, 0.4), inset 0 -1px rgba(131, 104, 34, 0.2); } + box-shadow: inset 0 1px rgba(253, 247, 230, 0.4), inset 0 -1px rgba(0, 17, 22, 0.2); } colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { - border-color: rgba(131, 104, 34, 0.3); + border-color: rgba(0, 17, 22, 0.3); box-shadow: none; } colorswatch:disabled { opacity: .5; } colorswatch:disabled overlay { - border-color: rgba(131, 104, 34, 0.6); + border-color: rgba(0, 17, 22, 0.6); box-shadow: none; } row:selected colorswatch { - box-shadow: 0 0 0 2px #ebdbb2; } + box-shadow: 0 0 0 2px #fdf6e3; } colorswatch#add-color-button { border-radius: 3px 3px 0 0; } colorswatch#add-color-button:only-child { border-radius: 3px; } colorswatch#add-color-button overlay { - background-color: #302e2d; - color: #ebdbb2; } + background-color: #fbefcd; + color: #002b36; } colorswatch#add-color-button overlay:hover { - background-color: #2d2b2a; } + background-color: #fae8b6; } colorswatch#add-color-button overlay:backdrop { - background-color: #302e2d; } + background-color: #fbefcd; } colorswatch#editor-color-sample { border-radius: 3px; } @@ -2541,7 +2541,7 @@ colorswatch#editor-color-sample { border-radius: 3.5px; } button.color { - padding: 1px; } + padding: 2px; } button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 3px; } button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { @@ -2553,11 +2553,11 @@ button.color { filechooser { /* for fallback when header bar not used */ } filechooser .dialog-action-box { - border-top: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-top: 1px solid mix(#fdf6e3,#002b36,0.1); } filechooser .dialog-action-box:backdrop { - border-top-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); } + border-top-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); } filechooser #pathbarbox { - border-bottom: 1px solid #32302f; } + border-bottom: 1px solid #fdf6e3; } filechooserbutton:drop(active) { box-shadow: none; @@ -2567,14 +2567,14 @@ filechooserbutton:drop(active) { ! Grid and flowbox *******************/ list { - color: #ebdbb2; - background-color: #32302f; - border-color: mix(#32302f,#ebdbb2,0.18); } + color: #002b36; + background-color: #fdf6e3; + border-color: mix(#fdf6e3,#002b36,0.1); } list:backdrop { - background-color: #32302f; - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); } + background-color: #fdf6e3; + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); } list row { - padding: 1px; } + padding: 2px; } row { transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } @@ -2583,20 +2583,20 @@ row { row:backdrop { transition: 200ms ease-out; } row.activatable.has-open-popup, row.activatable:hover { - background-color: rgba(235, 219, 178, 0.05); } + background-color: rgba(0, 43, 54, 0.05); } row.activatable:active { - box-shadow: inset 0 2px 2px -2px rgba(131, 104, 34, 0.2); } + box-shadow: inset 0 2px 2px -2px rgba(0, 17, 22, 0.2); } row.activatable:backdrop:hover { background-color: transparent; } row.activatable:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.5); } + box-shadow: inset 0 2px 3px -1px rgba(0, 17, 22, 0.5); } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: mix(#83a598,#ebdbb2,0.1); } + background-color: mix(#839496,#002b36,0.1); } row.activatable:selected:backdrop { - background-color: #83a598; } + background-color: #839496; } flowbox flowboxchild { - padding: 1px; + padding: 2px; border-radius: 3px; } flowbox flowboxchild:selected { outline-offset: -2px; } @@ -2613,433 +2613,433 @@ flowbox flowboxchild { infobar { border: 0; } infobar.info, infobar.info:backdrop { - background-color: #a327c0; + background-color: #839496; background-image: none; - border: 1px solid #821f9a; + border: 1px solid #67787a; caret-color: currentColor; } infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.info button { - background-color: #a327c0; + background-color: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } infobar.info button:focus, infobar.info button:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.info button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.info button:active:disabled, infobar.info button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.info button.flat { - color: #32302f; - border-color: rgba(163, 39, 192, 0); - background-color: rgba(163, 39, 192, 0); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 0); background-image: none; box-shadow: none; } infobar.info button:hover, infobar.info button.flat:hover { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.info button:focus, infobar.info button.flat:focus { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.info button:focus:disabled, infobar.info button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.info button:focus:active:disabled, infobar.info button:focus:checked:disabled, infobar.info button.flat:focus:active:disabled, infobar.info button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.info button:focus:hover, infobar.info button.flat:focus:hover { - background-color: #b32bd3; + background-color: #92a1a3; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.info button:checked:active:disabled, infobar.info button:checked:checked:disabled, infobar.info button:active:active:disabled, infobar.info button:active:checked:disabled, infobar.info button.flat:checked:active:disabled, infobar.info button.flat:checked:checked:disabled, infobar.info button.flat:active:active:disabled, infobar.info button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled { - background-color: alpha(mix(#a327c0,#32302f,0.2),0.4); + background-color: alpha(mix(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#a327c0,#32302f,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.info button.separator, infobar.info button .separator { border: 1px solid currentColor; - color: rgba(163, 39, 192, 0.9); } + color: rgba(131, 148, 150, 0.9); } infobar.info button.separator:disabled, infobar.info button .separator:disabled { - color: rgba(163, 39, 192, 0.85); } + color: rgba(131, 148, 150, 0.85); } infobar.warning, infobar.warning:backdrop { - background-color: #ff7f42; + background-color: #e1ec18; background-image: none; - border: 1px solid #ff5402; + border: 1px solid #b7c010; caret-color: currentColor; } infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.warning button { - background-color: #ff7f42; + background-color: #e1ec18; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } infobar.warning button:focus, infobar.warning button:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.warning button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.warning button:active:disabled, infobar.warning button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.warning button.flat { - color: #32302f; - border-color: rgba(255, 127, 66, 0); - background-color: rgba(255, 127, 66, 0); + color: #fdf6e3; + border-color: rgba(225, 236, 24, 0); + background-color: rgba(225, 236, 24, 0); background-image: none; box-shadow: none; } infobar.warning button:hover, infobar.warning button.flat:hover { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.warning button:focus, infobar.warning button.flat:focus { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.warning button:focus:disabled, infobar.warning button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.warning button:focus:active:disabled, infobar.warning button:focus:checked:disabled, infobar.warning button.flat:focus:active:disabled, infobar.warning button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover { - background-color: #ff9562; + background-color: #e4ee30; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.warning button:checked:active:disabled, infobar.warning button:checked:checked:disabled, infobar.warning button:active:active:disabled, infobar.warning button:active:checked:disabled, infobar.warning button.flat:checked:active:disabled, infobar.warning button.flat:checked:checked:disabled, infobar.warning button.flat:active:active:disabled, infobar.warning button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled { - background-color: alpha(mix(#ff7f42,#32302f,0.2),0.4); + background-color: alpha(mix(#e1ec18,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff7f42,#32302f,0.5); + color: mix(#e1ec18,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.warning button.separator, infobar.warning button .separator { border: 1px solid currentColor; - color: rgba(255, 127, 66, 0.9); } + color: rgba(225, 236, 24, 0.9); } infobar.warning button.separator:disabled, infobar.warning button .separator:disabled { - color: rgba(255, 127, 66, 0.85); } + color: rgba(225, 236, 24, 0.85); } infobar.question, infobar.question:backdrop { - background-color: #a327c0; + background-color: #839496; background-image: none; - border: 1px solid #821f9a; + border: 1px solid #67787a; caret-color: currentColor; } infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.question button { - background-color: #a327c0; + background-color: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } infobar.question button:focus, infobar.question button:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.question button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.question button:active:disabled, infobar.question button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.question button.flat { - color: #32302f; - border-color: rgba(163, 39, 192, 0); - background-color: rgba(163, 39, 192, 0); + color: #fdf6e3; + border-color: rgba(131, 148, 150, 0); + background-color: rgba(131, 148, 150, 0); background-image: none; box-shadow: none; } infobar.question button:hover, infobar.question button.flat:hover { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.question button:focus, infobar.question button.flat:focus { - background-color: #ab29ca; + background-color: #8b9b9c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.question button:focus:disabled, infobar.question button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.question button:focus:active:disabled, infobar.question button:focus:checked:disabled, infobar.question button.flat:focus:active:disabled, infobar.question button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.question button:focus:hover, infobar.question button.flat:focus:hover { - background-color: #b32bd3; + background-color: #92a1a3; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.question button:checked:active:disabled, infobar.question button:checked:checked:disabled, infobar.question button:active:active:disabled, infobar.question button:active:checked:disabled, infobar.question button.flat:checked:active:disabled, infobar.question button.flat:checked:checked:disabled, infobar.question button.flat:active:active:disabled, infobar.question button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled { - background-color: alpha(mix(#a327c0,#32302f,0.2),0.4); + background-color: alpha(mix(#839496,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#a327c0,#32302f,0.5); + color: mix(#839496,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.question button.separator, infobar.question button .separator { border: 1px solid currentColor; - color: rgba(163, 39, 192, 0.9); } + color: rgba(131, 148, 150, 0.9); } infobar.question button.separator:disabled, infobar.question button .separator:disabled { - color: rgba(163, 39, 192, 0.85); } + color: rgba(131, 148, 150, 0.85); } infobar.error, infobar.error:backdrop { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border: 1px solid #eb0049; + border: 1px solid #c8771f; caret-color: currentColor; } infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop { - color: #32302f; } + color: #fdf6e3; } infobar.error button { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } infobar.error button:focus, infobar.error button:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.error button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.error button:active:disabled, infobar.error button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } infobar.error button.flat { - color: #32302f; - border-color: rgba(255, 39, 106, 0); - background-color: rgba(255, 39, 106, 0); + color: #fdf6e3; + border-color: rgba(225, 148, 64, 0); + background-color: rgba(225, 148, 64, 0); background-image: none; box-shadow: none; } infobar.error button:hover, infobar.error button.flat:hover { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.error button:focus, infobar.error button.flat:focus { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.error button:focus:disabled, infobar.error button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.error button:focus:active:disabled, infobar.error button:focus:checked:disabled, infobar.error button.flat:focus:active:disabled, infobar.error button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } infobar.error button:focus:hover, infobar.error button.flat:focus:hover { - background-color: #ff447e; + background-color: #e5a259; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } infobar.error button:checked:active:disabled, infobar.error button:checked:checked:disabled, infobar.error button:active:active:disabled, infobar.error button:active:checked:disabled, infobar.error button.flat:checked:active:disabled, infobar.error button.flat:checked:checked:disabled, infobar.error button.flat:active:active:disabled, infobar.error button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { - color: #32302f; } + color: #fdf6e3; } infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled { - background-color: alpha(mix(#ff276a,#32302f,0.2),0.4); + background-color: alpha(mix(#e19440,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff276a,#32302f,0.5); + color: mix(#e19440,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } infobar.error button.separator, infobar.error button .separator { border: 1px solid currentColor; - color: rgba(255, 39, 106, 0.9); } + color: rgba(225, 148, 64, 0.9); } infobar.error button.separator:disabled, infobar.error button .separator:disabled { - color: rgba(255, 39, 106, 0.85); } + color: rgba(225, 148, 64, 0.85); } /********* ! Entry * @@ -3108,7 +3108,7 @@ entry, menuitem entry, popover.background entry, .osd entry, border-style: solid; border-radius: 3px; transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.1), inset 0 1px rgba(0, 9, 11, 0.12), inset -1px 0 rgba(0, 9, 11, 0.1), inset 0 -1px rgba(0, 9, 11, 0.05); } entry:focus, popover.background entry:focus, #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, @@ -3117,69 +3117,69 @@ 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } 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: #839496; background-image: none; border-width: 0; border-radius: 3px; - color: #ebdbb2; } + color: #fdf6e3; } entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 1px; } + padding-right: 2px; } entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 1px; } + padding-left: 2px; } entry.warning, popover.background entry.warning, #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #32302f; - border-color: #ff5402; - background-color: mix(#32302f,#ff7f42,0.6); } + color: #fdf6e3; + border-color: #b7c010; + background-color: mix(#fdf6e3,#e1ec18,0.6); } entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #32302f; } + color: #fdf6e3; } entry.warning:focus, #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #32302f; - border-color: mix(#83a598,#ff7f42,0.3); - background-color: #ff7f42; + color: #fdf6e3; + border-color: mix(#839496,#e1ec18,0.3); + background-color: #e1ec18; box-shadow: none; } entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #32302f; - color: #ff7f42; } + background-color: #fdf6e3; + color: #e1ec18; } entry.error, popover.background entry.error, #XfceNotifyWindow entry.error, #login_window entry.error { - color: #32302f; - border-color: #eb0049; - background-color: mix(#32302f,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#fdf6e3,#e19440,0.6); } entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #32302f; } + color: #fdf6e3; } entry.error:focus, #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #32302f; - border-color: mix(#83a598,#ff276a,0.3); - background-color: #ff276a; + color: #fdf6e3; + border-color: mix(#839496,#e19440,0.3); + background-color: #e19440; box-shadow: none; } entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } entry.search-missing, popover.background entry.search-missing, #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #32302f; - border-color: #eb0049; - background-color: mix(#32302f,#ff276a,0.6); } + color: #fdf6e3; + border-color: #c8771f; + background-color: mix(#fdf6e3,#e19440,0.6); } entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #32302f; } + color: #fdf6e3; } entry.search-missing:focus, #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #32302f; - border-color: mix(#83a598,#ff276a,0.3); - background-color: #ff276a; + color: #fdf6e3; + border-color: mix(#839496,#e19440,0.3); + background-color: #e19440; box-shadow: none; } entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #32302f; - color: #ff276a; } + background-color: #fdf6e3; + color: #e19440; } /********* ! Menubar @@ -3188,23 +3188,23 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0; border: 0; - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; } + color: #002b36; } menubar > menuitem, .menubar > menuitem { min-height: 16px; - padding: 1.5px 2.5px; + padding: 3px 5px; border: 1px solid transparent; background-color: transparent; background-image: none; - color: #d5c4a1; } + color: #002b36; } menubar > menuitem:hover, .menubar > menuitem:hover { - border-color: mix(#282828,#d5c4a1,0.21); - background-color: mix(#282828,#d5c4a1,0.21); + border-color: mix(#eee8d5,#002b36,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - color: #ded1b6; } + color: #002e3a; } menubar > menuitem *:hover, .menubar > menuitem *:hover { - color: #ded1b6; } + color: #002e3a; } /****** ! Menu @@ -3214,9 +3214,9 @@ menu, .context-menu { border: 0; border-radius: 0; - padding: 1px; - background-color: #282828; - color: #d5c4a1; } + padding: 2px; + background-color: #eee8d5; + color: #002b36; } .csd menu, .csd .menu, .csd .context-menu { @@ -3224,7 +3224,7 @@ menu, menu:selected, .menu:selected, .context-menu:selected { - background-color: #83a598; } + background-color: #839496; } menu separator, .csd menu separator, .menu separator, @@ -3233,8 +3233,8 @@ menu, .context-menu separator, .csd .context-menu separator { - background-color: #242424; - margin: -1px 0; } + background-color: #e1d6b5; + margin: 0px 0; } menu .separator, .csd menu .separator, .menu .separator, @@ -3243,13 +3243,13 @@ menu, .context-menu .separator, .csd .context-menu .separator { - color: #242424; } + color: #e1d6b5; } menu menuitem, .menu menuitem, .context-menu menuitem { min-height: 16px; min-width: 40px; - padding: 1px; + padding: 2px; border-radius: 0; } menu menuitem:active, menu menuitem:hover, .menu menuitem:active, @@ -3257,21 +3257,21 @@ menu, .context-menu menuitem:active, .context-menu menuitem:hover { border: 0; - background-color: #83a598; + background-color: #839496; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } menu menuitem *:active, menu menuitem *:hover, .menu menuitem *:active, .menu menuitem *:hover, .context-menu menuitem *:active, .context-menu menuitem *:hover { - color: #ebdbb2; } + color: #fdf6e3; } menu menuitem:disabled, menu menuitem *:disabled, .menu menuitem:disabled, .menu menuitem *:disabled, .context-menu menuitem:disabled, .context-menu menuitem *:disabled { - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } menu menuitem arrow, .menu menuitem arrow, .context-menu menuitem arrow { @@ -3331,35 +3331,35 @@ menu, .context-menu menuitem.button.flat:active:hover, .context-menu menuitem.button.flat:selected { background-image: none; - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } menu menuitem calendar, .menu menuitem calendar, .context-menu menuitem calendar { - color: #d5c4a1; } + color: #002b36; } menu menuitem calendar.header, .menu menuitem calendar.header, .context-menu menuitem calendar.header { - border-bottom: 1px solid #242424; + border-bottom: 1px solid #e1d6b5; border-radius: 0; } menu menuitem calendar.header:backdrop, .menu menuitem calendar.header:backdrop, .context-menu menuitem calendar.header:backdrop { - border-color: #242424; } + border-color: #e1d6b5; } menu menuitem calendar.button, .menu menuitem calendar.button, .context-menu menuitem calendar.button { - color: rgba(213, 196, 161, 0.55); } + color: rgba(0, 43, 54, 0.55); } menu menuitem calendar.button:hover, .menu menuitem calendar.button:hover, .context-menu menuitem calendar.button:hover { - color: #d5c4a1; } + color: #002b36; } menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop, .menu menuitem calendar:indeterminate, .menu menuitem calendar:indeterminate:backdrop, .context-menu menuitem calendar:indeterminate, .context-menu menuitem calendar:indeterminate:backdrop { - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), .menu menuitem label:dir(rtl), .menu menuitem label:dir(ltr), @@ -3371,29 +3371,29 @@ menu, .context-menu > arrow { min-height: 16px; min-width: 16px; - padding: 1px; - background-color: #282828; + padding: 2px; + background-color: #eee8d5; border-radius: 0; } menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid mix(#ebdbb2,#32302f,0.1); + border-bottom: 1px solid mix(#002b36,#fdf6e3,0.1); -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid mix(#ebdbb2,#32302f,0.1); + border-top: 1px solid mix(#002b36,#fdf6e3,0.1); -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { - background-color: mix(#ebdbb2,#32302f,0.1); } + background-color: mix(#002b36,#fdf6e3,0.1); } menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { - background-color: #32302f; } + background-color: #fdf6e3; } menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { @@ -3408,11 +3408,11 @@ menu, font-family: monospace; } menuitem accelerator { - color: rgba(213, 196, 161, 0.6); } + color: rgba(0, 43, 54, 0.6); } menuitem accelerator:hover { - color: rgba(235, 219, 178, 0.8); } + color: rgba(253, 246, 227, 0.8); } menuitem accelerator:disabled { - color: alpha(mix(#d5c4a1,#282828,0.5),0.4); } + color: alpha(mix(#002b36,#eee8d5,0.5),0.4); } menuitem check, menuitem radio { min-height: 16px; @@ -3423,261 +3423,261 @@ menuitem check, menuitem radio { margin-left: 7px; } menuitem window decoration { - box-shadow: 0 2px 3px rgba(131, 104, 34, 0.2); } + box-shadow: 0 2px 3px rgba(0, 17, 22, 0.2); } menuitem entry { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); - padding: 1px; - color: #d5c4a1; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } menuitem entry:focus, menuitem entry:hover { - border-color: mix(#83a598,mix(#282828,#d5c4a1,0.2),0.3); } + border-color: mix(#839496,mix(#eee8d5,#002b36,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(#282828,#d5c4a1,0.2),0.7); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.7); } menuitem entry:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.85); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.85); } menuitem entry:active:disabled, menuitem entry:checked:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); } menuitem entry:focus, menuitem entry:active { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.18),0.3); } + border-color: mix(#839496,mix(#fdf6e3,#002b36,0.1),0.3); } menuitem entry:disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } menuitem entry:disabled:focus, menuitem entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#282828,#d5c4a1,0.2),0.4),0.3); } + border-color: mix(#839496,alpha(mix(#eee8d5,#002b36,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(#282828,#d5c4a1,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.7); } menuitem entry:disabled:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.85); } menuitem entry:disabled:active:disabled, menuitem entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); } /********* ! Popover **********/ popover.background { - padding: -2px; + padding: -1px; border-radius: 3px; background-clip: border-box; - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; - box-shadow: 0 3px 6px rgba(131, 104, 34, 0.16); } + color: #002b36; + box-shadow: 0 3px 6px rgba(0, 17, 22, 0.16); } .csd popover.background, popover.background { /*@include border($menu_bg_color);*/ - border-color: rgba(190, 164, 109, 0.5); + border-color: rgba(0, 34, 43, 0.5); 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(213, 196, 161, 0.5),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 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(178, 147, 83, 0.5); } + border-color: rgba(0, 30, 38, 0.5); } .csd popover.background:disabled, popover.background:disabled { - border-color: rgba(196, 172, 122, 0.5); } + border-color: rgba(0, 37, 46, 0.5); } .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled { - border-color: rgba(190, 164, 109, 0.5); } + border-color: rgba(0, 34, 43, 0.5); } 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: #839496; } popover.background treeview.view, popover.background treeview.view:backdrop { - border-top-color: #303030; } + border-top-color: white; } popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { background-image: none; - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } 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: #343434; + background-color: white; background-image: none; - color: #d5c4a1; - border-color: #202020; } + color: #002b36; + border-color: #d4c595; } popover.background list row, popover.background list row .button { background-color: transparent; background-image: none; - color: #d5c4a1; } + color: #002b36; } 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; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } popover.background .frame { - border-color: #202020; + border-color: #d4c595; border-radius: 3px; } popover.background entry { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); - padding: 1px; - color: #ebdbb2; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } popover.background entry:focus, popover.background entry:hover { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.2),0.3); } + border-color: mix(#839496,mix(#fdf6e3,#002b36,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(#32302f,#ebdbb2,0.2),0.7); } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.7); } popover.background entry:disabled { - border-color: shade(mix(#32302f,#ebdbb2,0.2),0.85); } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.85); } popover.background entry:active:disabled, popover.background entry:checked:disabled { - border-color: shade(mix(#32302f,#ebdbb2,0.2),0.8); } + border-color: shade(mix(#fdf6e3,#002b36,0.2),0.8); } popover.background entry:focus, popover.background entry:active { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.18),0.3); } + border-color: mix(#839496,mix(#fdf6e3,#002b36,0.1),0.3); } popover.background entry:disabled { - background-color: #2d2b2a; + background-color: #fae8b6; background-image: none; - border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.8); + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } popover.background entry:disabled:focus, popover.background entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.3); } + border-color: mix(#839496,alpha(mix(#fdf6e3,#002b36,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(#32302f,#ebdbb2,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.7); } popover.background entry:disabled:disabled { - border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.85); } popover.background entry:disabled:active:disabled, popover.background entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#32302f,#ebdbb2,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#fdf6e3,#002b36,0.2),0.4),0.8); } popover.background button { - background-color: #32302f; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(6, 43, 53, 0.32); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } popover.background button:focus, popover.background button:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } popover.background button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } popover.background button:active:disabled, popover.background button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } popover.background button.flat { - color: #d5c4a1; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #073642; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } popover.background button:hover, popover.background button.flat:hover { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } popover.background button:hover:disabled, popover.background button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } popover.background button:focus, popover.background button.flat:focus { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } popover.background button:focus:disabled, popover.background button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } popover.background button:focus:active:disabled, popover.background button:focus:checked:disabled, popover.background button.flat:focus:active:disabled, popover.background button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } popover.background button:focus:hover, popover.background button.flat:focus:hover { - background-color: #373534; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(6, 43, 53, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(6, 43, 53, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(7, 54, 66, 0.06), inset 0 1px rgba(7, 54, 66, 0.07), inset -1px 0 rgba(7, 54, 66, 0.06), inset 0 -1px rgba(7, 54, 66, 0.05); } popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } popover.background button:checked:active:disabled, popover.background button:checked:checked:disabled, popover.background button:active:active:disabled, popover.background button:active:checked:disabled, popover.background button.flat:checked:active:disabled, popover.background button.flat:checked:checked:disabled, popover.background button.flat:active:active:disabled, popover.background button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { - color: #d5c4a1; } + color: #073642; } popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#073642,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#d5c4a1,0.5); + color: mix(#eee8d5,#073642,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } popover.background button.separator, popover.background button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(238, 232, 213, 0.9); } popover.background button.separator:disabled, popover.background button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(238, 232, 213, 0.85); } 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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 0.12); } 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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 0.32); } popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus { - box-shadow: inset -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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 0.05); } popover.background .linked > button:disabled { - box-shadow: inset -1px 0 #282626; } + box-shadow: inset -1px 0 #d4c595; } popover.background .linked > button:last-child, popover.background .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child { box-shadow: none; } popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { border-style: none; background-color: transparent; } modelbutton.flat, menuitem.button.flat { - padding: 1px 3px; + padding: 2px 4px; outline-color: transparent; transition: none; } modelbutton.flat:hover, menuitem.button.flat:hover { - background-color: #83a598; - color: #ebdbb2; } + background-color: #839496; + color: #fdf6e3; } modelbutton.flat:checked, menuitem.button.flat:checked { - color: #ebdbb2; } + color: #002b36; } modelbutton.flat arrow.left, menuitem.button.flat arrow.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } @@ -3708,11 +3708,11 @@ menuitem.button.flat { .tooltip.background, .tooltip.background.csd, tooltip.background, tooltip.background.csd { - background-color: #32302f; + background-color: #fdf6e3; background-clip: padding-box; - border: 1px solid #282626; + border: 1px solid #f7d989; border-radius: 3px; - color: #ebdbb2; } + color: #002b36; } .tooltip *, tooltip * { @@ -3725,136 +3725,136 @@ tooltip * { messagedialog, .message-dialog, .prompt { -GtkDialog-content-area-border: 0; -GtkDialog-action-area-border: 0; - -GtkDialog-button-spacing: 1px; + -GtkDialog-button-spacing: 2px; margin: 0; padding: 0; } messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box { - margin: 2px; } + margin: 4px; } printdialog paper { - color: #ebdbb2; - border: 1px solid mix(#32302f,#ebdbb2,0.18); - background: #333130; + color: #002b36; + border: 1px solid mix(#fdf6e3,#002b36,0.1); + background: #fdf7e6; padding: 0; } printdialog paper:backdrop { - color: mix(#ebdbb2,#32302f,0.5); - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); } + color: mix(#002b36,#fdf6e3,0.5); + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); } printdialog .dialog-action-box { - margin: 2px; } + margin: 4px; } /********************* ! App notifications * **********************/ frame.app-notification { border-style: solid; - border-color: rgba(32, 32, 32, 0.8); + border-color: rgba(212, 197, 149, 0.8); border-width: 0 1px 1px; border-radius: 0 0 3px 3px; - padding: 2px; - background-color: rgba(40, 40, 40, 0.8); + padding: 4px; + background-color: rgba(238, 232, 213, 0.8); background-image: none; - color: #d5c4a1; } + color: #002b36; } frame.app-notification button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } frame.app-notification button:focus, frame.app-notification button:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } frame.app-notification button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } frame.app-notification button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } frame.app-notification button:hover, frame.app-notification button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } frame.app-notification button:focus, frame.app-notification button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } frame.app-notification button:focus:disabled, frame.app-notification button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } frame.app-notification button:focus:active:disabled, frame.app-notification button:focus:checked:disabled, frame.app-notification button.flat:focus:active:disabled, frame.app-notification button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } 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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } 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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } frame.app-notification button:checked:active:disabled, frame.app-notification button:checked:checked:disabled, frame.app-notification button:active:active:disabled, frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:checked:active:disabled, frame.app-notification button.flat:checked:checked:disabled, frame.app-notification button.flat:active:active:disabled, frame.app-notification button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { - color: #d5c4a1; } + color: #002b36; } frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } frame.app-notification button.separator, frame.app-notification button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } frame.app-notification border { border: 0; } @@ -3880,17 +3880,17 @@ expander arrow { .image:hover { color: alpha(currentColor,0.9); } .image:selected, .image:selected:hover { - color: #ebdbb2; } + color: #fdf6e3; } /**************** ! Floating bar * *****************/ .floating-bar { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border: 1px solid #282626; + border: 1px solid #f7d989; border-radius: 3px; - color: #ebdbb2; } + color: #002b36; } .floating-bar.top { border-top-width: 0; border-top-right-radius: 0; @@ -3919,7 +3919,7 @@ GtkBubbleWindow { border-radius: 3px; background-clip: border-box; } GtkBubbleWindow.osd.background { - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } GtkBubbleWindow .toolbar { background-color: transparent; } @@ -3927,21 +3927,21 @@ GtkBubbleWindow { ! Font-viewer * ****************/ SushiFontWidget { - padding: 1px 2px; } + padding: 2px 4px; } /************* ! Gucharmap * **************/ GucharmapChartable { - background-color: #32302f; - color: #ebdbb2; } + background-color: #fdf6e3; + color: #002b36; } /************* ! Evolution * **************/ EPreviewPane .entry { - background-color: #32302f; - color: #ebdbb2; } + background-color: #fdf6e3; + color: #002b36; } /******************* ! Gnome Bluetooth * @@ -3949,8 +3949,8 @@ EPreviewPane .entry { entry.entry.pin-entry { font-style: normal; font-size: 50px; - padding-left: 5px; - padding-right: 5px; } + padding-left: 10px; + padding-right: 10px; } label.pin-label { font-style: normal; @@ -3963,19 +3963,19 @@ label.pin-label { min-width: 20px; min-height: 24px; margin-top: 2px; - padding-bottom: 0.5px; - padding-left: 1px; - padding-right: 1px; - color: #ebdbb2; - background-color: #32302f; + padding-bottom: 1px; + padding-left: 2px; + padding-right: 2px; + color: #002b36; + background-color: #fdf6e3; border: 1px solid; - border-color: mix(mix(#32302f,#ebdbb2,0.18),#32302f,0.5); + border-color: mix(mix(#fdf6e3,#002b36,0.1),#fdf6e3,0.5); border-radius: 3px; - box-shadow: inset 0 -3px mix(#32302f,#32302f,0.2); + box-shadow: inset 0 -3px mix(#fdf6e3,#fdf6e3,0.2); font-size: smaller; } .keycap:backdrop { - background-color: #32302f; - color: mix(#ebdbb2,#32302f,0.5); + background-color: #fdf6e3; + color: mix(#002b36,#fdf6e3,0.5); transition: 200ms ease-out; } /***************** @@ -4001,7 +4001,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, .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: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 { - background-color: #83a598; } + background-color: #839496; } 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, menuitem.button.flat:active arrow, @@ -4011,8 +4011,8 @@ textview text selection, treeview.view:selected:focus, treeview.view: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, .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: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 { - color: #ebdbb2; - outline-color: rgba(235, 219, 178, 0.3); } + color: #fdf6e3; + outline-color: rgba(253, 246, 227, 0.3); } row:selected label:disabled, label:disabled:selected, label:disabled selection, entry selection:disabled, #XfceNotifyWindow entry selection:disabled, #login_window entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, @@ -4021,7 +4021,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, .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, .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 { - color: mix(#ebdbb2,#83a598,0.5); } + color: mix(#fdf6e3,#839496,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, menuitem.button.flat:active arrow:backdrop, @@ -4030,8 +4030,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, .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: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 { - background-color: #83a598; - color: mix(#83a598,#ebdbb2,0.66); } + background-color: #839496; + color: mix(#839496,#fdf6e3,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, menuitem.button.flat:active arrow:backdrop:disabled, @@ -4039,7 +4039,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, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview: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 { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#839496,#fdf6e3,0.66),#839496,0.3); } /********* ! Buttons @@ -4053,7 +4053,7 @@ textview text selection, treeview.view:selected:focus, treeview.view:selected, . notebook { padding: 0; } notebook.frame { - border: 1px solid mix(#32302f,#ebdbb2,0.18); } + border: 1px solid mix(#fdf6e3,#002b36,0.1); } notebook.frame > header { margin: -1px; } notebook.frame > header.top { @@ -4071,18 +4071,18 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #32302f; } + background-color: #fdf6e3; } notebook > header { - padding: 1px; - background-color: #32302f; } + padding: 2px; + background-color: #fdf6e3; } notebook > header.top { - box-shadow: inset 0 -1px mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset 0 -1px mix(#fdf6e3,#002b36,0.1); } notebook > header.bottom { - box-shadow: inset 0 1px mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset 0 1px mix(#fdf6e3,#002b36,0.1); } notebook > header.right { - box-shadow: inset 1px 0 mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset 1px 0 mix(#fdf6e3,#002b36,0.1); } notebook > header.left { - box-shadow: inset -1px 0 mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset -1px 0 mix(#fdf6e3,#002b36,0.1); } notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { @@ -4100,55 +4100,55 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } notebook > header > tabs > arrow:hover { - color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.5),0.5); } + color: mix(#002b36,mix(#002b36,#fdf6e3,0.5),0.5); } notebook > header > tabs > arrow:active { - color: #ebdbb2; } + color: #002b36; } notebook > header > tabs > arrow:disabled { - color: alpha(mix(#ebdbb2,#32302f,0.5),0.3); } + color: alpha(mix(#002b36,#fdf6e3,0.5),0.3); } notebook > header > tabs > tab { - background-color: alpha(mix(#32302f,#ebdbb2,0.1),0.7); + background-color: alpha(mix(#fdf6e3,#002b36,0.1),0.7); background-image: none; - border-color: mix(mix(#32302f,#ebdbb2,0.18),mix(#ebdbb2,#32302f,0.5),0.15); - color: rgba(235, 219, 178, 0.8); - padding: 1px 9px; + border-color: mix(mix(#fdf6e3,#002b36,0.1),mix(#002b36,#fdf6e3,0.5),0.15); + color: rgba(0, 43, 54, 0.8); + padding: 2px 10px; min-width: 20px; min-height: 20px; outline-offset: -4px; border-width: 1px; border-style: solid; } notebook > header > tabs > tab:hover:not(:checked) { - background-color: mix(#32302f,#ebdbb2,0.12); + background-color: mix(#fdf6e3,#002b36,0.12); background-image: none; - color: mix(#ebdbb2,mix(#ebdbb2,#32302f,0.5),0.5); } + color: mix(#002b36,mix(#002b36,#fdf6e3,0.5),0.5); } notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover { - background: #32302f; - border-color: mix(#32302f,#ebdbb2,0.18); - color: #ebdbb2; } + background: #fdf6e3; + border-color: mix(#fdf6e3,#002b36,0.1); + color: #002b36; } notebook > header > tabs > tab button.flat { min-height: 22px; min-width: 22px; padding: 0; - color: mix(#32302f,#ebdbb2,0.35); } + color: mix(#fdf6e3,#002b36,0.35); } notebook > header > tabs > tab button.flat:hover { - color: #ff749f; } + color: #ebb982; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - color: #83a598; } + color: #839496; } notebook > header.top > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 -1px mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset 0 -1px mix(#fdf6e3,#002b36,0.1); } notebook > header.bottom > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 1px mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset 0 1px mix(#fdf6e3,#002b36,0.1); } notebook > header.left > tabs > tab:hover:not(:checked) { - box-shadow: inset -1px 0 mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset -1px 0 mix(#fdf6e3,#002b36,0.1); } notebook > header.right > tabs > tab:hover:not(:checked) { - box-shadow: inset 1px 0 mix(#32302f,#ebdbb2,0.18); } + box-shadow: inset 1px 0 mix(#fdf6e3,#002b36,0.1); } notebook > header.top { padding-bottom: 0; } notebook > header.top > tabs > tab { border-bottom: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-top: 3px; } notebook > header.top > tabs > tab + tab { @@ -4161,18 +4161,18 @@ notebook { -gtk-outline-radius: 0 3px 0 0; } notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked { border-top-width: 3px; - border-top-color: #83a598; + border-top-color: #839496; margin-top: 0; -gtk-outline-radius: 3px; border-radius: 3px 3px 0 0; } notebook > header.top > tabs > tab:hover:not(:checked) { - border-top-color: mix(#83a598,mix(#32302f,#32302f,0.6),0.3); } + border-top-color: mix(#839496,mix(#fdf6e3,#fdf6e3,0.6),0.3); } notebook > header.bottom { padding-top: 0; } notebook > header.bottom > tabs > tab { border-top: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-bottom: 3px; } notebook > header.bottom > tabs > tab + tab { @@ -4185,18 +4185,18 @@ notebook { -gtk-outline-radius: 0 0 3px; } notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked { border-bottom-width: 3px; - border-bottom-color: #83a598; + border-bottom-color: #839496; margin-bottom: 0; -gtk-outline-radius: 3px; border-radius: 0 0 3px 3px; } notebook > header.bottom > tabs > tab:hover:not(:checked) { - border-bottom-color: mix(#83a598,mix(#32302f,#32302f,0.6),0.3); } + border-bottom-color: mix(#839496,mix(#fdf6e3,#fdf6e3,0.6),0.3); } notebook > header.right { padding-left: 0; } notebook > header.right > tabs > tab { border-left: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-right: 3px; } notebook > header.right > tabs > tab + tab { @@ -4209,18 +4209,18 @@ notebook { -gtk-outline-radius: 0 0 3px; } notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked { border-right-width: 3px; - border-right-color: #83a598; + border-right-color: #839496; margin-right: 0; -gtk-outline-radius: 3px; border-radius: 0 3px 3px 0; } notebook > header.right > tabs > tab:hover:not(:checked) { - border-right-color: mix(#83a598,mix(#32302f,#32302f,0.6),0.3); } + border-right-color: mix(#839496,mix(#fdf6e3,#fdf6e3,0.6),0.3); } notebook > header.left { padding-right: 0; } notebook > header.left > tabs > tab { border-right: none; - padding-left: 9px; - padding-right: 9px; + padding-left: 10px; + padding-right: 10px; -gtk-outline-radius: 0; margin-left: 3px; } notebook > header.left > tabs > tab + tab { @@ -4233,12 +4233,12 @@ notebook { -gtk-outline-radius: 0 0 0 3px; } notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked { border-left-width: 3px; - border-left-color: #83a598; + border-left-color: #839496; margin-left: 0; -gtk-outline-radius: 3px; border-radius: 3px 0 0 3px; } notebook > header.left > tabs > tab:hover:not(:checked) { - border-left-color: mix(#83a598,mix(#32302f,#32302f,0.6),0.3); } + border-left-color: mix(#839496,mix(#fdf6e3,#fdf6e3,0.6),0.3); } /********* ! Buttons @@ -4263,15 +4263,15 @@ button.color .osd colorswatch:only-child { button.osd, #XfceNotifyWindow button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } button.osd:focus, button.osd:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -4281,35 +4281,35 @@ button.osd, #XfceNotifyWindow button:checked:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } button.osd:disabled, #XfceNotifyWindow button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } button.osd:active:disabled, button.osd:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } button.osd.flat, #XfceNotifyWindow button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } button.osd:hover, button.osd.flat:hover, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover, #XfceNotifyWindow button:hover:focus, #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -4327,31 +4327,31 @@ button.osd, #XfceNotifyWindow button.flat:hover:checked:hover, #XfceNotifyWindow button.flat:hover:checked:focus, #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } button.osd:hover:disabled, button.osd.flat:hover:disabled, #XfceNotifyWindow button:hover:disabled, #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled, #XfceNotifyWindow button:hover:active:disabled, #XfceNotifyWindow button:hover:checked:disabled, #XfceNotifyWindow button.flat:hover:active:disabled, #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } button.osd:focus, button.osd.flat:focus, #XfceNotifyWindow button:focus, #XfceNotifyWindow button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } button.osd:focus:focus, button.osd:focus:hover, button.osd.flat:focus:focus, button.osd.flat:focus:hover, #XfceNotifyWindow button:focus:focus, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -4369,30 +4369,30 @@ button.osd, #XfceNotifyWindow button.flat:focus:checked:hover, #XfceNotifyWindow button.flat:focus:checked:focus, #XfceNotifyWindow button.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } button.osd:focus:disabled, button.osd.flat:focus:disabled, #XfceNotifyWindow button:focus:disabled, #XfceNotifyWindow button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } button.osd:focus:active:disabled, button.osd:focus:checked:disabled, button.osd.flat:focus:active:disabled, button.osd.flat:focus:checked:disabled, #XfceNotifyWindow button:focus:active:disabled, #XfceNotifyWindow button:focus:checked:disabled, #XfceNotifyWindow button.flat:focus:active:disabled, #XfceNotifyWindow button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } button.osd:focus:hover, button.osd.flat:focus:hover, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } button.osd:focus:hover:focus, button.osd:focus:hover:hover, button.osd.flat:focus:hover:focus, button.osd.flat:focus:hover:hover, #XfceNotifyWindow button:focus:hover:focus, #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -4410,28 +4410,28 @@ button.osd, #XfceNotifyWindow button.flat:focus:hover:checked:hover, #XfceNotifyWindow button.flat:focus:hover:checked:focus, #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled, #XfceNotifyWindow button:focus:hover:disabled, #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled, #XfceNotifyWindow button:focus:hover:active:disabled, #XfceNotifyWindow button:focus:hover:checked:disabled, #XfceNotifyWindow button.flat:focus:hover:active:disabled, #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active, #XfceNotifyWindow button:checked, #XfceNotifyWindow button:active, #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4441,7 +4441,7 @@ button.osd, #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -4475,13 +4475,13 @@ button.osd, #XfceNotifyWindow button.flat:active:checked:hover, #XfceNotifyWindow button.flat:active:checked:focus, #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button.flat:checked:disabled, #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } button.osd:checked:active:disabled, button.osd:checked:checked:disabled, button.osd:active:active:disabled, button.osd:active:checked:disabled, button.osd.flat:checked:active:disabled, button.osd.flat:checked:checked:disabled, button.osd.flat:active:active:disabled, button.osd.flat:active:checked:disabled, #XfceNotifyWindow button:checked:active:disabled, #XfceNotifyWindow button:checked:checked:disabled, @@ -4491,7 +4491,7 @@ button.osd, #XfceNotifyWindow button.flat:checked:checked:disabled, #XfceNotifyWindow button.flat:active:active:disabled, #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4502,42 +4502,42 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:focus, #XfceNotifyWindow button.flat:hover { - color: #d5c4a1; } + color: #002b36; } button.osd:disabled:disabled, button.osd.flat:disabled:disabled, #XfceNotifyWindow button:disabled:disabled, #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } button.osd.separator, button.osd .separator, #XfceNotifyWindow button.separator, #XfceNotifyWindow button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } button.osd.separator:disabled, button.osd .separator:disabled, #XfceNotifyWindow button.separator:disabled, #XfceNotifyWindow button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } button.osd.image-button, #XfceNotifyWindow button.image-button { padding: 0; @@ -4546,14 +4546,14 @@ button.osd, toolbar.osd { -GtkToolbar-button-relief: normal; - padding: 1px; - border: 1px solid rgba(32, 32, 32, 0.8); + padding: 2px; + border: 1px solid rgba(212, 197, 149, 0.8); border-radius: 3px; - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - color: #d5c4a1; } + color: #002b36; } toolbar.osd separator { - color: rgba(36, 36, 36, 0.8); } + color: rgba(225, 214, 181, 0.8); } toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { border-radius: 0; } @@ -4569,34 +4569,34 @@ progressbar.osd { progressbar.osd progress { border-style: none; border-radius: 0; - background-color: #83a598; + background-color: #839496; background-image: none; } .osd, #XfceNotifyWindow { - background-color: rgba(40, 40, 40, 0.8); - color: #d5c4a1; + background-color: rgba(238, 232, 213, 0.8); + color: #002b36; /* used by gnome-settings-daemon's media-keys OSD */ /* used by Documents */ } .osd.background, #XfceNotifyWindow.background { - background-color: rgba(40, 40, 40, 0.6); - color: #d5c4a1; } + background-color: rgba(238, 232, 213, 0.6); + color: #002b36; } .osd .frame, #XfceNotifyWindow .frame { background-clip: border-box; background-origin: border-box; } .osd button, #XfceNotifyWindow button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .osd button:focus, .osd button:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -4606,35 +4606,35 @@ progressbar.osd { #XfceNotifyWindow button:checked:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd button:disabled, #XfceNotifyWindow button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd button:active:disabled, .osd button:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd button.flat, #XfceNotifyWindow button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } .osd button:hover, .osd button.flat:hover, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover, #XfceNotifyWindow button:hover:focus, #XfceNotifyWindow button:hover:hover, #XfceNotifyWindow button.flat:hover:focus, #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -4652,31 +4652,31 @@ progressbar.osd { #XfceNotifyWindow button.flat:hover:checked:hover, #XfceNotifyWindow button.flat:hover:checked:focus, #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd button:hover:disabled, .osd button.flat:hover:disabled, #XfceNotifyWindow button:hover:disabled, #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled, #XfceNotifyWindow button:hover:active:disabled, #XfceNotifyWindow button:hover:checked:disabled, #XfceNotifyWindow button.flat:hover:active:disabled, #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd button:focus, .osd button.flat:focus, #XfceNotifyWindow button:focus, #XfceNotifyWindow button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .osd button:focus:focus, .osd button:focus:hover, .osd button.flat:focus:focus, .osd button.flat:focus:hover, #XfceNotifyWindow button:focus:focus, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:focus, #XfceNotifyWindow button.flat:focus:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -4694,30 +4694,30 @@ progressbar.osd { #XfceNotifyWindow button.flat:focus:checked:hover, #XfceNotifyWindow button.flat:focus:checked:focus, #XfceNotifyWindow button.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd button:focus:disabled, .osd button.flat:focus:disabled, #XfceNotifyWindow button:focus:disabled, #XfceNotifyWindow button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd button:focus:active:disabled, .osd button:focus:checked:disabled, .osd button.flat:focus:active:disabled, .osd button.flat:focus:checked:disabled, #XfceNotifyWindow button:focus:active:disabled, #XfceNotifyWindow button:focus:checked:disabled, #XfceNotifyWindow button.flat:focus:active:disabled, #XfceNotifyWindow button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd button:focus:hover, .osd button.flat:focus:hover, #XfceNotifyWindow button:focus:hover, #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } .osd button:focus:hover:focus, .osd button:focus:hover:hover, .osd button.flat:focus:hover:focus, .osd button.flat:focus:hover:hover, #XfceNotifyWindow button:focus:hover:focus, #XfceNotifyWindow button:focus:hover:hover, #XfceNotifyWindow button.flat:focus:hover:focus, #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -4735,28 +4735,28 @@ progressbar.osd { #XfceNotifyWindow button.flat:focus:hover:checked:hover, #XfceNotifyWindow button.flat:focus:hover:checked:focus, #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled, #XfceNotifyWindow button:focus:hover:disabled, #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled, #XfceNotifyWindow button:focus:hover:active:disabled, #XfceNotifyWindow button:focus:hover:checked:disabled, #XfceNotifyWindow button.flat:focus:hover:active:disabled, #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active, #XfceNotifyWindow button:checked, #XfceNotifyWindow button:active, #XfceNotifyWindow button.flat:checked, #XfceNotifyWindow button.flat:active { /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4766,7 +4766,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked:hover, #XfceNotifyWindow button.flat:active:focus, #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -4800,13 +4800,13 @@ progressbar.osd { #XfceNotifyWindow button.flat:active:checked:hover, #XfceNotifyWindow button.flat:active:checked:focus, #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button.flat:checked:disabled, #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd button:checked:active:disabled, .osd button:checked:checked:disabled, .osd button:active:active:disabled, .osd button:active:checked:disabled, .osd button.flat:checked:active:disabled, .osd button.flat:checked:checked:disabled, .osd button.flat:active:active:disabled, .osd button.flat:active:checked:disabled, #XfceNotifyWindow button:checked:active:disabled, #XfceNotifyWindow button:checked:checked:disabled, @@ -4816,7 +4816,7 @@ progressbar.osd { #XfceNotifyWindow button.flat:checked:checked:disabled, #XfceNotifyWindow button.flat:active:active:disabled, #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, #XfceNotifyWindow button:checked:focus, #XfceNotifyWindow button:checked:hover, @@ -4827,55 +4827,55 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, #XfceNotifyWindow button:focus, #XfceNotifyWindow button:hover, #XfceNotifyWindow button.flat:focus, #XfceNotifyWindow button.flat:hover { - color: #d5c4a1; } + color: #002b36; } .osd button:disabled:disabled, .osd button.flat:disabled:disabled, #XfceNotifyWindow button:disabled:disabled, #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled, #XfceNotifyWindow button:active:disabled, #XfceNotifyWindow button:checked:disabled, #XfceNotifyWindow button.flat:active:disabled, #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .osd button.separator, .osd button .separator, #XfceNotifyWindow button.separator, #XfceNotifyWindow button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } .osd button.separator:disabled, .osd button .separator:disabled, #XfceNotifyWindow button.separator:disabled, #XfceNotifyWindow button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } .osd entry, #XfceNotifyWindow entry { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); - padding: 1px; - color: #d5c4a1; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } .osd entry:focus, .osd entry:hover, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:hover { - border-color: mix(#83a598,mix(#282828,#d5c4a1,0.2),0.3); } + border-color: mix(#839496,mix(#eee8d5,#002b36,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, @@ -4885,31 +4885,31 @@ progressbar.osd { #XfceNotifyWindow entry:checked:hover, #XfceNotifyWindow entry:checked:focus, #XfceNotifyWindow entry:checked:hover:focus { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.7); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.7); } .osd entry:disabled, #XfceNotifyWindow entry:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.85); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.85); } .osd entry:active:disabled, .osd entry:checked:disabled, #XfceNotifyWindow entry:active:disabled, #XfceNotifyWindow entry:checked:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); } .osd entry:focus, .osd entry:active, #XfceNotifyWindow entry:focus, #XfceNotifyWindow entry:active { - border-color: mix(#83a598,rgba(34, 34, 34, 0.8),0.3); } + border-color: mix(#839496,rgba(219, 206, 165, 0.8),0.3); } .osd entry:disabled, #XfceNotifyWindow entry:disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } .osd entry:disabled:focus, .osd entry:disabled:hover, #XfceNotifyWindow entry:disabled:focus, #XfceNotifyWindow entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#282828,#d5c4a1,0.2),0.4),0.3); } + border-color: mix(#839496,alpha(mix(#eee8d5,#002b36,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, @@ -4919,31 +4919,31 @@ progressbar.osd { #XfceNotifyWindow entry:disabled:checked:hover, #XfceNotifyWindow entry:disabled:checked:focus, #XfceNotifyWindow entry:disabled:checked:hover:focus { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.7); } .osd entry:disabled:disabled, #XfceNotifyWindow entry:disabled:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.85); } .osd entry:disabled:active:disabled, .osd entry:disabled:checked:disabled, #XfceNotifyWindow entry:disabled:active:disabled, #XfceNotifyWindow entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); } .osd trough, .osd.trough, #XfceNotifyWindow trough, #XfceNotifyWindow.trough { - background-color: rgba(213, 196, 161, 0.3); } + background-color: rgba(0, 43, 54, 0.3); } .osd progressbar, .osd.progressbar, #XfceNotifyWindow progressbar, #XfceNotifyWindow.progressbar { - background-color: #d5c4a1; } + background-color: #002b36; } .osd scale slider, #XfceNotifyWindow scale slider { - background-color: rgba(43, 43, 43, 0.8); + background-color: rgba(248, 246, 239, 0.8); background-image: none; - border-color: rgba(32, 32, 32, 0.8); } + border-color: rgba(212, 197, 149, 0.8); } .osd scale slider:focus, .osd scale slider:hover, #XfceNotifyWindow scale slider:focus, #XfceNotifyWindow scale slider:hover { - border-color: mix(#83a598,rgba(40, 40, 40, 0.8),0.3); } + border-color: mix(#839496,rgba(238, 232, 213, 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, @@ -4953,91 +4953,91 @@ progressbar.osd { #XfceNotifyWindow scale slider:checked:hover, #XfceNotifyWindow scale slider:checked:focus, #XfceNotifyWindow scale slider:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.8); } + border-color: rgba(199, 179, 117, 0.8); } .osd scale slider:disabled, #XfceNotifyWindow scale slider:disabled { - border-color: rgba(34, 34, 34, 0.8); } + border-color: rgba(219, 206, 165, 0.8); } .osd scale slider:active:disabled, .osd scale slider:checked:disabled, #XfceNotifyWindow scale slider:active:disabled, #XfceNotifyWindow scale slider:checked:disabled { - border-color: rgba(32, 32, 32, 0.8); } + border-color: rgba(212, 197, 149, 0.8); } .osd scale slider:disabled, #XfceNotifyWindow scale slider:disabled { - background-color: rgba(36, 36, 36, 0.8); + background-color: rgba(225, 214, 181, 0.8); background-image: none; } .osd scale trough, #XfceNotifyWindow scale trough { - border-color: rgba(32, 32, 32, 0.8); - background-color: rgba(43, 43, 43, 0.8); + border-color: rgba(212, 197, 149, 0.8); + background-color: rgba(248, 246, 239, 0.8); background-image: none; } .osd scale trough.highlight, #XfceNotifyWindow scale trough.highlight { - border-color: #83a598; - background-color: #83a598; + border-color: #839496; + background-color: #839496; background-image: none; } .osd scale trough:disabled, .osd scale trough.highlight:disabled, #XfceNotifyWindow scale trough:disabled, #XfceNotifyWindow scale trough.highlight:disabled { - border-color: rgba(34, 34, 34, 0.8); - background-color: rgba(36, 36, 36, 0.8); + border-color: rgba(219, 206, 165, 0.8); + background-color: rgba(225, 214, 181, 0.8); background-image: none; } .osd scale trough, #XfceNotifyWindow scale trough { - background-color: rgba(58, 58, 58, 0.8); } + background-color: rgba(248, 246, 238, 0.8); } .osd scale trough highlight, #XfceNotifyWindow scale trough highlight { - background-color: #83a598; } + background-color: #839496; } .osd scale slider, #XfceNotifyWindow scale slider { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #839496; + border-color: #839496; } .osd scale slider:hover, #XfceNotifyWindow scale slider:hover { - background-color: #a1bab1; - border-color: #a1bab1; } + background-color: #9facad; + border-color: #9facad; } .osd scale slider:active, #XfceNotifyWindow scale slider:active { - background-color: #678e7f; - border-color: #678e7f; } + background-color: #697b7d; + border-color: #697b7d; } .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, #XfceNotifyWindow.view, iconview#XfceNotifyWindow, #XfceNotifyWindow .view, #XfceNotifyWindow iconview, #XfceNotifyWindow view { - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } .osd scrollbar trough, #XfceNotifyWindow scrollbar trough { - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } .osd scrollbar slider, #XfceNotifyWindow scrollbar slider { - border: 1px solid mix(rgba(35, 35, 35, 0.8),#d5c4a1,0.21); + border: 1px solid mix(rgba(221, 209, 171, 0.8),#002b36,0.21); border-radius: 0; - background-color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.21); } + background-color: mix(rgba(238, 232, 213, 0.8),#002b36,0.21); } .osd scrollbar slider:hover, #XfceNotifyWindow scrollbar slider:hover { - border-color: mix(rgba(35, 35, 35, 0.8),#d5c4a1,0.31); - background-color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.31); } + border-color: mix(rgba(221, 209, 171, 0.8),#002b36,0.31); + background-color: mix(rgba(238, 232, 213, 0.8),#002b36,0.31); } .osd scrollbar slider:active, #XfceNotifyWindow scrollbar slider:active { - border-color: #72998a; - background-color: #83a598; } + border-color: #748789; + background-color: #839496; } .osd iconview.cell:selected, .osd iconview.cell:selected:focus, #XfceNotifyWindow iconview.cell:selected, #XfceNotifyWindow iconview.cell:selected:focus { background-color: transparent; - border: 3px solid mix(rgba(35, 35, 35, 0.8),#d5c4a1,0.21); + border: 3px solid mix(rgba(221, 209, 171, 0.8),#002b36,0.21); border-radius: 3px; outline-color: transparent; } .osd .page-thumbnail, #XfceNotifyWindow .page-thumbnail { - border: 1px solid rgba(36, 36, 36, 0.8); + border: 1px solid rgba(225, 214, 181, 0.8); /* when there's no pixbuf yet */ - background-color: rgba(40, 40, 40, 0.8); } + background-color: rgba(238, 232, 213, 0.8); } .osd popover.background, #XfceNotifyWindow popover.background { - box-shadow: 0 2px 7px 3px rgba(131, 104, 34, 0.5); } + box-shadow: 0 2px 7px 3px rgba(0, 17, 22, 0.5); } .osd popover.background > toolbar button, #XfceNotifyWindow popover.background > toolbar button { border-radius: 0; @@ -5046,16 +5046,16 @@ progressbar.osd { background-image: none; } .osd spinbutton:not(.vertical), #XfceNotifyWindow spinbutton:not(.vertical) { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: #202020; + border-color: #d4c595; padding: 0; - color: #d5c4a1; - caret-color: #d5c4a1; } + color: #002b36; + caret-color: #002b36; } .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover, #XfceNotifyWindow spinbutton:not(.vertical):focus, #XfceNotifyWindow spinbutton:not(.vertical):hover { - border-color: mix(#83a598,#282828,0.3); } + border-color: mix(#839496,#eee8d5,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, @@ -5065,39 +5065,39 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical):checked:hover, #XfceNotifyWindow spinbutton:not(.vertical):checked:focus, #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus { - border-color: #1c1c1c; } + border-color: #c7b375; } .osd spinbutton:not(.vertical):disabled, #XfceNotifyWindow spinbutton:not(.vertical):disabled { - border-color: #222222; } + border-color: #dbcea5; } .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical):active:disabled, #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled { - border-color: #202020; } + border-color: #d4c595; } .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(34, 34, 34, 0.8),0.3); } + border-color: mix(#839496,rgba(219, 206, 165, 0.8),0.3); } .osd spinbutton:not(.vertical):disabled, #XfceNotifyWindow spinbutton:not(.vertical):disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } .osd spinbutton:not(.vertical) button, #XfceNotifyWindow spinbutton:not(.vertical) button { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); border-radius: 0; - border-color: rgba(34, 34, 34, 0.5); + border-color: rgba(219, 206, 165, 0.5); border-style: none none none solid; background-image: none; box-shadow: none; } .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(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -5107,35 +5107,35 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton:not(.vertical) button:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton:not(.vertical) button.flat, #XfceNotifyWindow spinbutton:not(.vertical) button.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -5153,31 +5153,31 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .osd spinbutton:not(.vertical) button:focus:focus, .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:focus, #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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -5195,30 +5195,30 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton:not(.vertical) button:focus:disabled, .osd spinbutton:not(.vertical) button.flat:focus:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton:not(.vertical) button:focus:active:disabled, .osd spinbutton:not(.vertical) button:focus:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } .osd spinbutton:not(.vertical) button:focus:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:focus, #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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -5236,28 +5236,28 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active, #XfceNotifyWindow spinbutton:not(.vertical) button:checked, #XfceNotifyWindow spinbutton:not(.vertical) button:active, #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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, @@ -5267,7 +5267,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(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -5301,13 +5301,13 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton:not(.vertical) button:checked:active:disabled, .osd spinbutton:not(.vertical) button:checked:checked:disabled, .osd spinbutton:not(.vertical) button:active:active:disabled, .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:checked:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:active:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:disabled, @@ -5317,7 +5317,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, @@ -5328,42 +5328,42 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover, #XfceNotifyWindow spinbutton:not(.vertical) button:focus, #XfceNotifyWindow spinbutton:not(.vertical) button:hover, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - color: #d5c4a1; } + color: #002b36; } .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled { - background-color: rgba(131, 165, 152, 0.6); + background-color: rgba(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator, #XfceNotifyWindow spinbutton:not(.vertical) button.separator, #XfceNotifyWindow spinbutton:not(.vertical) button .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } .osd spinbutton:not(.vertical) button:dir(rtl), #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; } @@ -5371,19 +5371,19 @@ progressbar.osd { #XfceNotifyWindow spinbutton:not(.vertical) button:active, #XfceNotifyWindow spinbutton:not(.vertical) button:checked, #XfceNotifyWindow spinbutton:not(.vertical) button:hover { - color: #d5c4a1; } + color: #002b36; } .osd spinbutton:not(.vertical) button:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - color: alpha(mix(#d5c4a1,#282828,0.6),0.8); } + color: alpha(mix(#002b36,#eee8d5,0.6),0.8); } .osd spinbutton:not(.vertical) button:backdrop, #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop { - color: mix(#32302f,mix(#ebdbb2,#32302f,0.5),0.9); } + color: mix(#fdf6e3,mix(#002b36,#fdf6e3,0.5),0.9); } .osd spinbutton:not(.vertical) button:active, #XfceNotifyWindow spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.2); } + box-shadow: inset 0 2px 3px -1px rgba(0, 17, 22, 0.2); } .osd spinbutton:not(.vertical) button:backdrop:disabled, #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled { - color: rgba(11, 10, 10, 0.8); + color: rgba(248, 223, 156, 0.8); border-style: none none none solid; } .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl), #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { @@ -5396,15 +5396,15 @@ progressbar.osd { border-radius: 0 3px 3px 0; } .osd spinbutton.vertical button:first-child, #XfceNotifyWindow spinbutton.vertical button:first-child { - background-color: rgba(40, 40, 40, 0.8); + background-color: rgba(238, 232, 213, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .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(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -5414,35 +5414,35 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton.vertical button:first-child:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton.vertical button:first-child.flat, #XfceNotifyWindow spinbutton.vertical button:first-child.flat { - color: #d5c4a1; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); + color: #002b36; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus, #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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -5460,31 +5460,31 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus { - background-color: rgba(42, 42, 42, 0.8); + background-color: rgba(244, 241, 229, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .osd spinbutton.vertical button:first-child:focus:focus, .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:focus, #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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -5502,30 +5502,30 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton.vertical button:first-child:focus:disabled, .osd spinbutton.vertical button:first-child.flat:focus:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton.vertical button:first-child:focus:active:disabled, .osd spinbutton.vertical button:first-child:focus:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { - background-color: rgba(44, 44, 44, 0.8); + background-color: rgba(251, 250, 245, 0.8); background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } .osd spinbutton.vertical button:first-child:focus:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:focus, #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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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, @@ -5543,28 +5543,28 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.3); } + border-color: rgba(0, 30, 38, 0.4); } .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active, #XfceNotifyWindow spinbutton.vertical button:first-child:checked, #XfceNotifyWindow spinbutton.vertical button:first-child:active, #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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, @@ -5574,7 +5574,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(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.32),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, @@ -5608,13 +5608,13 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus { - border-color: rgba(178, 147, 83, 0.22); } + border-color: rgba(0, 30, 38, 0.32); } .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .osd spinbutton.vertical button:first-child:checked:active:disabled, .osd spinbutton.vertical button:first-child:checked:checked:disabled, .osd spinbutton.vertical button:first-child:active:active:disabled, .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:checked:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:active:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:disabled, @@ -5624,7 +5624,7 @@ progressbar.osd { #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, @@ -5635,48 +5635,48 @@ 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .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, #XfceNotifyWindow spinbutton.vertical button:first-child:focus, #XfceNotifyWindow spinbutton.vertical button:first-child:hover, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - color: #d5c4a1; } + color: #002b36; } .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled { - background-color: alpha(mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.2),0.4); + background-color: alpha(mix(rgba(238, 232, 213, 0.8),#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(rgba(40, 40, 40, 0.8),#d5c4a1,0.5); + color: mix(rgba(238, 232, 213, 0.8),#002b36,0.5); box-shadow: none; } .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, #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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator, #XfceNotifyWindow spinbutton.vertical button:first-child.separator, #XfceNotifyWindow spinbutton.vertical button:first-child .separator { border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.7); } + color: rgba(238, 232, 213, 0.7); } .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled, #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled { - color: rgba(40, 40, 40, 0.65); } + color: rgba(238, 232, 213, 0.65); } 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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; @@ -5684,7 +5684,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; @@ -5693,7 +5693,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; @@ -5701,7 +5701,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; @@ -5710,7 +5710,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; @@ -5718,7 +5718,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; @@ -5727,7 +5727,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(131, 148, 150, 0.2)), to(rgba(131, 148, 150, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; @@ -5735,7 +5735,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(131, 148, 150, 0.35)), to(rgba(131, 148, 150, 0.25))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; @@ -5797,13 +5797,13 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; - border-image: linear-gradient(to bottom, mix(#32302f,#ebdbb2,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #252323; } + border-image: linear-gradient(to bottom, mix(#fdf6e3,#002b36,0.1) 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fbeecb; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } scrolledwindow junction:backdrop { - border-image-source: linear-gradient(to bottom, mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9) 1px, transparent 1px); - background-color: #2a2828; + border-image-source: linear-gradient(to bottom, mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9) 1px, transparent 1px); + background-color: #fcf1d5; transition: 200ms ease-out; } /***************** @@ -5813,7 +5813,7 @@ progressbar { padding: 0; border-radius: 3px; font-size: smaller; - color: rgba(235, 219, 178, 0.6); } + color: rgba(0, 43, 54, 0.6); } progressbar.horizontal trough, progressbar.horizontal progress { min-height: 6px; } @@ -5821,12 +5821,12 @@ progressbar { progressbar.vertical progress { min-width: 6px; } progressbar trough { - border: 1px solid mix(#32302f,#ebdbb2,0.17); - background-color: #363433; + border: 1px solid mix(#fdf6e3,#002b36,0.17); + background-color: white; background-image: none; border-radius: 3px; } progressbar progress { - background-color: #83a598; + background-color: #839496; background-image: none; border-radius: 0; } progressbar progress.left { @@ -5854,8 +5854,8 @@ levelbar:backdrop { transition: 200ms ease-out; } levelbar trough { - background-color: #363433; - border: 1px solid mix(#32302f,#ebdbb2,0.17); + background-color: white; + border: 1px solid mix(#fdf6e3,#002b36,0.17); border-radius: 3px; padding: 2px; } @@ -5870,17 +5870,17 @@ levelbar.vertical.discrete block { margin: 0; } levelbar block { - background-color: #83a598; + background-color: #839496; border-color: transparent; border-radius: 3px; } levelbar block.low { - background-color: #ff7f42; + background-color: #e1ec18; border-color: transparent; } levelbar block.high, levelbar block:not(.empty) { - background-color: #c3a544; + background-color: #a3ff1a; border-color: transparent; } levelbar block.full { - background-color: #64897b; + background-color: #67787a; border-color: transparent; } levelbar block.empty { background-color: transparent; @@ -5890,7 +5890,7 @@ levelbar block { scale { min-height: 10px; min-width: 10px; - padding: 1px; } + padding: 2px; } scale.horizontal trough { padding: 0 3px; } scale.horizontal highlight, scale.horizontal fill { @@ -5906,7 +5906,7 @@ scale { scale.fine-tune slider { margin: -7px; } scale.fine-tune highlight { - background-color: #94b1a6; } + background-color: #92a1a3; } scale.fine-tune fill, scale.fine-tune highlight, scale.fine-tune trough { @@ -5916,71 +5916,71 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: mix(#32302f,#ebdbb2,0.2); } + background-color: mix(#fdf6e3,#002b36,0.2); } scale trough:disabled { - background-color: mix(#32302f,#ebdbb2,0.1); } + background-color: mix(#fdf6e3,#002b36,0.1); } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { - background-color: rgba(131, 104, 34, 0.2); } + background-color: rgba(0, 17, 22, 0.2); } menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #ebdbb2; } + background-color: #fdf6e3; } 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(#fdf6e3,#839496,0.55); } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { - background-color: rgba(131, 104, 34, 0.1); } + background-color: rgba(0, 17, 22, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #83a598; } + background-color: #839496; } scale highlight:disabled { - background-color: rgba(131, 165, 152, 0.55); } + background-color: rgba(131, 148, 150, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(131, 165, 152, 0.5); } + background-color: rgba(131, 148, 150, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { - background-color: #32302f; - border: 1px solid rgba(235, 219, 178, 0.16); + background-color: #eee8d5; + border: 1px solid rgba(7, 54, 66, 0.16); border-radius: 100%; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border; } scale slider:hover { - background-color: #3f3d3b; } + background-color: #f5f2e7; } scale slider:active { background-clip: border-box; - background-color: #83a598; - border-color: #83a598; } + background-color: #839496; + border-color: #839496; } scale slider:disabled { - background-color: mix(#32302f,#32302f,0.55); - border-color: rgba(235, 219, 178, 0); } + background-color: mix(#eee8d5,#fdf6e3,0.55); + border-color: rgba(7, 54, 66, 0); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #ebdbb2; - border-color: #ebdbb2; } + background-color: #fdf6e3; + border-color: #fdf6e3; } 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(#fdf6e3,#839496,0.85); + border-color: mix(#fdf6e3,#839496,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(#fdf6e3,#839496,0.5); + border-color: mix(#fdf6e3,#839496,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(#fdf6e3,#839496,0.55); + border-color: mix(#fdf6e3,#839496,0.55); } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -6054,22 +6054,22 @@ scale { ! Scrollbar ************/ scrollbar { - background-color: #252323; + background-color: #fbeecb; transition: 300ms ease-out; } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } scrollbar.top { - border-bottom: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-bottom: 1px solid mix(#fdf6e3,#002b36,0.1); } scrollbar.bottom { - border-top: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-top: 1px solid mix(#fdf6e3,#002b36,0.1); } scrollbar.left { - border-right: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-right: 1px solid mix(#fdf6e3,#002b36,0.1); } scrollbar.right { - border-left: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-left: 1px solid mix(#fdf6e3,#002b36,0.1); } scrollbar:backdrop { - background-color: #2a2828; - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); + background-color: #fcf1d5; + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); transition: 400ms ease-in; } scrollbar slider { min-width: 7px; @@ -6077,13 +6077,13 @@ scrollbar { border: 1px solid transparent; border-radius: 3px; background-clip: padding-box; - background-color: mix(#32302f,#ebdbb2,0.5); } + background-color: mix(#fdf6e3,#002b36,0.5); } scrollbar slider:hover { - background-color: mix(#32302f,#ebdbb2,0.7); } + background-color: mix(#fdf6e3,#002b36,0.7); } scrollbar slider:hover:active { - background-color: #749a8c; } + background-color: #75888a; } scrollbar slider:backdrop { - background-color: mix(mix(#ebdbb2,#32302f,0.5),#32302f,0.4); } + background-color: mix(mix(#002b36,#fdf6e3,0.5),#fdf6e3,0.4); } scrollbar slider:disabled { background-color: transparent; } scrollbar.horizontal slider { @@ -6091,7 +6091,7 @@ scrollbar { scrollbar.vertical slider { min-height: 40px; } scrollbar.fine-tune slider:active { - background-color: #92b0a4; } + background-color: #91a0a2; } scrollbar.overlay-indicator { opacity: .8; } scrollbar.overlay-indicator:not(.dragging):not(.hovering) { @@ -6101,8 +6101,8 @@ scrollbar { scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { min-width: 4px; min-height: 4px; - background-color: #ebdbb2; - border: 1px solid #333130; } + background-color: #002b36; + border: 1px solid #fdf7e6; } scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { min-width: 4px; min-height: 4px; @@ -6122,44 +6122,44 @@ scrollbar { padding: 0; border: 0; border-radius: 0; - border-color: mix(#32302f,#ebdbb2,0.18); + border-color: mix(#fdf6e3,#002b36,0.1); background-color: transparent; box-shadow: none; - color: mix(#32302f,#ebdbb2,0.5); } + color: mix(#fdf6e3,#002b36,0.5); } scrollbar button:hover { - color: mix(#32302f,#ebdbb2,0.7); } + color: mix(#fdf6e3,#002b36,0.7); } scrollbar button:active, scrollbar button:checked { - color: #749a8c; } + color: #75888a; } scrollbar button:backdrop { - color: mix(mix(#ebdbb2,#32302f,0.5),#32302f,0.4); } + color: mix(mix(#002b36,#fdf6e3,0.5),#fdf6e3,0.4); } scrollbar.vertical button.down { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-top: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-top: 1px solid mix(#fdf6e3,#002b36,0.1); } scrollbar.vertical button.up { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-bottom: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-bottom: 1px solid mix(#fdf6e3,#002b36,0.1); } scrollbar.horizontal button.down { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - border-left: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-left: 1px solid mix(#fdf6e3,#002b36,0.1); } scrollbar.horizontal button.up { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); - border-right: 1px solid mix(#32302f,#ebdbb2,0.18); } + border-right: 1px solid mix(#fdf6e3,#002b36,0.1); } /********* ! Sidebar **********/ .sidebar { border-style: none; - background-color: mix(#32302f,#32302f,0.5); } + background-color: mix(#fdf6e3,#fdf6e3,0.5); } stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 1px solid mix(#32302f,#ebdbb2,0.18); + border-right: 1px solid mix(#fdf6e3,#002b36,0.1); border-left-style: none; } stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid mix(#32302f,#ebdbb2,0.18); + border-left: 1px solid mix(#fdf6e3,#002b36,0.1); border-right-style: none; } .sidebar:backdrop { - background-color: mix(#32302f,#32302f,0.5); - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); + background-color: mix(#fdf6e3,#fdf6e3,0.5); + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); transition: 200ms ease-out; } .sidebar .frame, .sidebar frame { border-width: 0; } @@ -6169,10 +6169,10 @@ scrollbar { border-style: none; } stacksidebar row { - padding: 2px 1px; } + padding: 4px 2px; } stacksidebar row > label { - padding-left: 1px; - padding-right: 1px; } + padding-left: 2px; + padding-right: 2px; } stacksidebar row.needs-attention > label { background-size: 6px 6px, 0 0; } @@ -6183,25 +6183,25 @@ placessidebar row { min-height: 32px; padding: 0; } placessidebar row > revealer { - padding: 0 2px; } + padding: 0 4px; } placessidebar row:selected { - color: #ebdbb2; } + color: #fdf6e3; } placessidebar row:disabled { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } placessidebar row:backdrop { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } placessidebar row:backdrop:selected { - color: mix(#83a598,#ebdbb2,0.66); } + color: mix(#839496,#fdf6e3,0.66); } placessidebar row:backdrop:disabled { - color: #0b0a0a; } + color: #f8df9c; } placessidebar row image.sidebar-icon { opacity: 0.7; } placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 4px; - padding-left: 1px; } + padding-right: 6px; + padding-left: 2px; } placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 4px; - padding-right: 1px; } + padding-left: 6px; + padding-right: 2px; } placessidebar row label.sidebar-label:dir(ltr) { padding-right: 2px; } placessidebar row label.sidebar-label:dir(rtl) { @@ -6221,16 +6221,16 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: image(#83a598); + background-image: image(#839496); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #83a598; } + color: #839496; } placessidebar row:drop(active):not(:disabled) { - color: #83a598; - box-shadow: inset 0 1px #83a598, inset 0 -1px #83a598; } + color: #839496; + box-shadow: inset 0 1px #839496, inset 0 -1px #839496; } placessidebar row:drop(active):not(:disabled):selected { - color: #ebdbb2; - background-color: #83a598; } + color: #fdf6e3; + background-color: #839496; } /****** ! Paned @@ -6241,22 +6241,22 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: image(#2d2b2a); + background-image: image(#fae8b6); background-size: 1px 1px; background-position: center center; } paned > separator:selected { - background-image: image(#83a598); } + background-image: image(#839496); } paned > separator:backdrop { - background-image: image(mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9)); } + background-image: image(mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9)); } paned > separator.wide { min-width: 5px; min-height: 5px; - background-color: #32302f; - background-image: image(#282626), image(#282626); + background-color: #fdf6e3; + background-image: image(#f7d989), image(#f7d989); background-size: 1px 1px, 1px 1px; } paned > separator.wide:backdrop { - background-color: #32302f; - background-image: image(mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9)), image(mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9)); } + background-color: #fdf6e3; + background-image: image(mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9)), image(mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9)); } paned.horizontal > separator { background-repeat: repeat-y; @@ -6279,7 +6279,7 @@ paned.vertical > separator { background-position: bottom, top; } paned.titlebar > separator { - background-image: image(#242424); } + background-image: image(#e1d6b5); } /******************* ! Spinner animation @@ -6290,7 +6290,7 @@ paned.titlebar > separator { spinner { background-image: none; - color: #83a598; + color: #839496; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } spinner:checked { @@ -6307,7 +6307,7 @@ radio { -gtk-icon-source: url("../assets/radio-unchecked.svg"); min-width: 16px; min-height: 16px; - margin-right: 1px; } + margin-right: 2px; } radio:disabled { -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } radio:checked, radio:active { @@ -6340,7 +6340,7 @@ check { -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); min-width: 16px; min-height: 16px; - margin-right: 1px; } + margin-right: 2px; } check:disabled { -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } check:checked, check:active { @@ -6370,7 +6370,7 @@ check { radio:dir(rtl), check:dir(rtl) { margin-right: 0; - margin-left: 1px; } + margin-left: 2px; } .view.content-view.check:not(list), iconview.content-view.check:not(list) { -gtk-icon-shadow: none; @@ -6417,46 +6417,46 @@ radio:dir(rtl), check:dir(rtl) { *********/ switch { border-radius: 3px; - padding: 0px; + padding: 1px; border: 0; outline: none; transition: background-color .3s linear; min-width: 88px; min-height: 24px; - background-color: mix(#32302f,#32302f,0.3); - color: #ebdbb2; - box-shadow: inset 1px -1px 0 rgba(66, 52, 17, 0.06), inset -1px 1px 0 rgba(66, 52, 17, 0.06); } + background-color: mix(#fdf6e3,#fdf6e3,0.3); + color: #002b36; + box-shadow: inset 1px -1px 0 rgba(0, 9, 11, 0.06), inset -1px 1px 0 rgba(0, 9, 11, 0.06); } switch slider { - background-color: mix(#ebdbb2,#32302f,0.5); + background-color: mix(#002b36,#fdf6e3,0.5); transition: all .3s ease-in; - box-shadow: 0 1px 2px 0 rgba(66, 52, 17, 0.07), 1px 0 2px 0 rgba(66, 52, 17, 0.07); + box-shadow: 0 1px 2px 0 rgba(0, 9, 11, 0.07), 1px 0 2px 0 rgba(0, 9, 11, 0.07); border-radius: 3px; } switch:checked { - background-color: #83a598; + background-color: #839496; background-image: none; - border-color: #83a598; - color: #32302f; } + border-color: #839496; + color: #fdf6e3; } switch:checked slider { - background-color: #333130; - box-shadow: 0 1px 3px 0 rgba(66, 52, 17, 0.1); } + background-color: #fdf7e6; + box-shadow: 0 1px 3px 0 rgba(0, 9, 11, 0.1); } switch:disabled { - background-color: mix(#32302f,#32302f,0.5); + background-color: mix(#fdf6e3,#fdf6e3,0.5); background-image: none; - border-color: #32302f; - color: #32302f; + border-color: #fdf6e3; + color: #fdf6e3; box-shadow: none; } switch:disabled slider { - background-color: #32302f; } + background-color: #fdf6e3; } list row:selected switch { - background-color: #32302f; - color: mix(#32302f,#32302f,0.5); } + background-color: #fdf6e3; + color: mix(#fdf6e3,#fdf6e3,0.5); } list row:selected switch slider { - background-color: mix(mix(#32302f,#32302f,0.5),#32302f,0.4); } + background-color: mix(mix(#fdf6e3,#fdf6e3,0.5),#fdf6e3,0.4); } list row:selected switch:checked { - color: #83a598; - background-color: mix(#ebdbb2,#32302f,0.5); } + color: #839496; + background-color: mix(#002b36,#fdf6e3,0.5); } list row:selected switch:checked slider { - background-color: #83a598; } + background-color: #839496; } /********* ! Buttons @@ -6474,16 +6474,16 @@ switch { .view text, iconview text, textview text { - color: #ebdbb2; - background-color: #32302f; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + color: #002b36; + background-color: #fdf6e3; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } .view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop { - color: mix(#32302f,#ebdbb2,0.8); - background-color: #32302f; } + color: mix(#fdf6e3,#002b36,0.8); + background-color: #fdf6e3; } .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, @@ -6494,7 +6494,7 @@ textview text { border-radius: 3px; } textview border { - background-color: mix(#32302f,#32302f,0.5); } + background-color: mix(#fdf6e3,#fdf6e3,0.5); } /************ ! Treeview @@ -6503,38 +6503,38 @@ textview border { rubberband, flowbox rubberband, treeview.view rubberband { - border: 1px solid #83a598; - background-color: rgba(131, 165, 152, 0.2); } + border: 1px solid #839496; + background-color: rgba(131, 148, 150, 0.2); } treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { - background-color: #32302f; + background-color: #fdf6e3; transition-property: color, background; } treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #32302f; } + background-color: #fdf6e3; } treeview entry.flat:focus, treeview entry:focus { - border-color: #83a598; } + border-color: #839496; } treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - padding: -1px 2px; + padding: 0px 3px; border-radius: 0; background-image: none; text-shadow: none; border-style: none solid solid none; - border-color: #32302f; } + border-color: #fdf6e3; } treeview.view header button:disabled { - border-color: #32302f; + border-color: #fdf6e3; background-image: none; } treeview.view header button:backdrop { - border-color: #32302f; + border-color: #fdf6e3; border-style: none solid solid none; - color: mix(mix(#ebdbb2,#32302f,0.5),#32302f,0.5); + color: mix(mix(#002b36,#fdf6e3,0.5),#fdf6e3,0.5); background-image: none; - background-color: #32302f; } + background-color: #fdf6e3; } treeview.view header button:backdrop:disabled { - border-color: #32302f; + border-color: #fdf6e3; background-image: none; } treeview.view { @@ -6542,100 +6542,100 @@ treeview.view { -GtkTreeView-grid-line-pattern: ""; -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ""; - border-left-color: mix(#ebdbb2,#32302f,0.5); - border-top-color: #32302f; } + border-left-color: mix(#002b36,#fdf6e3,0.5); + border-top-color: #fdf6e3; } 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-top-color: rgba(235, 219, 178, 0.1); } + border-left-color: mix(#fdf6e3,#839496,0.5); + border-top-color: rgba(0, 43, 54, 0.1); } treeview.view:disabled { - color: mix(#ebdbb2,#32302f,0.5); } + color: mix(#002b36,#fdf6e3,0.5); } treeview.view:disabled:selected { - color: mix(#ebdbb2,#83a598,0.4); } + color: mix(#fdf6e3,#839496,0.4); } treeview.view:disabled:selected:backdrop { - color: mix(mix(#83a598,#ebdbb2,0.66),#83a598,0.3); } + color: mix(mix(#839496,#fdf6e3,0.66),#839496,0.3); } treeview.view:disabled:backdrop { - color: #0b0a0a; } + color: #f8df9c; } treeview.view.separator { min-height: 2px; - color: #32302f; } + color: #fdf6e3; } treeview.view.separator:backdrop { - color: rgba(50, 48, 47, 0.1); } + color: rgba(253, 246, 227, 0.1); } treeview.view:backdrop { - border-left-color: mix(mix(#ebdbb2,#32302f,0.5),#32302f,0.5); - border-top: #32302f; } + border-left-color: mix(mix(#002b36,#fdf6e3,0.5),#fdf6e3,0.5); + border-top: #fdf6e3; } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: mix(#83a598,#ebdbb2,0.3); } + border-color: mix(#839496,#002b36,0.3); } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: mix(#32302f,#ebdbb2,0.7); } + color: mix(#fdf6e3,#002b36,0.7); } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #ebdbb2; } + color: #002b36; } treeview.view.expander:selected { - color: mix(#83a598,#ebdbb2,0.7); } + color: mix(#839496,#fdf6e3,0.7); } treeview.view.expander:selected:hover { - color: #ebdbb2; } + color: #fdf6e3; } treeview.view.expander:selected:backdrop { - color: mix(#83a598,mix(#83a598,#ebdbb2,0.66),0.7); } + color: mix(#839496,mix(#839496,#fdf6e3,0.66),0.7); } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.expander:backdrop { - color: mix(#32302f,mix(#ebdbb2,#32302f,0.5),0.7); } + color: mix(#fdf6e3,mix(#002b36,#fdf6e3,0.5),0.7); } treeview.view.progressbar { - color: #32302f; + color: #fdf6e3; border-radius: 3px; - border: 1px solid mix(#83a598,#ebdbb2,0.3); - background-color: #83a598; } + border: 1px solid mix(#839496,#002b36,0.3); + background-color: #839496; } treeview.view.progressbar:selected { - border: 1px solid mix(#83a598,#ebdbb2,0.2); } + border: 1px solid mix(#839496,#fdf6e3,0.2); } treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; - background-color: #83a598; + background-color: #839496; background-image: none; border-radius: 3px; } 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(#32302f,#83a598,0.9); } + color: mix(#839496,#fdf6e3,0.66); + border-color: mix(#839496,#002b36,0.3); + background-color: mix(#fdf6e3,#839496,0.9); } treeview.view.progressbar:disabled { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: #2b2928; } + border-color: #f8e0a0; } treeview.view.progressbar:backdrop { - color: #32302f; + color: #fdf6e3; background-image: none; box-shadow: none; } treeview.view.trough { - background-color: rgba(235, 219, 178, 0.1); + background-color: rgba(0, 43, 54, 0.1); border-radius: 3px; } treeview.view.trough:selected:focus, treeview.view.trough:selected { - background-color: rgba(235, 219, 178, 0.3); + background-color: rgba(253, 246, 227, 0.3); border-width: 1px 0; border-style: solid; - border-color: #83a598; + border-color: #839496; border-radius: 3px; } treeview.view header button { - color: mix(#ebdbb2,#32302f,0.5); - background-color: #32302f; + color: mix(#002b36,#fdf6e3,0.5); + background-color: #fdf6e3; font-weight: bold; text-shadow: none; box-shadow: none; } treeview.view header button:hover { - color: mix(mix(#ebdbb2,#32302f,0.5),#ebdbb2,0.5); + color: mix(mix(#002b36,#fdf6e3,0.5),#002b36,0.5); box-shadow: none; transition: none; } treeview.view header button:active { - color: #ebdbb2; + color: #002b36; transition: none; } treeview.view header button:last-child:backdrop, treeview.view header button:last-child { border-right-style: none; } @@ -6647,20 +6647,20 @@ treeview.view { padding: 0 6px; transition: none; background-image: none; - background-color: #83a598; - color: #32302f; + background-color: #839496; + color: #fdf6e3; border-radius: 0; border-style: none; - box-shadow: inset 0 0 0 1px #32302f; + box-shadow: inset 0 0 0 1px #fdf6e3; text-shadow: none; } treeview.view acceleditor > label { - background-color: #83a598; } + background-color: #839496; } /*********** ! Separator ************/ separator { - background: rgba(131, 104, 34, 0.1); + background: rgba(0, 17, 22, 0.1); min-width: 1px; min-height: 1px; } @@ -6668,17 +6668,17 @@ separator { ! Frames * ***********/ frame > border, .frame { - border: 1px solid mix(#32302f,#ebdbb2,0.18); } + border: 1px solid mix(#fdf6e3,#002b36,0.1); } frame > border.flat, .frame.flat { border-style: none; } frame > border:backdrop, .frame:backdrop { - border-color: mix(#32302f,mix(#32302f,#ebdbb2,0.18),0.9); } + border-color: mix(#fdf6e3,mix(#fdf6e3,#002b36,0.1),0.9); } frame.border-inset > border, frame.border-outset > border, frame.border-groove > border, frame.border-ridge > border { - border: 1px solid alpha(mix(#32302f,#ebdbb2,0.18),0.3902); } + border: 1px solid alpha(mix(#fdf6e3,#002b36,0.1),1.24118); } /* avoid double borders when a viewport is packed into a GtkScrolledWindow */ scrolledwindow viewport.frame { @@ -6707,33 +6707,33 @@ placesview > actionbar > revealer > box > label { ***************/ decoration { border-radius: 3px 3px 0 0; - box-shadow: 0 3px 9px 1px rgba(131, 104, 34, 0.7), 0 0 0 1px #282828; + box-shadow: 0 3px 9px 1px rgba(0, 17, 22, 0.7), 0 0 0 1px #fdf6e3; /* this is used for the resize cursor area */ - border-width: 1px; + border-width: 0px; border-style: solid; - border-color: #282828; } + border-color: #fdf6e3; } decoration:backdrop { - box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(131, 104, 34, 0.4), 0 0 0 1px #282828; - border-color: #282828; + box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 17, 22, 0.4), 0 0 0 1px #fdf6e3; + border-color: #fdf6e3; transition: 200ms ease-out; } .maximized decoration, .fullscreen decoration, .tiled decoration { border-radius: 0; } .popup decoration { box-shadow: none; } .ssd decoration { - box-shadow: 0 0 0 1px #282828; } + box-shadow: 0 0 0 1px #fdf6e3; } .solid-csd decoration { border-radius: 0; box-shadow: none; } .csd.popup decoration { border-radius: 0; - box-shadow: 0 1px 2px rgba(131, 104, 34, 0.2), 0 0 0 1px rgba(40, 40, 40, 0.13); } + box-shadow: 0 1px 2px rgba(0, 17, 22, 0.2), 0 0 0 1px rgba(253, 246, 227, 0.13); } tooltip.csd decoration { border-radius: 3px; box-shadow: none; } messagedialog.csd decoration { border-radius: 3px; - box-shadow: 0 1px 2px rgba(131, 104, 34, 0.2), 0 0 0 1px rgba(40, 40, 40, 0.13); } + box-shadow: 0 1px 2px rgba(0, 17, 22, 0.2), 0 0 0 1px rgba(253, 246, 227, 0.13); } /*********************** ! Fallback mode panel * @@ -6748,9 +6748,9 @@ panel-applet > menubar menuitem, panel-applet > menubar:backdrop menuitem, panel-toplevel .gnome-panel-menu-bar menuitem, panel-toplevel .gnome-panel-menu-bar:backdrop menuitem, wnck-pager, wnck-tasklist, .mate-panel-menu-bar, .xfce4-panel, UnityPanelWidget, .unity-panel { - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; } + color: #002b36; } clock-box menuitem label, clock-box:backdrop menuitem label, panel-applet > menubar menuitem label, @@ -6761,7 +6761,7 @@ panel-toplevel .gnome-panel-menu-bar:backdrop menuitem label, gp-calendar-window #clock-applet-button label, #showdesktop-button label { font-weight: normal; - color: #d5c4a1; } + color: #002b36; } #clock-applet-button, #clock-applet-button:backdrop, panel-applet button, panel-applet button:backdrop, .xfce4-panel button, #login_window, #shutdown_dialog, #restart_dialog { border-width: 0 1px; @@ -6769,28 +6769,28 @@ panel-toplevel .gnome-panel-menu-bar:backdrop menuitem label, gp-calendar-window border-color: transparent; background-color: transparent; background-image: none; - color: #d5c4a1; } + color: #002b36; } #clock-applet-button:hover, panel-applet button:hover, .xfce4-panel button:hover, #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover { - background-color: mix(#282828,#d5c4a1,0.11); + background-color: mix(#eee8d5,#002b36,0.11); background-image: none; - border-color: mix(#282828,#d5c4a1,0.11); - color: #ded1b6; } + border-color: mix(#eee8d5,#002b36,0.11); + color: #002e3a; } #clock-applet-button:active, panel-applet button:active, .xfce4-panel button:active, #login_window:active, #shutdown_dialog:active, #restart_dialog:active, #clock-applet-button:checked, panel-applet button:checked, .xfce4-panel button:checked, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked { - background-color: mix(#282828,#d5c4a1,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - border-color: mix(#282828,#d5c4a1,0.21); - color: #ded1b6; } + border-color: mix(#eee8d5,#002b36,0.21); + color: #002e3a; } #clock-applet-button:active:hover, panel-applet button:active:hover, .xfce4-panel button:active:hover, #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, #clock-applet-button:checked:hover, panel-applet button:checked:hover, .xfce4-panel button:checked:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover { - background-color: mix(#282828,#d5c4a1,0.31); + background-color: mix(#eee8d5,#002b36,0.31); background-image: none; - border-color: mix(#282828,#d5c4a1,0.31); } + border-color: mix(#eee8d5,#002b36,0.31); } panel-plug, panel-toplevel.background { padding: 0; } .gp-text-color { - color: #836822; } + color: #001116; } panel-applet { border: 0; } @@ -6812,7 +6812,7 @@ panel-toplevel .gnome-panel-menu-bar:backdrop menuitem { #PanelApplet label, .mate-panel-menu-bar menubar > menuitem { - color: #d5c4a1; } + color: #002b36; } PanelSeparator, MatePanelAppletFrameDBus { border-width: 0; @@ -6831,7 +6831,7 @@ PanelSeparator, MatePanelAppletFrameDBus { border-style: solid; border-radius: 0; border-width: 1px; - color: #d5c4a1; + color: #002b36; text-shadow: none; box-shadow: none; padding: 2px; } @@ -6849,11 +6849,11 @@ PanelSeparator, MatePanelAppletFrameDBus { #PanelApplet button.flat.toggle:checked, #PanelApplet button.flat.toggle:checked:hover { background-image: none; - background-color: darker(#282828); + background-color: darker(#eee8d5); border-color: transparent; border-radius: 0; border-width: 1px; - color: lighter(#d5c4a1); + color: lighter(#002b36); text-shadow: none; padding: 2px; } @@ -6862,11 +6862,11 @@ PanelSeparator, MatePanelAppletFrameDBus { #PanelApplet button.toggle:hover, #PanelApplet button.flat.toggle:hover { background-image: none; - background-color: #343434; + background-color: white; border-color: transparent; border-radius: 0; border-width: 1px; - color: #ebdbb2; + color: #fdf6e3; text-shadow: none; padding: 2px; } @@ -6883,13 +6883,13 @@ PanelSeparator, MatePanelAppletFrameDBus { ! Gnome clocks * *****************/ .clocks-analog-frame.trough { - color: mix(#ebdbb2,#32302f,0.85); } + color: mix(#002b36,#fdf6e3,0.85); } .clocks-analog-frame.progress { - color: mix(#32302f,#83a598,0.5); } + color: mix(#fdf6e3,#839496,0.5); } .clocks-analog-frame.progress-fast { - color: #57786b; } + color: #5a696b; } /***************** ! Gnome Builder * @@ -6906,13 +6906,13 @@ workbench.csd > stack.titlebar:not(headerbar) { ! Geary * *****************/ .geary-expanded .geary-message-summary { - background-color: #302e2d; } + background-color: #fbefcd; } .geary-folder-popover-list-row { - border-color: #303030; + border-color: white; box-shadow: None; } .geary-folder-popover-list-row > label { - color: #32302f; } + color: #fdf6e3; } /*********************** ! Unity Greeter * @@ -6923,27 +6923,27 @@ workbench.csd > stack.titlebar:not(headerbar) { .lightdm.button, .lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry { background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(51, 49, 48, 0.9); + background-color: rgba(0, 17, 22, 0.3); + border-color: rgba(253, 247, 230, 0.9); border-radius: 7px; - padding: 1px; - color: #333130; } + padding: 2px; + color: #fdf7e6; } .lightdm.menu { background-image: none; - background-color: rgba(131, 104, 34, 0.6); - border-color: rgba(51, 49, 48, 0.2); + background-color: rgba(0, 17, 22, 0.6); + border-color: rgba(253, 247, 230, 0.2); border-radius: 6px; padding: 1px; - color: #333130; } + color: #fdf7e6; } .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active { - color: #333130; } + color: #fdf7e6; } .lightdm.menubar *, .lightdm.menubar.menuitem { - padding: -2px; } + padding: -1px; } .lightdm.option-button { - padding: 1px; + padding: 2px; background: none; border: 0; } @@ -6951,24 +6951,24 @@ workbench.csd > stack.titlebar:not(headerbar) { background: none; border-width: 0; } .lightdm.toggle-button.selected { - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(51, 49, 48, 0.3); + background-color: rgba(0, 17, 22, 0.3); + border-color: rgba(253, 247, 230, 0.3); border-width: 1px; } .lightdm.toggle-button.selected:hover { - background-color: rgba(51, 49, 48, 0.3); } + background-color: rgba(253, 247, 230, 0.3); } .lightdm.button:hover { - background-color: rgba(51, 49, 48, 0.3); - border-color: rgba(51, 49, 48, 0.6); + background-color: rgba(253, 247, 230, 0.3); + border-color: rgba(253, 247, 230, 0.6); text-shadow: none; } .lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus { background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(51, 49, 48, 0.6); + background-color: rgba(0, 17, 22, 0.3); + border-color: rgba(253, 247, 230, 0.6); border-radius: 7px; - padding: 3px; - color: #333130; + padding: 4px; + color: #fdf7e6; text-shadow: none; } .lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus { @@ -6980,19 +6980,19 @@ workbench.csd > stack.titlebar:not(headerbar) { animation: dashentry_spinner 1s infinite linear; } .lightdm.entry:focus { - border-color: rgba(51, 49, 48, 0.6); + border-color: rgba(253, 247, 230, 0.6); border-width: 1px; border-style: solid; - color: #333130; } + color: #fdf7e6; } .lightdm.entry:selected { - background-color: rgba(51, 49, 48, 0.2); } + background-color: rgba(253, 247, 230, 0.2); } .lightdm-combo.menu { - background-color: #2b2b2b; + background-color: #f8f6ef; border-radius: 0; padding: 0; - color: #333130; } + color: #fdf7e6; } /********* ! Gedit * @@ -7001,14 +7001,14 @@ GeditWindow .pane-separator { border-width: 0 1px 0 0; border-style: solid; } GeditWindow .pane-separator, GeditWindow .pane-separator:hover { - border-color: #2d2b2a; - background-color: #32302f; } + border-color: #fae8b6; + background-color: #fdf6e3; } .gedit-document-panel { - background-color: #32302f; - color: mix(#ebdbb2,#32302f,0.1); } + background-color: #fdf6e3; + color: mix(#002b36,#fdf6e3,0.1); } .gedit-document-panel list row { - padding: 1px; } + padding: 2px; } .gedit-document-panel list row button { padding: 1px; border-radius: 3px; @@ -7020,31 +7020,31 @@ GeditWindow .pane-separator { color: transparent; -gtk-icon-shadow: none; } .gedit-document-panel .prelight-row button { - border-color: rgba(131, 104, 34, 0.1); - color: rgba(51, 49, 48, 0.8); } + border-color: rgba(0, 17, 22, 0.1); + color: rgba(253, 247, 230, 0.8); } .gedit-document-panel .prelight-row button:active { - border-color: rgba(131, 104, 34, 0.2); - background-color: rgba(131, 104, 34, 0.08); - color: #333130; } + border-color: rgba(0, 17, 22, 0.2); + background-color: rgba(0, 17, 22, 0.08); + color: #fdf7e6; } .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover { - border-color: rgba(131, 104, 34, 0.1); - color: #333130; } + border-color: rgba(0, 17, 22, 0.1); + color: #fdf7e6; } .gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { - border-top: 1px solid #2d2b2a; - background-color: #32302f; } + border-top: 1px solid #fae8b6; + background-color: #fdf6e3; } .gedit-document-panel-document-row:hover { - background-color: #353231; } + background-color: #fffdf9; } .gedit-document-panel-dragged-row { - border: 1px solid rgba(131, 104, 34, 0.1); - background-color: rgba(131, 104, 34, 0.5); - color: #333130; } + border: 1px solid rgba(0, 17, 22, 0.1); + background-color: rgba(0, 17, 22, 0.5); + color: #fdf7e6; } .gedit-document-panel-placeholder-row { border: 0; - background-color: rgba(131, 104, 34, 0.08); + background-color: rgba(0, 17, 22, 0.08); transition: all 200ms ease-in; } statusbar GeditSmallButton, GeditStatusMenuButton { @@ -7056,33 +7056,33 @@ statusbar GeditSmallButton, GeditStatusMenuButton { border-radius: 0; padding: 1px 6px 2px 4px; } statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button:active:hover { - border-color: #282626; } + border-color: #f7d989; } statusbar GeditSmallButton button:active, GeditStatusMenuButton button:active { - background-color: #302e2d; - color: #ebdbb2; } + background-color: #fbefcd; + color: #002b36; } GeditViewFrame .gedit-search-slider { - padding: 1px; + padding: 2px; border-radius: 0 0 3px 3px; border-width: 0 1px 1px; border-style: solid; - border-color: #282626; - background-color: #32302f; } + border-color: #f7d989; + background-color: #fdf6e3; } GeditViewFrame .gedit-search-slider .not-found { - background-color: #ff276a; + background-color: #e19440; background-image: none; - color: #32302f; } + color: #fdf6e3; } GeditFileBrowserWidget .toolbar { - padding: 0.5px; + padding: 1px; border-top: 0; - background-color: #32302f; + background-color: #fdf6e3; background-image: none; } .gedit-search-entry-occurrences-tag { - margin: 0.5px; - padding: 0.5px; - color: mix(#ebdbb2,#32302f,0.5); } + margin: 1px; + padding: 1px; + color: mix(#002b36,#fdf6e3,0.5); } .gedit-bottom-panel-paned, .gedit-side-panel-paned, @@ -7096,19 +7096,19 @@ paned.titlebar { ! Nautilus * *************/ .nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop { - color: #333130; - text-shadow: 1px 1px #836822; } + color: #fdf7e6; + text-shadow: 1px 1px #001116; } .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active { - color: #ebdbb2; } + color: #002b36; } .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected { - color: #ebdbb2; } + color: #fdf6e3; } .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected { text-shadow: none; } .nautilus-window toolbar { border-width: 0 0 1px; border-style: solid; - border-color: #282626; } + border-color: #f7d989; } .nautilus-window .sidebar { border: 0; } @@ -7116,7 +7116,7 @@ paned.titlebar { border: 0; } .nautilus-window notebook { - background-color: #32302f; + background-color: #fdf6e3; border: 0; } .nautilus-window notebook frame { border: 0; } @@ -7124,44 +7124,44 @@ paned.titlebar { .nautilus-window .searchbar-container { margin-top: -1px; } .nautilus-window .searchbar-container searchbar { - padding-top: -2px; - padding-bottom: -1px; - border-bottom: 1px solid mix(#32302f,#ebdbb2,0.18); } + padding-top: -1px; + padding-bottom: 0px; + border-bottom: 1px solid mix(#fdf6e3,#002b36,0.1); } .disk-space-display { border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(235, 219, 178, 0.5); - border-color: rgba(226, 204, 145, 0.5); } + background-color: rgba(0, 43, 54, 0.5); + border-color: rgba(0, 39, 49, 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(131, 148, 150, 0.8); + border-color: rgba(116, 135, 137, 0.8); } .disk-space-display.free { - background-color: #302e2d; - border-color: #2b2928; } + background-color: #fbefcd; + border-color: #f8e1a2; } .conflict-row.activatable, .conflict-row.activatable:active { - color: #32302f; - background-color: #ff276a; } + color: #fdf6e3; + background-color: #e19440; } .conflict-row.activatable:hover { - background-color: #ff447e; } + background-color: #e5a259; } .conflict-row.activatable:selected { - color: #ebdbb2; - background-color: #83a598; } + color: #fdf6e3; + background-color: #839496; } /******** ! Nemo * *********/ .nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop { - color: #333130; - text-shadow: 1px 1px #836822; } + color: #fdf7e6; + text-shadow: 1px 1px #001116; } .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active { - color: #ebdbb2; } + color: #002b36; } .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected { - color: #ebdbb2; } + color: #fdf6e3; } .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected { text-shadow: none; } @@ -7170,163 +7170,163 @@ paned.titlebar { .nemo-window toolbar { border-width: 0 0 1px; border-style: solid; - border-color: #282626; + border-color: #f7d989; /* Path Bar */ } .nemo-window toolbar button { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(0, 34, 43, 0.32); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .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(#839496,rgba(0, 43, 54, 0.32),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); } + border-color: rgba(0, 30, 38, 0.32); } .nemo-window toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(0, 34, 43, 0.32); } .nemo-window toolbar button.flat { - color: #ebdbb2; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #002b36; + border-color: rgba(253, 246, 227, 0); + background-color: rgba(253, 246, 227, 0); background-image: none; box-shadow: none; } .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:hover { - background-color: #353231; + background-color: #fffdf9; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } .nemo-window toolbar button:hover:disabled, .nemo-window toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .nemo-window toolbar button:hover:active:disabled, .nemo-window toolbar button:hover:checked:disabled, .nemo-window toolbar button.flat:hover:active:disabled, .nemo-window toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .nemo-window toolbar button:focus, .nemo-window toolbar button.flat:focus { - background-color: #353231; + background-color: #fffdf9; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(0, 34, 43, 0.4); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } .nemo-window toolbar button:focus:disabled, .nemo-window toolbar button.flat:focus:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .nemo-window toolbar button:focus:active:disabled, .nemo-window toolbar button:focus:checked:disabled, .nemo-window toolbar button.flat:focus:active:disabled, .nemo-window toolbar button.flat:focus:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 0.4); } .nemo-window toolbar button:focus:hover, .nemo-window toolbar button.flat:focus:hover { - background-color: #373534; + background-color: white; background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(0, 34, 43, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(235, 219, 178, 0.3),0.3); } + border-color: mix(#839496,rgba(0, 43, 54, 0.4),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); } + border-color: rgba(0, 30, 38, 0.4); } .nemo-window toolbar button:focus:hover:disabled, .nemo-window toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } + border-color: rgba(0, 37, 46, 0.4); } .nemo-window toolbar button:focus:hover:active:disabled, .nemo-window toolbar button:focus:hover:checked:disabled, .nemo-window toolbar button.flat:focus:hover:active:disabled, .nemo-window toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } + border-color: rgba(0, 34, 43, 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: #839496; background-image: none; - border-color: rgba(218, 188, 112, 0.22); - 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(0, 34, 43, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(0, 43, 54, 0.06), inset 0 1px rgba(0, 43, 54, 0.07), inset -1px 0 rgba(0, 43, 54, 0.06), inset 0 -1px rgba(0, 43, 54, 0.05); } .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(#839496,rgba(0, 43, 54, 0.32),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); } + border-color: rgba(0, 30, 38, 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 { - border-color: rgba(222, 196, 129, 0.22); } + border-color: rgba(0, 37, 46, 0.32); } .nemo-window toolbar button:checked:active:disabled, .nemo-window toolbar button:checked:checked:disabled, .nemo-window toolbar button:active:active:disabled, .nemo-window toolbar button:active:checked:disabled, .nemo-window toolbar button.flat:checked:active:disabled, .nemo-window toolbar button.flat:checked:checked:disabled, .nemo-window toolbar button.flat:active:active:disabled, .nemo-window toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } + border-color: rgba(0, 34, 43, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } .nemo-window toolbar button:focus, .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:focus, .nemo-window toolbar button.flat:hover { - color: #ebdbb2; } + color: #002b36; } .nemo-window toolbar button:disabled:disabled, .nemo-window toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#ebdbb2,0.2),0.4); + background-color: alpha(mix(#fdf6e3,#002b36,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#ebdbb2,0.5); + color: mix(#fdf6e3,#002b36,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } .nemo-window toolbar button.separator, .nemo-window toolbar button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(253, 246, 227, 0.9); } .nemo-window toolbar button.separator:disabled, .nemo-window toolbar button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(253, 246, 227, 0.85); } .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); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 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.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 0.05); } .nemo-window toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #282626; } + box-shadow: inset -1px 0 #f7d989; } .nemo-window toolbar .linked > button:last-child, .nemo-window toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .nemo-window toolbar .linked > button:last-child:hover, .nemo-window toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .nemo-window toolbar .linked > button:disabled:last-child, .nemo-window toolbar .linked > button:disabled:only-child, .nemo-window toolbar .linked > button:active:disabled:last-child, .nemo-window toolbar .linked > button:active:disabled:only-child, .nemo-window toolbar .linked > button:checked:disabled:last-child, .nemo-window toolbar .linked > button:checked:disabled:only-child { box-shadow: none; } .nemo-window toolbar .linked > button:active:last-child, .nemo-window toolbar .linked > button:active:last-child:focus, .nemo-window toolbar .linked > button:active:last-child:hover, .nemo-window toolbar .linked > button:active:last-child:hover:focus, .nemo-window toolbar .linked > button:checked:last-child, .nemo-window toolbar .linked > button:checked:last-child:focus, .nemo-window toolbar .linked > button:checked:last-child:hover, .nemo-window toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } .nemo-window toolbar .linked > button:active:only-child, .nemo-window toolbar .linked > button:active:only-child:focus, .nemo-window toolbar .linked > button:active:only-child:hover, .nemo-window toolbar .linked > button:active:only-child:hover:focus, .nemo-window toolbar .linked > button:checked:only-child, .nemo-window toolbar .linked > button:checked:only-child:focus, .nemo-window toolbar .linked > button:checked:only-child:hover, .nemo-window toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } .nemo-window toolbar separator, .nemo-window toolbar separator:disabled { - color: #2d2b2a; + color: #fae8b6; border-color: currentColor; -GtkWidget-window-dragging: true; } .nemo-window toolbar.primary-toolbar button.image-button { - padding: 0 6px; } + padding: 0 7px; } .nemo-window toolbar combobox, .nemo-window toolbar button { - padding: 1px; } + padding: 2px; } .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button { - padding: 1px; } + padding: 2px; } .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button { - padding: 1px; } + padding: 2px; } .nemo-window toolbar toolitem stack { margin-left: 15px; } .nemo-window toolbar toolitem stack widget button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(66, 52, 17, 0.22); + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 9, 11, 0.12); -NemoPathbarButton-border-radius: 3px; } .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(#839496,rgba(0, 0, 0, 0.12),0.3), 0 1px 2px -1px rgba(0, 9, 11, 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.22), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } + box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 0.05); } .nemo-window toolbar toolitem stack widget button:disabled { - box-shadow: inset -1px 0 #282626; } + box-shadow: inset -1px 0 #f7d989; } .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child { box-shadow: none; } .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.06), inset 0 1px rgba(0, 9, 11, 0.07), inset -1px 0 rgba(0, 9, 11, 0.06); } .nemo-window grid > widget:last-child button { min-height: 16px; min-width: 16px; - padding: 0px 0px; } + padding: 1px 2px; } .nemo-window grid > widget:last-child button:first-child { margin-left: 20px; } .nemo-window grid > widget:last-child button:first-child + button { @@ -7342,26 +7342,26 @@ paned.titlebar { .nemo-window .sidebar .frame { border: 0; } .nemo-window .sidebar image { - padding-left: 1px; - padding-right: 1px; } + padding-left: 2px; + padding-right: 2px; } .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { - background-color: mix(#32302f,#32302f,0.5); } + background-color: mix(#fdf6e3,#fdf6e3,0.5); } .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { - -NemoPlacesTreeView-disk-full-bg-color: #282626; - -NemoPlacesTreeView-disk-full-fg-color: #83a598; + -NemoPlacesTreeView-disk-full-bg-color: #f7d989; + -NemoPlacesTreeView-disk-full-fg-color: #839496; -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-bg-color: #fdf6e3; + -NemoPlacesTreeView-disk-full-fg-color: #a1aeb0; } .nemo-window .sidebar + separator + box .primary-toolbar { - background-color: #312f2e; + background-color: #fcf3da; background-image: none; - padding-top: -2px; - padding-bottom: -2px; - border-bottom: 1px solid mix(#32302f,#ebdbb2,0.18); } + padding-top: -1px; + padding-bottom: -1px; + border-bottom: 1px solid mix(#fdf6e3,#002b36,0.1); } .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2) { border-right: 0; border-top-right-radius: 0; @@ -7372,22 +7372,22 @@ paned.titlebar { border-top-left-radius: 0; border-bottom-left-radius: 0; } .nemo-window .sidebar + separator + box .primary-toolbar button.flat { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - border-color: rgba(0, 0, 0, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); + border-color: rgba(0, 0, 0, 0.12); + color: #002b36; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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: mix(#83a598,rgba(0, 0, 0, 0.22),0.3); } + border-color: mix(#839496,rgba(0, 0, 0, 0.12),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); } + border-color: rgba(0, 0, 0, 0.12); } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled { - border-color: rgba(0, 0, 0, 0.22); } + border-color: rgba(0, 0, 0, 0.12); } .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:disabled { - border-color: rgba(0, 0, 0, 0.22); } + border-color: rgba(0, 0, 0, 0.12); } .nemo-window notebook { - background-color: #32302f; + background-color: #fdf6e3; border-width: 0; } .nemo-window notebook tabs { border: 0; } @@ -7399,11 +7399,11 @@ paned.titlebar { ! Synaptic * *************/ GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { - background-color: #32302f; + background-color: #fdf6e3; background-image: none; - padding: 1px; + padding: 2px; border: 0; - color: #ebdbb2; } + color: #002b36; } /*********************** ! Fallback mode panel * @@ -7416,8 +7416,8 @@ GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar padding: 0; border: 0; background-image: none; - background-color: #32302f; - color: #ebdbb2; } + background-color: #fdf6e3; + color: #002b36; } .xfce4-panel { font: inherit; } @@ -7441,46 +7441,46 @@ 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: #839496; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0; } UnityDecoration .top { - border: 1px solid #282828; + border: 1px solid #fdf6e3; border-bottom: 0; border-radius: 3px 3px 0 0; - padding: 1px 4px 0; - background-color: #282828; - color: mix(#d5c4a1,#282828,0.1); + padding: 1px 5px 0; + background-color: #eee8d5; + color: mix(#002b36,#eee8d5,0.1); text-shadow: none; } UnityDecoration .top:hover { border-radius: 0; - border-color: mix(#282828,#d5c4a1,0.21); - background-color: mix(#282828,#d5c4a1,0.21); + border-color: mix(#eee8d5,#002b36,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - color: #ded1b6; } + color: #002e3a; } UnityDecoration .top:backdrop { - border: 1px solid #282828; - color: mix(#d5c4a1,#282828,0.4); } + border: 1px solid #fdf6e3; + color: mix(#002b36,#eee8d5,0.4); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { - background-color: #282828; } + background-color: #eee8d5; } UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { - background-color: mix(#1c1c1c,#d5c4a1,0.21); } + background-color: mix(#c7b375,#002b36,0.21); } UnityPanelWidget, .unity-panel { border: 0; } .unity-panel.menuitem, .unity-panel .menuitem { border-width: 0 1px; - color: #d5c4a1; } + color: #002b36; } .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { - border-color: mix(#282828,#d5c4a1,0.21); - background-color: mix(#282828,#d5c4a1,0.21); + border-color: mix(#eee8d5,#002b36,0.21); + background-color: mix(#eee8d5,#002b36,0.21); background-image: none; - color: #ded1b6; } + color: #002e3a; } SheetStyleDialog.unity-force-quit { - background-color: #32302f; } + background-color: #fdf6e3; } /************************ ! Unity-Control-Center * @@ -7494,203 +7494,203 @@ SheetStyleDialog.unity-force-quit { ! LightDM GTK Greeter * ***********************/ #panel_window { - background-color: #282828; + background-color: #eee8d5; background-image: none; - color: #d5c4a1; + color: #002b36; font-weight: bold; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - -gtk-icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } + text-shadow: 0 1px rgba(0, 17, 22, 0.5); + -gtk-icon-shadow: 0 1px rgba(0, 17, 22, 0.5); } #panel_window menubar { - padding-left: 1px; } + padding-left: 2px; } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; background-image: none; border-style: none; - color: #d5c4a1; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - -gtk-icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } + color: #002b36; + text-shadow: 0 1px rgba(0, 17, 22, 0.5); + -gtk-icon-shadow: 0 1px rgba(0, 17, 22, 0.5); } #panel_window menubar:hover, #panel_window menubar > menuitem:hover { - background-color: rgba(213, 196, 161, 0.2); + background-color: rgba(0, 43, 54, 0.2); background-image: none; - color: #d5c4a1; } + color: #002b36; } #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover { - color: #d5c4a1; } + color: #002b36; } #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled { - color: rgba(213, 196, 161, 0.7); } + color: rgba(0, 43, 54, 0.7); } #panel_window menubar menu > menuitem { font-weight: normal; } #content_frame { - padding-bottom: 3px; } + padding-bottom: 6px; } #login_window, #shutdown_dialog, #restart_dialog { border-style: none; border-radius: 3px; - background-color: #282828; - color: #d5c4a1; + background-color: #eee8d5; + color: #002b36; /* draw border using box-shadow */ - box-shadow: inset 1px 0 mix(#1c1c1c,#d5c4a1,0.21), inset -1px 0 mix(#1c1c1c,#d5c4a1,0.21), inset 0 1px mix(#1c1c1c,#d5c4a1,0.21), inset 0 -1px mix(#1c1c1c,#d5c4a1,0.21); } + box-shadow: inset 1px 0 mix(#c7b375,#002b36,0.21), inset -1px 0 mix(#c7b375,#002b36,0.21), inset 0 1px mix(#c7b375,#002b36,0.21), inset 0 -1px mix(#c7b375,#002b36,0.21); } #login_window menu { border-radius: 0; } #login_window button { - background-color: #32302f; + background-color: #eee8d5; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(6, 43, 53, 0.32); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } #login_window button:focus, #login_window button:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } #login_window button:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } #login_window button:active:disabled, #login_window button:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } #login_window button.flat { - color: #d5c4a1; - border-color: rgba(50, 48, 47, 0); - background-color: rgba(50, 48, 47, 0); + color: #073642; + border-color: rgba(238, 232, 213, 0); + background-color: rgba(238, 232, 213, 0); background-image: none; box-shadow: none; } #login_window button:hover, #login_window button.flat:hover { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } #login_window button:hover:disabled, #login_window button.flat:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } #login_window button:focus, #login_window button.flat:focus { - background-color: #353231; + background-color: #f4f1e5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - color: #d5c4a1; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } + border-color: rgba(6, 43, 53, 0.4); + color: #073642; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } #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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } #login_window button:focus:disabled, #login_window button.flat:focus:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } #login_window button:focus:active:disabled, #login_window button:focus:checked:disabled, #login_window button.flat:focus:active:disabled, #login_window button.flat:focus:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } #login_window button:focus:hover, #login_window button.flat:focus:hover { - background-color: #373534; + background-color: #fbfaf5; background-image: none; - border-color: rgba(190, 164, 109, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } + border-color: rgba(6, 43, 53, 0.4); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } #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(213, 196, 161, 0.3),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.4),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(178, 147, 83, 0.3); } + border-color: rgba(5, 38, 46, 0.4); } #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { - border-color: rgba(196, 172, 122, 0.3); } + border-color: rgba(6, 46, 56, 0.4); } #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled { - border-color: rgba(190, 164, 109, 0.3); } + border-color: rgba(6, 43, 53, 0.4); } #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: #839496; background-image: none; - border-color: rgba(190, 164, 109, 0.22); - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(213, 196, 161, 0.06), inset 0 1px rgba(213, 196, 161, 0.07), inset -1px 0 rgba(213, 196, 161, 0.06), inset 0 -1px rgba(213, 196, 161, 0.05); } + border-color: rgba(6, 43, 53, 0.32); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(7, 54, 66, 0.06), inset 0 1px rgba(7, 54, 66, 0.07), inset -1px 0 rgba(7, 54, 66, 0.06), inset 0 -1px rgba(7, 54, 66, 0.05); } #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { - border-color: mix(#83a598,rgba(213, 196, 161, 0.22),0.3); } + border-color: mix(#839496,rgba(7, 54, 66, 0.32),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(178, 147, 83, 0.22); } + border-color: rgba(5, 38, 46, 0.32); } #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { - border-color: rgba(196, 172, 122, 0.22); } + border-color: rgba(6, 46, 56, 0.32); } #login_window button:checked:active:disabled, #login_window button:checked:checked:disabled, #login_window button:active:active:disabled, #login_window button:active:checked:disabled, #login_window button.flat:checked:active:disabled, #login_window button.flat:checked:checked:disabled, #login_window button.flat:active:active:disabled, #login_window button.flat:active:checked:disabled { - border-color: rgba(190, 164, 109, 0.22); } + border-color: rgba(6, 43, 53, 0.32); } #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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { - color: #d5c4a1; } + color: #073642; } #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled { - background-color: alpha(mix(#32302f,#d5c4a1,0.2),0.4); + background-color: alpha(mix(#eee8d5,#073642,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#32302f,#d5c4a1,0.5); + color: mix(#eee8d5,#073642,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } #login_window button.separator, #login_window button .separator { border: 1px solid currentColor; - color: rgba(50, 48, 47, 0.9); } + color: rgba(238, 232, 213, 0.9); } #login_window button.separator:disabled, #login_window button .separator:disabled { - color: rgba(50, 48, 47, 0.85); } + color: rgba(238, 232, 213, 0.85); } #login_window entry { - background-color: #282828; + background-color: #eee8d5; background-image: none; - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); - padding: 1px; - color: #d5c4a1; - caret-color: #282828; - -gtk-secondary-caret-color: #282828; } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); + padding: 2px; + color: #002b36; + caret-color: #002b36; + -gtk-secondary-caret-color: #002b36; } #login_window entry:focus, #login_window entry:hover { - border-color: mix(#83a598,mix(#282828,#d5c4a1,0.2),0.3); } + border-color: mix(#839496,mix(#eee8d5,#002b36,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(#282828,#d5c4a1,0.2),0.7); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.7); } #login_window entry:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.85); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.85); } #login_window entry:active:disabled, #login_window entry:checked:disabled { - border-color: shade(mix(#282828,#d5c4a1,0.2),0.8); } + border-color: shade(mix(#eee8d5,#002b36,0.2),0.8); } #login_window entry:focus, #login_window entry:active { - border-color: mix(#83a598,mix(#32302f,#ebdbb2,0.18),0.3); } + border-color: mix(#839496,mix(#fdf6e3,#002b36,0.1),0.3); } #login_window entry:disabled { - background-color: #242424; + background-color: #e1d6b5; background-image: none; - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); /*@include border(mix($bg, $fg, .2));*/ /*border-color: alpha(mix($bg, $fg, .15), .8);*/ /*opacity: .8;*/ - color: mix(#282828,#d5c4a1,0.5); } + color: mix(#eee8d5,#002b36,0.5); } #login_window entry:disabled:focus, #login_window entry:disabled:hover { - border-color: mix(#83a598,alpha(mix(#282828,#d5c4a1,0.2),0.4),0.3); } + border-color: mix(#839496,alpha(mix(#eee8d5,#002b36,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(#282828,#d5c4a1,0.2),0.4),0.7); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.7); } #login_window entry:disabled:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.85); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.85); } #login_window entry:disabled:active:disabled, #login_window entry:disabled:checked:disabled { - border-color: shade(alpha(mix(#282828,#d5c4a1,0.2),0.4),0.8); } + border-color: shade(alpha(mix(#eee8d5,#002b36,0.2),0.4),0.8); } #user_combobox { - color: #d5c4a1; + color: #002b36; font-size: 18px; } #user_combobox menu { font-weight: normal; } #user_combobox arrow { - color: mix(#d5c4a1,#282828,0.5); } + color: mix(#002b36,#eee8d5,0.5); } #user_image { border-radius: 3px; /* draw border using box-shadow */ - box-shadow: inset 1px 0 #1c1c1c, inset -1px 0 #1c1c1c, inset 0 1px #1c1c1c, inset 0 -1px #1c1c1c; } + box-shadow: inset 1px 0 #c7b375, inset -1px 0 #c7b375, inset 0 1px #c7b375, inset 0 -1px #c7b375; } #user_image_border { border-radius: 3px; - background-color: #242424; + background-color: #e1d6b5; background-image: none; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset 0 1px rgba(66, 52, 17, 0.08), inset -1px 0 rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } + box-shadow: inset 1px 0 rgba(0, 9, 11, 0.07), inset 0 1px rgba(0, 9, 11, 0.08), inset -1px 0 rgba(0, 9, 11, 0.07), inset 0 -1px rgba(0, 9, 11, 0.05); } #buttonbox_frame { - padding-top: 2px; + padding-top: 4px; padding-bottom: 0; border-style: none; border-bottom-left-radius: 3px; @@ -7701,207 +7701,207 @@ SheetStyleDialog.unity-force-quit { /* shutdown button */ #shutdown_button button { - background-color: #ff276a; + background-color: #e19440; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } #shutdown_button button:focus, #shutdown_button button:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #shutdown_button button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } #shutdown_button button.flat { - color: #32302f; - border-color: rgba(255, 39, 106, 0); - background-color: rgba(255, 39, 106, 0); + color: #fdf6e3; + border-color: rgba(225, 148, 64, 0); + background-color: rgba(225, 148, 64, 0); background-image: none; box-shadow: none; } #shutdown_button button:hover, #shutdown_button button.flat:hover { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #shutdown_button button:focus, #shutdown_button button.flat:focus { - background-color: #ff3674; + background-color: #e39b4c; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #shutdown_button button:focus:disabled, #shutdown_button button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #shutdown_button button:focus:active:disabled, #shutdown_button button:focus:checked:disabled, #shutdown_button button.flat:focus:active:disabled, #shutdown_button button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover { - background-color: #ff447e; + background-color: #e5a259; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #shutdown_button button:checked:active:disabled, #shutdown_button button:checked:checked:disabled, #shutdown_button button:active:active:disabled, #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:checked:active:disabled, #shutdown_button button.flat:checked:checked:disabled, #shutdown_button button.flat:active:active:disabled, #shutdown_button button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { - color: #32302f; } + color: #fdf6e3; } #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled { - background-color: alpha(mix(#ff276a,#32302f,0.2),0.4); + background-color: alpha(mix(#e19440,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff276a,#32302f,0.5); + color: mix(#e19440,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } #shutdown_button button.separator, #shutdown_button button .separator { border: 1px solid currentColor; - color: rgba(255, 39, 106, 0.9); } + color: rgba(225, 148, 64, 0.9); } #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled { - color: rgba(255, 39, 106, 0.85); } + color: rgba(225, 148, 64, 0.85); } /* restart button */ #restart_button button { - background-color: #ff7f42; + background-color: #e1ec18; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } + border-color: rgba(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.12); } #restart_button button:focus, #restart_button button:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #restart_button button:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #restart_button button:active:disabled, #restart_button button:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 0.22); } #restart_button button.flat { - color: #32302f; - border-color: rgba(255, 127, 66, 0); - background-color: rgba(255, 127, 66, 0); + color: #fdf6e3; + border-color: rgba(225, 236, 24, 0); + background-color: rgba(225, 236, 24, 0); background-image: none; box-shadow: none; } #restart_button button:hover, #restart_button button.flat:hover { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.22); } #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #restart_button button:focus, #restart_button button.flat:focus { - background-color: #ff8a52; + background-color: #e3ed24; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - color: #32302f; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } + border-color: rgba(247, 217, 137, 0.3); + color: #fdf6e3; + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.32); } #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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #restart_button button:focus:disabled, #restart_button button.flat:focus:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #restart_button button:focus:active:disabled, #restart_button button:focus:checked:disabled, #restart_button button.flat:focus:active:disabled, #restart_button button.flat:focus:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 0.3); } #restart_button button:focus:hover, #restart_button button.flat:focus:hover { - background-color: #ff9562; + background-color: #e4ee30; background-image: none; - border-color: rgba(40, 38, 38, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } + border-color: rgba(247, 217, 137, 0.3); + box-shadow: 0 1px 2px -1px rgba(0, 9, 11, 0.38); } #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(50, 48, 47, 0.4),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.4); } + border-color: rgba(243, 203, 93, 0.3); } #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { - border-color: rgba(43, 41, 40, 0.4); } + border-color: rgba(248, 224, 160, 0.3); } #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled { - border-color: rgba(40, 38, 38, 0.4); } + border-color: rgba(247, 217, 137, 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: #839496; background-image: none; - border-color: rgba(40, 38, 38, 0.32); - 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(247, 217, 137, 0.22); + color: #fdf6e3; + box-shadow: inset 1px 0 rgba(253, 246, 227, 0.06), inset 0 1px rgba(253, 246, 227, 0.07), inset -1px 0 rgba(253, 246, 227, 0.06), inset 0 -1px rgba(253, 246, 227, 0.05); } #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { - border-color: mix(#83a598,rgba(50, 48, 47, 0.32),0.3); } + border-color: mix(#839496,rgba(253, 246, 227, 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(35, 34, 33, 0.32); } + border-color: rgba(243, 203, 93, 0.22); } #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { - border-color: rgba(43, 41, 40, 0.32); } + border-color: rgba(248, 224, 160, 0.22); } #restart_button button:checked:active:disabled, #restart_button button:checked:checked:disabled, #restart_button button:active:active:disabled, #restart_button button:active:checked:disabled, #restart_button button.flat:checked:active:disabled, #restart_button button.flat:checked:checked:disabled, #restart_button button.flat:active:active:disabled, #restart_button button.flat:active:checked:disabled { - border-color: rgba(40, 38, 38, 0.32); } + border-color: rgba(247, 217, 137, 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: #8b9b9c; background-image: none; - color: #ebdbb2; } + color: #fdf6e3; } #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { - color: #32302f; } + color: #fdf6e3; } #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled { - background-color: alpha(mix(#ff7f42,#32302f,0.2),0.4); + background-color: alpha(mix(#e1ec18,#fdf6e3,0.2),0.4); background-image: none; /*border: 1px solid alpha($bg, .2);*/ opacity: .4; - color: mix(#ff7f42,#32302f,0.5); + color: mix(#e1ec18,#fdf6e3,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(131, 148, 150, 0.6); background-image: none; - color: #ebdbb2; + color: #fdf6e3; box-shadow: none; } #restart_button button.separator, #restart_button button .separator { border: 1px solid currentColor; - color: rgba(255, 127, 66, 0.9); } + color: rgba(225, 236, 24, 0.9); } #restart_button button.separator:disabled, #restart_button button .separator:disabled { - color: rgba(255, 127, 66, 0.85); } + color: rgba(225, 236, 24, 0.85); } /* password warning */ #greeter_infobar { @@ -7911,19 +7911,19 @@ SheetStyleDialog.unity-force-quit { ! Genome Terminal * ***********************/ VteTerminal { - background-color: #282828; - color: #d5c4a1; } + background-color: #eee8d5; + color: #002b36; } terminal-window junction, terminal-window scrollbar trough { - background-color: #282828; - border-color: #202020; } + background-color: #eee8d5; + border-color: #d4c595; } terminal-window scrollbar.vertical slider { - background-color: mix(#282828,#d5c4a1,0.2); } + background-color: mix(#eee8d5,#002b36,0.2); } terminal-window scrollbar.vertical slider:hover { - background-color: mix(#282828,#d5c4a1,0.3); } + background-color: mix(#eee8d5,#002b36,0.3); } terminal-window scrollbar.vertical slider:hover:active { - background-color: #83a598; } + background-color: #839496; } terminal-window scrollbar.vertical slider:disabled { background-color: transparent; } @@ -7934,13 +7934,13 @@ terminal-window scrollbar.vertical slider { background-color: transparent; } .raven { - background-color: rgba(50, 48, 47, 0.93); } + background-color: rgba(253, 246, 227, 0.93); } .raven .raven-header { - background-color: #32302f; - border: solid mix(#32302f,#ebdbb2,0.18); + background-color: #fdf6e3; + border: solid mix(#fdf6e3,#002b36,0.1); border-width: 1px 0; } .raven .raven-background { - background-color: rgba(50, 48, 47, 0.93); } + background-color: rgba(253, 246, 227, 0.93); } .raven-mpris { - background-color: rgba(50, 48, 47, 0.7); } + background-color: rgba(253, 246, 227, 0.7); } diff --git a/.themes/oomox-gruvbox/gtk-3.20/gtk-dark.css b/.themes/oomox-solarized-light/gtk-3.20/gtk-dark.css similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.20/gtk-dark.css rename to .themes/oomox-solarized-light/gtk-3.20/gtk-dark.css diff --git a/.themes/oomox-gruvbox/gtk-3.20/gtk.css b/.themes/oomox-solarized-light/gtk-3.20/gtk.css similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.20/gtk.css rename to .themes/oomox-solarized-light/gtk-3.20/gtk.css diff --git a/.themes/oomox-solarized-light/gtk-3.20/gtk.gresource b/.themes/oomox-solarized-light/gtk-3.20/gtk.gresource new file mode 100644 index 00000000..03111e7b Binary files /dev/null and b/.themes/oomox-solarized-light/gtk-3.20/gtk.gresource differ diff --git a/.themes/oomox-gruvbox/gtk-3.20/gtk.gresource.xml b/.themes/oomox-solarized-light/gtk-3.20/gtk.gresource.xml similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.20/gtk.gresource.xml rename to .themes/oomox-solarized-light/gtk-3.20/gtk.gresource.xml diff --git a/.themes/oomox-gruvbox/gtk-3.20/thumbnail.png b/.themes/oomox-solarized-light/gtk-3.20/thumbnail.png similarity index 100% rename from .themes/oomox-gruvbox/gtk-3.20/thumbnail.png rename to .themes/oomox-solarized-light/gtk-3.20/thumbnail.png diff --git a/.themes/oomox-gruvbox/index.theme b/.themes/oomox-solarized-light/index.theme similarity index 65% rename from .themes/oomox-gruvbox/index.theme rename to .themes/oomox-solarized-light/index.theme index 0db3b709..453b82bf 100644 --- a/.themes/oomox-gruvbox/index.theme +++ b/.themes/oomox-solarized-light/index.theme @@ -1,11 +1,11 @@ [Desktop Entry] Type=X-GNOME-Metatheme -Name=oomox-gruvbox +Name=oomox-solarized-light Comment=A partially sexual act; when a female (of any species; mostly humanoids) rubs the ears/lobes of a male Ferengi, creating sensual emotions and chemical reactions in the male (and sometimes in the female). Encoding=UTF-8 [X-GNOME-Metatheme] -Name=oomox-gruvbox -GtkTheme=oomox-gruvbox -IconTheme=oomox-gruvbox -MetacityTheme=oomox-gruvbox +Name=oomox-solarized-light +GtkTheme=oomox-solarized-light +IconTheme=oomox-solarized-light +MetacityTheme=oomox-solarized-light diff --git a/.themes/oomox-gruvbox/metacity-1/metacity-theme-2.xml b/.themes/oomox-solarized-light/metacity-1/metacity-theme-2.xml similarity index 99% rename from .themes/oomox-gruvbox/metacity-1/metacity-theme-2.xml rename to .themes/oomox-solarized-light/metacity-1/metacity-theme-2.xml index ad3c7d92..a3b1f70b 100644 --- a/.themes/oomox-gruvbox/metacity-1/metacity-theme-2.xml +++ b/.themes/oomox-solarized-light/metacity-1/metacity-theme-2.xml @@ -1,7 +1,7 @@ - oomox-gruvbox + oomox-solarized-light Satyajit Sahoo GPL-3.0+ 11 December 2013 @@ -9,15 +9,15 @@ - - - - - - + + + + + + - + diff --git a/.themes/oomox-gruvbox/metacity-1/metacity-theme-3.xml b/.themes/oomox-solarized-light/metacity-1/metacity-theme-3.xml similarity index 100% rename from .themes/oomox-gruvbox/metacity-1/metacity-theme-3.xml rename to .themes/oomox-solarized-light/metacity-1/metacity-theme-3.xml diff --git a/.themes/oomox-gruvbox/metacity-1/thumbnail.png b/.themes/oomox-solarized-light/metacity-1/thumbnail.png similarity index 100% rename from .themes/oomox-gruvbox/metacity-1/thumbnail.png rename to .themes/oomox-solarized-light/metacity-1/thumbnail.png diff --git a/.themes/oomox-gruvbox/openbox-3/close.xbm b/.themes/oomox-solarized-light/openbox-3/close.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/close.xbm rename to .themes/oomox-solarized-light/openbox-3/close.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/close_hover.xbm b/.themes/oomox-solarized-light/openbox-3/close_hover.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/close_hover.xbm rename to .themes/oomox-solarized-light/openbox-3/close_hover.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/desk.xbm b/.themes/oomox-solarized-light/openbox-3/desk.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/desk.xbm rename to .themes/oomox-solarized-light/openbox-3/desk.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/desk_toggled.xbm b/.themes/oomox-solarized-light/openbox-3/desk_toggled.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/desk_toggled.xbm rename to .themes/oomox-solarized-light/openbox-3/desk_toggled.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/iconify.xbm b/.themes/oomox-solarized-light/openbox-3/iconify.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/iconify.xbm rename to .themes/oomox-solarized-light/openbox-3/iconify.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/iconify_hover.xbm b/.themes/oomox-solarized-light/openbox-3/iconify_hover.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/iconify_hover.xbm rename to .themes/oomox-solarized-light/openbox-3/iconify_hover.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/max.xbm b/.themes/oomox-solarized-light/openbox-3/max.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/max.xbm rename to .themes/oomox-solarized-light/openbox-3/max.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/max_toggled.xbm b/.themes/oomox-solarized-light/openbox-3/max_toggled.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/max_toggled.xbm rename to .themes/oomox-solarized-light/openbox-3/max_toggled.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/shade.xbm b/.themes/oomox-solarized-light/openbox-3/shade.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/shade.xbm rename to .themes/oomox-solarized-light/openbox-3/shade.xbm diff --git a/.themes/oomox-gruvbox/openbox-3/shade_toggled.xbm b/.themes/oomox-solarized-light/openbox-3/shade_toggled.xbm similarity index 100% rename from .themes/oomox-gruvbox/openbox-3/shade_toggled.xbm rename to .themes/oomox-solarized-light/openbox-3/shade_toggled.xbm diff --git a/.themes/oomox-solarized-light/openbox-3/themerc b/.themes/oomox-solarized-light/openbox-3/themerc new file mode 100644 index 00000000..903c54b0 --- /dev/null +++ b/.themes/oomox-solarized-light/openbox-3/themerc @@ -0,0 +1,155 @@ +# Name: Oomox (Numix fork) Openbox theme +# Author: Satyajit Sahoo +# License: GPL-3.0+ + +# @TODO: finish replacing the colors here + + +# Menu +menu.border.color: #002b36 + +menu.title.bg: Solid Flat +menu.title.bg.color: #eee8d5 +menu.title.bg.shadow: 0 +menu.title.text.color: #002b36 +menu.title.text.justify: Center + +menu.items.bg: Solid Flat +menu.items.bg.color: #eee8d5 +menu.items.text.color: #002b36 +menu.items.disabled.text.color: #3b5a5d + +menu.items.active.bg: Solid Flat +menu.items.active.bg.color: #839496 +menu.items.active.text.color: #002b36 + +menu.separator.color: #3b5a5d +menu.separator.width: 1 +menu.separator.padding.width: 2 +menu.separator.padding.height: 4 + +# Window focused +window.active.title.separator.color: #eee8d5 + +# Active window +window.active.border.color: #fdf6e3 + + +window.active.title.bg: flat solid +window.active.title.bg.color: #eee8d5 +window.active.title.separator.color: #eee8d5 +window.active.text.justify: center + +window.active.label.bg: parentrelative +window.active.label.text.color: #002b36 + +window.active.handle.bg: flat solid +window.active.handle.bg.color: #eee8d5 + +window.active.grip.bg: flat solid +window.active.grip.bg.color: #eee8d5 + +window.active.button.unpressed.bg: flat solid +window.active.button.unpressed.bg.color: #eee8d5 +window.active.button.unpressed.image.color: #002b36 + +window.active.button.pressed.bg: flat solid +window.active.button.pressed.bg.color: #839496 +window.active.button.pressed.image.color: #fdf6e3 + +window.active.button.disabled.bg: flat solid +window.active.button.disabled.bg.color: #eee8d5 +window.active.button.disabled.image.color: #3b5a5d + +window.active.button.hover.bg: flat solid +window.active.button.hover.bg.color: #eee8d5 +window.active.button.hover.image.color: #839496 + +#window.active.button.toggled.bg: #839496 +#window.active.button.toggled.image.color: #fdf6e3 + +# Inactive window +window.inactive.border.color: #fdf6e3 + +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #eee8d5 +window.inactive.title.separator.color: #eee8d5 +window.inactive.text.justify: center + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #3b5a5d + +window.inactive.handle.bg: flat solid +window.inactive.handle.bg.color: #eee8d5 + +window.inactive.grip.bg: flat solid +window.inactive.grip.bg.color: #eee8d5 + +window.inactive.button.unpressed.bg: flat solid +window.inactive.button.unpressed.bg.color: #eee8d5 +window.inactive.button.unpressed.image.color: #3b5a5d + +window.inactive.button.pressed.bg: flat solid +window.inactive.button.pressed.bg.color: #839496 +window.inactive.button.pressed.image.color: #fdf6e3 + +window.inactive.button.disabled.bg: flat solid +window.inactive.button.disabled.bg.color: #3b5a5d +window.inactive.button.disabled.image.color: #eee8d5 + +window.inactive.button.hover.bg: flat solid +window.inactive.button.hover.bg.color: #eee8d5 +window.inactive.button.hover.image.color: #839496 + + +# OSD +osd.border.width: 1 +osd.border.color: #839496 + +osd.bg: flat solid +osd.bg.color: #eee8d5 +osd.label.bg: flat solid +osd.label.bg.color: #eee8d5 +osd.label.text.color: #002b36 + +# OSD +osd.bg: Solid Flat +osd.bg.color: #eee8d5 +osd.bg.shadow: 0 + +osd.border.width: 2 +osd.hilight.bg: Solid Flat +osd.hilight.bg.color: #839496 +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #fdf6e3 + +osd.button.unpressed.bg: flat border +osd.button.unpressed.bg.color: #eee8d5 +#osd.button.unpressed.*.border.color: #073642 + +osd.button.pressed.bg: flat border +osd.button.pressed.bg.color: #839496 +#osd.button.pressed.*.border.color: #fdf6e3 + +osd.button.focused.bg: flat solid border +osd.button.focused.bg.color: #002b36 +#osd.button.focused.*.border.color: #fdf6e3 + +osd.button.focused.box.color: #839496 + + +# Fonts +window.active.label.text.font:shadow=n +window.inactive.label.text.font:shadow=n +menu.items.font:shadow=n +menu.title.text.font:shadow=n + + +# Everything else +border.width: 2 +padding.width: 8 +padding.height: 2 +window.handle.width: 0 +window.client.padding.width: 0 +window.label.text.justify: center +#menu.overlap: 0 diff --git a/.themes/oomox-gruvbox/unity/close.svg b/.themes/oomox-solarized-light/unity/close.svg similarity index 91% rename from .themes/oomox-gruvbox/unity/close.svg rename to .themes/oomox-solarized-light/unity/close.svg index 7172a1c6..d3696869 100644 --- a/.themes/oomox-gruvbox/unity/close.svg +++ b/.themes/oomox-solarized-light/unity/close.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/close_dash.svg b/.themes/oomox-solarized-light/unity/close_dash.svg similarity index 91% rename from .themes/oomox-gruvbox/unity/close_dash.svg rename to .themes/oomox-solarized-light/unity/close_dash.svg index a60c5ae2..bd587b5e 100644 --- a/.themes/oomox-gruvbox/unity/close_dash.svg +++ b/.themes/oomox-solarized-light/unity/close_dash.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/close_dash_disabled.svg b/.themes/oomox-solarized-light/unity/close_dash_disabled.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/close_dash_disabled.svg rename to .themes/oomox-solarized-light/unity/close_dash_disabled.svg diff --git a/.themes/oomox-gruvbox/unity/close_dash_prelight.svg b/.themes/oomox-solarized-light/unity/close_dash_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/close_dash_prelight.svg rename to .themes/oomox-solarized-light/unity/close_dash_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/close_dash_pressed.svg b/.themes/oomox-solarized-light/unity/close_dash_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/close_dash_pressed.svg rename to .themes/oomox-solarized-light/unity/close_dash_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/close_focused_normal.svg b/.themes/oomox-solarized-light/unity/close_focused_normal.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/close_focused_normal.svg rename to .themes/oomox-solarized-light/unity/close_focused_normal.svg diff --git a/.themes/oomox-gruvbox/unity/close_focused_prelight.svg b/.themes/oomox-solarized-light/unity/close_focused_prelight.svg similarity index 91% rename from .themes/oomox-gruvbox/unity/close_focused_prelight.svg rename to .themes/oomox-solarized-light/unity/close_focused_prelight.svg index 86dc8b25..7b09bfce 100644 --- a/.themes/oomox-gruvbox/unity/close_focused_prelight.svg +++ b/.themes/oomox-solarized-light/unity/close_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/close_focused_pressed.svg b/.themes/oomox-solarized-light/unity/close_focused_pressed.svg similarity index 91% rename from .themes/oomox-gruvbox/unity/close_focused_pressed.svg rename to .themes/oomox-solarized-light/unity/close_focused_pressed.svg index 4a98aeb4..cacdf735 100644 --- a/.themes/oomox-gruvbox/unity/close_focused_pressed.svg +++ b/.themes/oomox-solarized-light/unity/close_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/close_unfocused.svg b/.themes/oomox-solarized-light/unity/close_unfocused.svg similarity index 91% rename from .themes/oomox-gruvbox/unity/close_unfocused.svg rename to .themes/oomox-solarized-light/unity/close_unfocused.svg index 6acdc6ca..808871ef 100644 --- a/.themes/oomox-gruvbox/unity/close_unfocused.svg +++ b/.themes/oomox-solarized-light/unity/close_unfocused.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/close_unfocused_prelight.svg b/.themes/oomox-solarized-light/unity/close_unfocused_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/close_unfocused_prelight.svg rename to .themes/oomox-solarized-light/unity/close_unfocused_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/close_unfocused_pressed.svg b/.themes/oomox-solarized-light/unity/close_unfocused_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/close_unfocused_pressed.svg rename to .themes/oomox-solarized-light/unity/close_unfocused_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_ltr_19.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_ltr_19.svg similarity index 67% rename from .themes/oomox-gruvbox/unity/launcher_arrow_ltr_19.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_ltr_19.svg index 73945613..7f78dbce 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_ltr_19.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_ltr_19.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_ltr_37.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_ltr_37.svg similarity index 72% rename from .themes/oomox-gruvbox/unity/launcher_arrow_ltr_37.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_ltr_37.svg index 520537fd..2b908785 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_ltr_37.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_ltr_37.svg @@ -1,15 +1,15 @@ - + - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_ltr_19.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_ltr_19.svg similarity index 82% rename from .themes/oomox-gruvbox/unity/launcher_arrow_outline_ltr_19.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_outline_ltr_19.svg index ab8e521c..b6ce4dda 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_ltr_19.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_ltr_19.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_ltr_37.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_ltr_37.svg similarity index 87% rename from .themes/oomox-gruvbox/unity/launcher_arrow_outline_ltr_37.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_outline_ltr_37.svg index b9ecac46..52990b46 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_ltr_37.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_ltr_37.svg @@ -1,13 +1,13 @@ - + - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_rtl_19.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_rtl_19.svg similarity index 86% rename from .themes/oomox-gruvbox/unity/launcher_arrow_outline_rtl_19.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_outline_rtl_19.svg index 31c96e61..02bb4b33 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_rtl_19.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_rtl_19.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_rtl_37.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_rtl_37.svg similarity index 85% rename from .themes/oomox-gruvbox/unity/launcher_arrow_outline_rtl_37.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_outline_rtl_37.svg index 2075dca1..facdb5b5 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_outline_rtl_37.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_outline_rtl_37.svg @@ -1,13 +1,13 @@ - + - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_rtl_19.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_rtl_19.svg similarity index 67% rename from .themes/oomox-gruvbox/unity/launcher_arrow_rtl_19.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_rtl_19.svg index 3264af49..3e84c9b7 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_rtl_19.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_rtl_19.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_arrow_rtl_37.svg b/.themes/oomox-solarized-light/unity/launcher_arrow_rtl_37.svg similarity index 72% rename from .themes/oomox-gruvbox/unity/launcher_arrow_rtl_37.svg rename to .themes/oomox-solarized-light/unity/launcher_arrow_rtl_37.svg index 2296ce73..56294ee2 100644 --- a/.themes/oomox-gruvbox/unity/launcher_arrow_rtl_37.svg +++ b/.themes/oomox-solarized-light/unity/launcher_arrow_rtl_37.svg @@ -1,15 +1,15 @@ - + - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_back_150.svg b/.themes/oomox-solarized-light/unity/launcher_icon_back_150.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_back_150.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_back_150.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_back_54.svg b/.themes/oomox-solarized-light/unity/launcher_icon_back_54.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_back_54.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_back_54.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_edge_150.svg b/.themes/oomox-solarized-light/unity/launcher_icon_edge_150.svg similarity index 92% rename from .themes/oomox-gruvbox/unity/launcher_icon_edge_150.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_edge_150.svg index f2832eb8..0785de51 100644 --- a/.themes/oomox-gruvbox/unity/launcher_icon_edge_150.svg +++ b/.themes/oomox-solarized-light/unity/launcher_icon_edge_150.svg @@ -4,7 +4,7 @@ - + diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_edge_54.svg b/.themes/oomox-solarized-light/unity/launcher_icon_edge_54.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_edge_54.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_edge_54.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_glow_200.svg b/.themes/oomox-solarized-light/unity/launcher_icon_glow_200.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_glow_200.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_glow_200.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_glow_62.svg b/.themes/oomox-solarized-light/unity/launcher_icon_glow_62.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_glow_62.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_glow_62.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_selected_back_150.svg b/.themes/oomox-solarized-light/unity/launcher_icon_selected_back_150.svg similarity index 80% rename from .themes/oomox-gruvbox/unity/launcher_icon_selected_back_150.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_selected_back_150.svg index 4ae7c0a3..6d1538a7 100644 --- a/.themes/oomox-gruvbox/unity/launcher_icon_selected_back_150.svg +++ b/.themes/oomox-solarized-light/unity/launcher_icon_selected_back_150.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_selected_back_54.svg b/.themes/oomox-solarized-light/unity/launcher_icon_selected_back_54.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_selected_back_54.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_selected_back_54.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_shadow_200.svg b/.themes/oomox-solarized-light/unity/launcher_icon_shadow_200.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_shadow_200.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_shadow_200.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_shadow_62.svg b/.themes/oomox-solarized-light/unity/launcher_icon_shadow_62.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_shadow_62.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_shadow_62.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_shine_150.svg b/.themes/oomox-solarized-light/unity/launcher_icon_shine_150.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_shine_150.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_shine_150.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_icon_shine_54.svg b/.themes/oomox-solarized-light/unity/launcher_icon_shine_54.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/launcher_icon_shine_54.svg rename to .themes/oomox-solarized-light/unity/launcher_icon_shine_54.svg diff --git a/.themes/oomox-gruvbox/unity/launcher_pip_ltr_19.svg b/.themes/oomox-solarized-light/unity/launcher_pip_ltr_19.svg similarity index 67% rename from .themes/oomox-gruvbox/unity/launcher_pip_ltr_19.svg rename to .themes/oomox-solarized-light/unity/launcher_pip_ltr_19.svg index 4aa47ff8..2e042008 100644 --- a/.themes/oomox-gruvbox/unity/launcher_pip_ltr_19.svg +++ b/.themes/oomox-solarized-light/unity/launcher_pip_ltr_19.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_pip_ltr_37.svg b/.themes/oomox-solarized-light/unity/launcher_pip_ltr_37.svg similarity index 69% rename from .themes/oomox-gruvbox/unity/launcher_pip_ltr_37.svg rename to .themes/oomox-solarized-light/unity/launcher_pip_ltr_37.svg index 34a561bb..a3ba44f6 100644 --- a/.themes/oomox-gruvbox/unity/launcher_pip_ltr_37.svg +++ b/.themes/oomox-solarized-light/unity/launcher_pip_ltr_37.svg @@ -1,16 +1,16 @@ - + - + - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_pip_rtl_19.svg b/.themes/oomox-solarized-light/unity/launcher_pip_rtl_19.svg similarity index 67% rename from .themes/oomox-gruvbox/unity/launcher_pip_rtl_19.svg rename to .themes/oomox-solarized-light/unity/launcher_pip_rtl_19.svg index 9e7c5900..2ef482b1 100644 --- a/.themes/oomox-gruvbox/unity/launcher_pip_rtl_19.svg +++ b/.themes/oomox-solarized-light/unity/launcher_pip_rtl_19.svg @@ -1,10 +1,10 @@ - + - + diff --git a/.themes/oomox-gruvbox/unity/launcher_pip_rtl_37.svg b/.themes/oomox-solarized-light/unity/launcher_pip_rtl_37.svg similarity index 69% rename from .themes/oomox-gruvbox/unity/launcher_pip_rtl_37.svg rename to .themes/oomox-solarized-light/unity/launcher_pip_rtl_37.svg index 08b307d1..d0f75c65 100644 --- a/.themes/oomox-gruvbox/unity/launcher_pip_rtl_37.svg +++ b/.themes/oomox-solarized-light/unity/launcher_pip_rtl_37.svg @@ -1,16 +1,16 @@ - + - + - + - + diff --git a/.themes/oomox-gruvbox/unity/maximize.svg b/.themes/oomox-solarized-light/unity/maximize.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/maximize.svg rename to .themes/oomox-solarized-light/unity/maximize.svg index f574a258..766b8ab1 100644 --- a/.themes/oomox-gruvbox/unity/maximize.svg +++ b/.themes/oomox-solarized-light/unity/maximize.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/maximize_dash.svg b/.themes/oomox-solarized-light/unity/maximize_dash.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/maximize_dash.svg rename to .themes/oomox-solarized-light/unity/maximize_dash.svg index 77365ee1..164dbca6 100644 --- a/.themes/oomox-gruvbox/unity/maximize_dash.svg +++ b/.themes/oomox-solarized-light/unity/maximize_dash.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/maximize_dash_disabled.svg b/.themes/oomox-solarized-light/unity/maximize_dash_disabled.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/maximize_dash_disabled.svg rename to .themes/oomox-solarized-light/unity/maximize_dash_disabled.svg diff --git a/.themes/oomox-gruvbox/unity/maximize_dash_prelight.svg b/.themes/oomox-solarized-light/unity/maximize_dash_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/maximize_dash_prelight.svg rename to .themes/oomox-solarized-light/unity/maximize_dash_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/maximize_dash_pressed.svg b/.themes/oomox-solarized-light/unity/maximize_dash_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/maximize_dash_pressed.svg rename to .themes/oomox-solarized-light/unity/maximize_dash_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/maximize_focused_normal.svg b/.themes/oomox-solarized-light/unity/maximize_focused_normal.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/maximize_focused_normal.svg rename to .themes/oomox-solarized-light/unity/maximize_focused_normal.svg diff --git a/.themes/oomox-gruvbox/unity/maximize_focused_prelight.svg b/.themes/oomox-solarized-light/unity/maximize_focused_prelight.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/maximize_focused_prelight.svg rename to .themes/oomox-solarized-light/unity/maximize_focused_prelight.svg index 6b7cc0ad..06eb39d9 100644 --- a/.themes/oomox-gruvbox/unity/maximize_focused_prelight.svg +++ b/.themes/oomox-solarized-light/unity/maximize_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/maximize_focused_pressed.svg b/.themes/oomox-solarized-light/unity/maximize_focused_pressed.svg similarity index 78% rename from .themes/oomox-gruvbox/unity/maximize_focused_pressed.svg rename to .themes/oomox-solarized-light/unity/maximize_focused_pressed.svg index 9be38211..9d170762 100644 --- a/.themes/oomox-gruvbox/unity/maximize_focused_pressed.svg +++ b/.themes/oomox-solarized-light/unity/maximize_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/maximize_unfocused.svg b/.themes/oomox-solarized-light/unity/maximize_unfocused.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/maximize_unfocused.svg rename to .themes/oomox-solarized-light/unity/maximize_unfocused.svg index adae1610..f0dfe302 100644 --- a/.themes/oomox-gruvbox/unity/maximize_unfocused.svg +++ b/.themes/oomox-solarized-light/unity/maximize_unfocused.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/maximize_unfocused_prelight.svg b/.themes/oomox-solarized-light/unity/maximize_unfocused_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/maximize_unfocused_prelight.svg rename to .themes/oomox-solarized-light/unity/maximize_unfocused_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/maximize_unfocused_pressed.svg b/.themes/oomox-solarized-light/unity/maximize_unfocused_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/maximize_unfocused_pressed.svg rename to .themes/oomox-solarized-light/unity/maximize_unfocused_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/minimize.svg b/.themes/oomox-solarized-light/unity/minimize.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/minimize.svg rename to .themes/oomox-solarized-light/unity/minimize.svg index f0a4efe7..9769488a 100644 --- a/.themes/oomox-gruvbox/unity/minimize.svg +++ b/.themes/oomox-solarized-light/unity/minimize.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/minimize_dash.svg b/.themes/oomox-solarized-light/unity/minimize_dash.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/minimize_dash.svg rename to .themes/oomox-solarized-light/unity/minimize_dash.svg index bcf5f050..b397e66c 100644 --- a/.themes/oomox-gruvbox/unity/minimize_dash.svg +++ b/.themes/oomox-solarized-light/unity/minimize_dash.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/minimize_dash_disabled.svg b/.themes/oomox-solarized-light/unity/minimize_dash_disabled.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/minimize_dash_disabled.svg rename to .themes/oomox-solarized-light/unity/minimize_dash_disabled.svg diff --git a/.themes/oomox-gruvbox/unity/minimize_dash_prelight.svg b/.themes/oomox-solarized-light/unity/minimize_dash_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/minimize_dash_prelight.svg rename to .themes/oomox-solarized-light/unity/minimize_dash_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/minimize_dash_pressed.svg b/.themes/oomox-solarized-light/unity/minimize_dash_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/minimize_dash_pressed.svg rename to .themes/oomox-solarized-light/unity/minimize_dash_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/minimize_focused_normal.svg b/.themes/oomox-solarized-light/unity/minimize_focused_normal.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/minimize_focused_normal.svg rename to .themes/oomox-solarized-light/unity/minimize_focused_normal.svg diff --git a/.themes/oomox-gruvbox/unity/minimize_focused_prelight.svg b/.themes/oomox-solarized-light/unity/minimize_focused_prelight.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/minimize_focused_prelight.svg rename to .themes/oomox-solarized-light/unity/minimize_focused_prelight.svg index 1b11dabf..24f027eb 100644 --- a/.themes/oomox-gruvbox/unity/minimize_focused_prelight.svg +++ b/.themes/oomox-solarized-light/unity/minimize_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/minimize_focused_pressed.svg b/.themes/oomox-solarized-light/unity/minimize_focused_pressed.svg similarity index 78% rename from .themes/oomox-gruvbox/unity/minimize_focused_pressed.svg rename to .themes/oomox-solarized-light/unity/minimize_focused_pressed.svg index 612cd03c..f3598b92 100644 --- a/.themes/oomox-gruvbox/unity/minimize_focused_pressed.svg +++ b/.themes/oomox-solarized-light/unity/minimize_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/minimize_unfocused.svg b/.themes/oomox-solarized-light/unity/minimize_unfocused.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/minimize_unfocused.svg rename to .themes/oomox-solarized-light/unity/minimize_unfocused.svg index 41cd9ed9..176bb10f 100644 --- a/.themes/oomox-gruvbox/unity/minimize_unfocused.svg +++ b/.themes/oomox-solarized-light/unity/minimize_unfocused.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/minimize_unfocused_prelight.svg b/.themes/oomox-solarized-light/unity/minimize_unfocused_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/minimize_unfocused_prelight.svg rename to .themes/oomox-solarized-light/unity/minimize_unfocused_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/minimize_unfocused_pressed.svg b/.themes/oomox-solarized-light/unity/minimize_unfocused_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/minimize_unfocused_pressed.svg rename to .themes/oomox-solarized-light/unity/minimize_unfocused_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/minimized.svg b/.themes/oomox-solarized-light/unity/minimized.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/minimized.svg rename to .themes/oomox-solarized-light/unity/minimized.svg index f0a4efe7..9769488a 100644 --- a/.themes/oomox-gruvbox/unity/minimized.svg +++ b/.themes/oomox-solarized-light/unity/minimized.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/modes/launcher_bfb-flat.png b/.themes/oomox-solarized-light/unity/modes/launcher_bfb-flat.png similarity index 100% rename from .themes/oomox-gruvbox/unity/modes/launcher_bfb-flat.png rename to .themes/oomox-solarized-light/unity/modes/launcher_bfb-flat.png diff --git a/.themes/oomox-gruvbox/unity/modes/launcher_bfb_ns.png b/.themes/oomox-solarized-light/unity/modes/launcher_bfb_ns.png similarity index 100% rename from .themes/oomox-gruvbox/unity/modes/launcher_bfb_ns.png rename to .themes/oomox-solarized-light/unity/modes/launcher_bfb_ns.png diff --git a/.themes/oomox-gruvbox/unity/modes/ubuntu-square.svg b/.themes/oomox-solarized-light/unity/modes/ubuntu-square.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/modes/ubuntu-square.svg rename to .themes/oomox-solarized-light/unity/modes/ubuntu-square.svg diff --git a/.themes/oomox-gruvbox/unity/progress_bar_fill.svg b/.themes/oomox-solarized-light/unity/progress_bar_fill.svg similarity index 71% rename from .themes/oomox-gruvbox/unity/progress_bar_fill.svg rename to .themes/oomox-solarized-light/unity/progress_bar_fill.svg index fc65d8b7..d2e27f42 100644 --- a/.themes/oomox-gruvbox/unity/progress_bar_fill.svg +++ b/.themes/oomox-solarized-light/unity/progress_bar_fill.svg @@ -1,5 +1,5 @@ - + diff --git a/.themes/oomox-gruvbox/unity/progress_bar_trough.svg b/.themes/oomox-solarized-light/unity/progress_bar_trough.svg similarity index 95% rename from .themes/oomox-gruvbox/unity/progress_bar_trough.svg rename to .themes/oomox-solarized-light/unity/progress_bar_trough.svg index dfd891fc..78b566ff 100644 --- a/.themes/oomox-gruvbox/unity/progress_bar_trough.svg +++ b/.themes/oomox-solarized-light/unity/progress_bar_trough.svg @@ -28,8 +28,8 @@ diff --git a/.themes/oomox-gruvbox/unity/sheet_style_close_focused.svg b/.themes/oomox-solarized-light/unity/sheet_style_close_focused.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/sheet_style_close_focused.svg rename to .themes/oomox-solarized-light/unity/sheet_style_close_focused.svg diff --git a/.themes/oomox-gruvbox/unity/sheet_style_close_focused_prelight.svg b/.themes/oomox-solarized-light/unity/sheet_style_close_focused_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/sheet_style_close_focused_prelight.svg rename to .themes/oomox-solarized-light/unity/sheet_style_close_focused_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/sheet_style_close_focused_pressed.svg b/.themes/oomox-solarized-light/unity/sheet_style_close_focused_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/sheet_style_close_focused_pressed.svg rename to .themes/oomox-solarized-light/unity/sheet_style_close_focused_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/unmaximize.svg b/.themes/oomox-solarized-light/unity/unmaximize.svg similarity index 75% rename from .themes/oomox-gruvbox/unity/unmaximize.svg rename to .themes/oomox-solarized-light/unity/unmaximize.svg index 1130a95c..5c27fe01 100644 --- a/.themes/oomox-gruvbox/unity/unmaximize.svg +++ b/.themes/oomox-solarized-light/unity/unmaximize.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/unmaximize_dash.svg b/.themes/oomox-solarized-light/unity/unmaximize_dash.svg similarity index 75% rename from .themes/oomox-gruvbox/unity/unmaximize_dash.svg rename to .themes/oomox-solarized-light/unity/unmaximize_dash.svg index 3f160de7..73be95e7 100644 --- a/.themes/oomox-gruvbox/unity/unmaximize_dash.svg +++ b/.themes/oomox-solarized-light/unity/unmaximize_dash.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/unmaximize_dash_disabled.svg b/.themes/oomox-solarized-light/unity/unmaximize_dash_disabled.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/unmaximize_dash_disabled.svg rename to .themes/oomox-solarized-light/unity/unmaximize_dash_disabled.svg diff --git a/.themes/oomox-gruvbox/unity/unmaximize_dash_prelight.svg b/.themes/oomox-solarized-light/unity/unmaximize_dash_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/unmaximize_dash_prelight.svg rename to .themes/oomox-solarized-light/unity/unmaximize_dash_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/unmaximize_dash_pressed.svg b/.themes/oomox-solarized-light/unity/unmaximize_dash_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/unmaximize_dash_pressed.svg rename to .themes/oomox-solarized-light/unity/unmaximize_dash_pressed.svg diff --git a/.themes/oomox-gruvbox/unity/unmaximize_focused_normal.svg b/.themes/oomox-solarized-light/unity/unmaximize_focused_normal.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/unmaximize_focused_normal.svg rename to .themes/oomox-solarized-light/unity/unmaximize_focused_normal.svg diff --git a/.themes/oomox-gruvbox/unity/unmaximize_focused_prelight.svg b/.themes/oomox-solarized-light/unity/unmaximize_focused_prelight.svg similarity index 75% rename from .themes/oomox-gruvbox/unity/unmaximize_focused_prelight.svg rename to .themes/oomox-solarized-light/unity/unmaximize_focused_prelight.svg index 8703672a..1aa6674f 100644 --- a/.themes/oomox-gruvbox/unity/unmaximize_focused_prelight.svg +++ b/.themes/oomox-solarized-light/unity/unmaximize_focused_prelight.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/unmaximize_focused_pressed.svg b/.themes/oomox-solarized-light/unity/unmaximize_focused_pressed.svg similarity index 77% rename from .themes/oomox-gruvbox/unity/unmaximize_focused_pressed.svg rename to .themes/oomox-solarized-light/unity/unmaximize_focused_pressed.svg index 69f3bc71..c5f3654b 100644 --- a/.themes/oomox-gruvbox/unity/unmaximize_focused_pressed.svg +++ b/.themes/oomox-solarized-light/unity/unmaximize_focused_pressed.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/unmaximize_unfocused.svg b/.themes/oomox-solarized-light/unity/unmaximize_unfocused.svg similarity index 75% rename from .themes/oomox-gruvbox/unity/unmaximize_unfocused.svg rename to .themes/oomox-solarized-light/unity/unmaximize_unfocused.svg index 2b714cf3..16900c91 100644 --- a/.themes/oomox-gruvbox/unity/unmaximize_unfocused.svg +++ b/.themes/oomox-solarized-light/unity/unmaximize_unfocused.svg @@ -1 +1 @@ - + diff --git a/.themes/oomox-gruvbox/unity/unmaximize_unfocused_prelight.svg b/.themes/oomox-solarized-light/unity/unmaximize_unfocused_prelight.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/unmaximize_unfocused_prelight.svg rename to .themes/oomox-solarized-light/unity/unmaximize_unfocused_prelight.svg diff --git a/.themes/oomox-gruvbox/unity/unmaximize_unfocused_pressed.svg b/.themes/oomox-solarized-light/unity/unmaximize_unfocused_pressed.svg similarity index 100% rename from .themes/oomox-gruvbox/unity/unmaximize_unfocused_pressed.svg rename to .themes/oomox-solarized-light/unity/unmaximize_unfocused_pressed.svg diff --git a/.themes/oomox-gruvbox/xfwm4/bottom-active.xpm b/.themes/oomox-solarized-light/xfwm4/bottom-active.xpm similarity index 84% rename from .themes/oomox-gruvbox/xfwm4/bottom-active.xpm rename to .themes/oomox-solarized-light/xfwm4/bottom-active.xpm index ab63c5f8..20a945e3 100644 --- a/.themes/oomox-gruvbox/xfwm4/bottom-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/bottom-active.xpm @@ -2,5 +2,5 @@ static char * bottom_active_xpm[] = { "8 1 2 1", " c None", -". c #282828", +". c #fdf6e3", "........"}; diff --git a/.themes/oomox-gruvbox/xfwm4/bottom-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/bottom-inactive.xpm similarity index 85% rename from .themes/oomox-gruvbox/xfwm4/bottom-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/bottom-inactive.xpm index 6a5d1db8..8353b314 100644 --- a/.themes/oomox-gruvbox/xfwm4/bottom-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/bottom-inactive.xpm @@ -2,5 +2,5 @@ static char * bottom_inactive_xpm[] = { "8 1 2 1", " c None", -". c #282828", +". c #eee8d5", "........"}; diff --git a/.themes/oomox-gruvbox/xfwm4/bottom-left-active.xpm b/.themes/oomox-solarized-light/xfwm4/bottom-left-active.xpm similarity index 84% rename from .themes/oomox-gruvbox/xfwm4/bottom-left-active.xpm rename to .themes/oomox-solarized-light/xfwm4/bottom-left-active.xpm index 82a0d9a2..02a9e271 100644 --- a/.themes/oomox-gruvbox/xfwm4/bottom-left-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/bottom-left-active.xpm @@ -2,5 +2,5 @@ static char * bottom_left_active_xpm[] = { "1 1 2 1", " c None", -". c #282828", +". c #fdf6e3", "."}; diff --git a/.themes/oomox-gruvbox/xfwm4/bottom-left-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/bottom-left-inactive.xpm similarity index 84% rename from .themes/oomox-gruvbox/xfwm4/bottom-left-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/bottom-left-inactive.xpm index a60ebfb0..f5df302b 100644 --- a/.themes/oomox-gruvbox/xfwm4/bottom-left-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/bottom-left-inactive.xpm @@ -2,5 +2,5 @@ static char * bottom_left_inactive_xpm[] = { "1 1 2 1", " c None", -". c #282828", +". c #eee8d5", "."}; diff --git a/.themes/oomox-gruvbox/xfwm4/bottom-right-active.xpm b/.themes/oomox-solarized-light/xfwm4/bottom-right-active.xpm similarity index 84% rename from .themes/oomox-gruvbox/xfwm4/bottom-right-active.xpm rename to .themes/oomox-solarized-light/xfwm4/bottom-right-active.xpm index 8331cf5f..48f21751 100644 --- a/.themes/oomox-gruvbox/xfwm4/bottom-right-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/bottom-right-active.xpm @@ -2,5 +2,5 @@ static char * bottom_right_active_xpm[] = { "1 1 2 1", " c None", -". c #282828", +". c #fdf6e3", "."}; diff --git a/.themes/oomox-gruvbox/xfwm4/bottom-right-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/bottom-right-inactive.xpm similarity index 85% rename from .themes/oomox-gruvbox/xfwm4/bottom-right-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/bottom-right-inactive.xpm index 8400b551..5eb84290 100644 --- a/.themes/oomox-gruvbox/xfwm4/bottom-right-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/bottom-right-inactive.xpm @@ -2,5 +2,5 @@ static char * bottom_right_inactive_xpm[] = { "1 1 2 1", " c None", -". c #282828", +". c #eee8d5", "."}; diff --git a/.themes/oomox-gruvbox/xfwm4/close-active.xpm b/.themes/oomox-solarized-light/xfwm4/close-active.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/close-active.xpm rename to .themes/oomox-solarized-light/xfwm4/close-active.xpm index 579766b4..512bb67b 100644 --- a/.themes/oomox-gruvbox/xfwm4/close-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/close-active.xpm @@ -2,9 +2,9 @@ static char * close_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/close-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/close-inactive.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/close-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/close-inactive.xpm index 579766b4..04880bcb 100644 --- a/.themes/oomox-gruvbox/xfwm4/close-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/close-inactive.xpm @@ -2,9 +2,9 @@ static char * close_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #eee8d5", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/close-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/close-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/close-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/close-prelight.xpm index e35563e5..88e459a4 100644 --- a/.themes/oomox-gruvbox/xfwm4/close-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/close-prelight.xpm @@ -2,9 +2,9 @@ static char * close_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/close-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/close-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/close-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/close-pressed.xpm index e35563e5..88e459a4 100644 --- a/.themes/oomox-gruvbox/xfwm4/close-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/close-pressed.xpm @@ -2,9 +2,9 @@ static char * close_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/hide-active.xpm b/.themes/oomox-solarized-light/xfwm4/hide-active.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/hide-active.xpm rename to .themes/oomox-solarized-light/xfwm4/hide-active.xpm index a58ac50e..ed077be5 100644 --- a/.themes/oomox-gruvbox/xfwm4/hide-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/hide-active.xpm @@ -2,9 +2,9 @@ static char * hide_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/hide-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/hide-inactive.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/hide-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/hide-inactive.xpm index 984aba2f..1718ea68 100644 --- a/.themes/oomox-gruvbox/xfwm4/hide-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/hide-inactive.xpm @@ -2,9 +2,9 @@ static char * hide_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #a99d82", -"@ c #282828", +". c #eee8d5", +"+ c #3b5a5d", +"@ c #eee8d5", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/hide-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/hide-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/hide-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/hide-prelight.xpm index 6cd9ad80..8817d43d 100644 --- a/.themes/oomox-gruvbox/xfwm4/hide-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/hide-prelight.xpm @@ -2,9 +2,9 @@ static char * hide_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/hide-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/hide-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/hide-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/hide-pressed.xpm index 6cd9ad80..8817d43d 100644 --- a/.themes/oomox-gruvbox/xfwm4/hide-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/hide-pressed.xpm @@ -2,9 +2,9 @@ static char * hide_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/left-active.xpm b/.themes/oomox-solarized-light/xfwm4/left-active.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/left-active.xpm rename to .themes/oomox-solarized-light/xfwm4/left-active.xpm index 3580792d..3c566abd 100644 --- a/.themes/oomox-gruvbox/xfwm4/left-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/left-active.xpm @@ -2,7 +2,7 @@ static char * left_active_xpm[] = { "1 21 2 1", " c None", -". c #282828", +". c #fdf6e3", ".", ".", ".", diff --git a/.themes/oomox-gruvbox/xfwm4/left-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/left-inactive.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/left-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/left-inactive.xpm index ab19a2ac..323fe44a 100644 --- a/.themes/oomox-gruvbox/xfwm4/left-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/left-inactive.xpm @@ -2,7 +2,7 @@ static char * left_inactive_xpm[] = { "1 21 2 1", " c None", -". c #282828", +". c #eee8d5", ".", ".", ".", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-active.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-active.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/maximize-active.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-active.xpm index 181c28f7..4a633d61 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-active.xpm @@ -2,9 +2,9 @@ static char * maximize_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-inactive.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/maximize-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-inactive.xpm index 1df9ab8f..f253cc54 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-inactive.xpm @@ -2,9 +2,9 @@ static char * maximize_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #a99d82", -"@ c #282828", +". c #eee8d5", +"+ c #3b5a5d", +"@ c #eee8d5", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/maximize-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-prelight.xpm index c625f141..8843ee02 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-prelight.xpm @@ -2,9 +2,9 @@ static char * maximize_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/maximize-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-pressed.xpm index c625f141..8843ee02 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-pressed.xpm @@ -2,9 +2,9 @@ static char * maximize_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-active.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-active.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/maximize-toggled-active.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-toggled-active.xpm index f656532d..11ce412e 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-active.xpm @@ -2,9 +2,9 @@ static char * maximize_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-inactive.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/maximize-toggled-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-toggled-inactive.xpm index 93f8cd7b..fdb114e4 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-inactive.xpm @@ -2,9 +2,9 @@ static char * maximize_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #a99d82", -"@ c #282828", +". c #eee8d5", +"+ c #3b5a5d", +"@ c #eee8d5", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/maximize-toggled-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-toggled-prelight.xpm index e9595065..ddb06e43 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-prelight.xpm @@ -2,9 +2,9 @@ static char * maximize_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/maximize-toggled-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/maximize-toggled-pressed.xpm index e9595065..ddb06e43 100644 --- a/.themes/oomox-gruvbox/xfwm4/maximize-toggled-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/maximize-toggled-pressed.xpm @@ -2,9 +2,9 @@ static char * maximize_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/menu-active.xpm b/.themes/oomox-solarized-light/xfwm4/menu-active.xpm similarity index 97% rename from .themes/oomox-gruvbox/xfwm4/menu-active.xpm rename to .themes/oomox-solarized-light/xfwm4/menu-active.xpm index 8f41371c..c06b0d70 100644 --- a/.themes/oomox-gruvbox/xfwm4/menu-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/menu-active.xpm @@ -2,7 +2,7 @@ static char * menu_active_xpm[] = { "24 16 2 1", " c None", -". c #282828", +". c #eee8d5", "........................", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/menu-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/menu-inactive.xpm similarity index 97% rename from .themes/oomox-gruvbox/xfwm4/menu-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/menu-inactive.xpm index ebd2784f..25c954b1 100644 --- a/.themes/oomox-gruvbox/xfwm4/menu-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/menu-inactive.xpm @@ -2,7 +2,7 @@ static char * menu_inactive_xpm[] = { "24 16 2 1", " c None", -". c #282828", +". c #eee8d5", "........................", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/menu-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/menu-prelight.xpm similarity index 97% rename from .themes/oomox-gruvbox/xfwm4/menu-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/menu-prelight.xpm index ab297582..fb96f38d 100644 --- a/.themes/oomox-gruvbox/xfwm4/menu-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/menu-prelight.xpm @@ -2,7 +2,7 @@ static char * menu_prelight_xpm[] = { "24 16 2 1", " c None", -". c #282828", +". c #eee8d5", "........................", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/menu-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/menu-pressed.xpm similarity index 97% rename from .themes/oomox-gruvbox/xfwm4/menu-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/menu-pressed.xpm index bedad430..5c833b15 100644 --- a/.themes/oomox-gruvbox/xfwm4/menu-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/menu-pressed.xpm @@ -2,7 +2,7 @@ static char * menu_pressed_xpm[] = { "24 16 2 1", " c None", -". c #282828", +". c #eee8d5", "........................", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/right-active.xpm b/.themes/oomox-solarized-light/xfwm4/right-active.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/right-active.xpm rename to .themes/oomox-solarized-light/xfwm4/right-active.xpm index d93c421d..03236000 100644 --- a/.themes/oomox-gruvbox/xfwm4/right-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/right-active.xpm @@ -2,7 +2,7 @@ static char * right_active_xpm[] = { "1 21 2 1", " c None", -". c #282828", +". c #fdf6e3", ".", ".", ".", diff --git a/.themes/oomox-gruvbox/xfwm4/right-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/right-inactive.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/right-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/right-inactive.xpm index 3650b2bd..c9a0a106 100644 --- a/.themes/oomox-gruvbox/xfwm4/right-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/right-inactive.xpm @@ -2,7 +2,7 @@ static char * right_inactive_xpm[] = { "1 21 2 1", " c None", -". c #282828", +". c #eee8d5", ".", ".", ".", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-active.xpm b/.themes/oomox-solarized-light/xfwm4/shade-active.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/shade-active.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-active.xpm index da6587d1..d0bc1c04 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-active.xpm @@ -2,9 +2,9 @@ static char * shade_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/shade-inactive.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/shade-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-inactive.xpm index e6744bc5..1de5bbc4 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-inactive.xpm @@ -2,9 +2,9 @@ static char * shade_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #a99d82", -"@ c #282828", +". c #eee8d5", +"+ c #3b5a5d", +"@ c #eee8d5", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/shade-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/shade-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-prelight.xpm index 7c530ede..3bd6488b 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-prelight.xpm @@ -2,9 +2,9 @@ static char * shade_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/shade-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/shade-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-pressed.xpm index 7c530ede..3bd6488b 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-pressed.xpm @@ -2,9 +2,9 @@ static char * shade_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-toggled-active.xpm b/.themes/oomox-solarized-light/xfwm4/shade-toggled-active.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/shade-toggled-active.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-toggled-active.xpm index 026f8f0c..f9433529 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-toggled-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-toggled-active.xpm @@ -2,9 +2,9 @@ static char * shade_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-toggled-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/shade-toggled-inactive.xpm similarity index 96% rename from .themes/oomox-gruvbox/xfwm4/shade-toggled-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-toggled-inactive.xpm index 11e26a92..7ee1499d 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-toggled-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-toggled-inactive.xpm @@ -2,8 +2,8 @@ static char * shade_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #a99d82", +". c #eee8d5", +"+ c #3b5a5d", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-toggled-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/shade-toggled-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/shade-toggled-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-toggled-prelight.xpm index db2ea15e..a877c95c 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-toggled-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-toggled-prelight.xpm @@ -2,9 +2,9 @@ static char * shade_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/shade-toggled-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/shade-toggled-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/shade-toggled-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/shade-toggled-pressed.xpm index db2ea15e..a877c95c 100644 --- a/.themes/oomox-gruvbox/xfwm4/shade-toggled-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/shade-toggled-pressed.xpm @@ -2,9 +2,9 @@ static char * shade_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-active.xpm b/.themes/oomox-solarized-light/xfwm4/stick-active.xpm similarity index 96% rename from .themes/oomox-gruvbox/xfwm4/stick-active.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-active.xpm index b114e8e3..dceb746d 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-active.xpm @@ -2,8 +2,8 @@ static char * stick_active_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", +". c #eee8d5", +"+ c #002b36", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/stick-inactive.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/stick-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-inactive.xpm index bc1cbfd6..3b081c4d 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-inactive.xpm @@ -2,9 +2,9 @@ static char * stick_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #a99d82", -"@ c #282828", +". c #eee8d5", +"+ c #3b5a5d", +"@ c #eee8d5", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/stick-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/stick-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-prelight.xpm index 9580085b..afeebaba 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-prelight.xpm @@ -2,9 +2,9 @@ static char * stick_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/stick-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/stick-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-pressed.xpm index 9580085b..afeebaba 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-pressed.xpm @@ -2,9 +2,9 @@ static char * stick_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-toggled-active.xpm b/.themes/oomox-solarized-light/xfwm4/stick-toggled-active.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/stick-toggled-active.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-toggled-active.xpm index d4eaf8b0..1a802d83 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-toggled-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-toggled-active.xpm @@ -2,9 +2,9 @@ static char * stick_toggled_active_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #d5c4a1", -"@ c #282828", +". c #eee8d5", +"+ c #002b36", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-toggled-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/stick-toggled-inactive.xpm similarity index 94% rename from .themes/oomox-gruvbox/xfwm4/stick-toggled-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-toggled-inactive.xpm index d1ccbbea..6d9eec44 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-toggled-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-toggled-inactive.xpm @@ -2,9 +2,9 @@ static char * stick_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #a99d82", -"@ c #282828", +". c #eee8d5", +"+ c #3b5a5d", +"@ c #eee8d5", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-toggled-prelight.xpm b/.themes/oomox-solarized-light/xfwm4/stick-toggled-prelight.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/stick-toggled-prelight.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-toggled-prelight.xpm index 5e9c01c7..1647212e 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-toggled-prelight.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-toggled-prelight.xpm @@ -2,9 +2,9 @@ static char * stick_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/stick-toggled-pressed.xpm b/.themes/oomox-solarized-light/xfwm4/stick-toggled-pressed.xpm similarity index 92% rename from .themes/oomox-gruvbox/xfwm4/stick-toggled-pressed.xpm rename to .themes/oomox-solarized-light/xfwm4/stick-toggled-pressed.xpm index 5e9c01c7..1647212e 100644 --- a/.themes/oomox-gruvbox/xfwm4/stick-toggled-pressed.xpm +++ b/.themes/oomox-solarized-light/xfwm4/stick-toggled-pressed.xpm @@ -2,9 +2,9 @@ static char * stick_toggled_prelight_xpm[] = { "24 26 4 1", " c None", -". c #282828", -"+ c #83a598 s active_color_1", -"@ c #282828", +". c #eee8d5", +"+ c #839496 s active_color_1", +"@ c #fdf6e3", "@@@@@@@@@@@@@@@@@@@@@@@@", "........................", "........................", diff --git a/.themes/oomox-gruvbox/xfwm4/themerc b/.themes/oomox-solarized-light/xfwm4/themerc similarity index 89% rename from .themes/oomox-gruvbox/xfwm4/themerc rename to .themes/oomox-solarized-light/xfwm4/themerc index c060fe17..aeba203f 100644 --- a/.themes/oomox-gruvbox/xfwm4/themerc +++ b/.themes/oomox-solarized-light/xfwm4/themerc @@ -2,8 +2,8 @@ # Author: Satyajit Sahoo # License: GPL-3.0+ -active_text_color=#d5c4a1 -inactive_text_color=#a99d82 +active_text_color=#002b36 +inactive_text_color=#3b5a5d button_offset=3 button_spacing=0 show_app_icon=true diff --git a/.themes/oomox-gruvbox/xfwm4/title-1-active.xpm b/.themes/oomox-solarized-light/xfwm4/title-1-active.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-1-active.xpm rename to .themes/oomox-solarized-light/xfwm4/title-1-active.xpm index 72bf153b..2203be5d 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-1-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-1-active.xpm @@ -2,8 +2,8 @@ static char * title_1_active_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #fdf6e3", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-1-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/title-1-inactive.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-1-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/title-1-inactive.xpm index 95b5b070..d4b31281 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-1-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-1-inactive.xpm @@ -2,8 +2,8 @@ static char * title_1_inactive_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #eee8d5", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-2-active.xpm b/.themes/oomox-solarized-light/xfwm4/title-2-active.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-2-active.xpm rename to .themes/oomox-solarized-light/xfwm4/title-2-active.xpm index 93a020d0..e2abecdd 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-2-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-2-active.xpm @@ -2,8 +2,8 @@ static char * title_2_active_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #fdf6e3", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-2-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/title-2-inactive.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-2-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/title-2-inactive.xpm index ae58454b..c07a27f2 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-2-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-2-inactive.xpm @@ -2,8 +2,8 @@ static char * title_2_inactive_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #eee8d5", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-3-active.xpm b/.themes/oomox-solarized-light/xfwm4/title-3-active.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-3-active.xpm rename to .themes/oomox-solarized-light/xfwm4/title-3-active.xpm index b4fbcb87..e6cdee6f 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-3-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-3-active.xpm @@ -2,8 +2,8 @@ static char * title_3_active_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #fdf6e3", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-3-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/title-3-inactive.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-3-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/title-3-inactive.xpm index 6351aa3d..c71ad105 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-3-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-3-inactive.xpm @@ -2,8 +2,8 @@ static char * title_3_inactive_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #eee8d5", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-4-active.xpm b/.themes/oomox-solarized-light/xfwm4/title-4-active.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-4-active.xpm rename to .themes/oomox-solarized-light/xfwm4/title-4-active.xpm index bae2fadd..d9fff855 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-4-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-4-active.xpm @@ -2,8 +2,8 @@ static char * title_4_active_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #fdf6e3", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-4-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/title-4-inactive.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-4-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/title-4-inactive.xpm index f7425807..d0127c2a 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-4-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-4-inactive.xpm @@ -2,8 +2,8 @@ static char * title_4_inactive_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #eee8d5", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-5-active.xpm b/.themes/oomox-solarized-light/xfwm4/title-5-active.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-5-active.xpm rename to .themes/oomox-solarized-light/xfwm4/title-5-active.xpm index 8585d5db..a7281b55 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-5-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-5-active.xpm @@ -2,8 +2,8 @@ static char * title_5_active_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #fdf6e3", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/title-5-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/title-5-inactive.xpm similarity index 88% rename from .themes/oomox-gruvbox/xfwm4/title-5-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/title-5-inactive.xpm index 5c71d8f6..c3ff16d8 100644 --- a/.themes/oomox-gruvbox/xfwm4/title-5-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/title-5-inactive.xpm @@ -2,8 +2,8 @@ static char * title_5_inactive_xpm[] = { "2 26 3 1", " c None", -". c #282828", -"+ c #282828", +". c #eee8d5", +"+ c #eee8d5", "..", "++", "++", diff --git a/.themes/oomox-gruvbox/xfwm4/top-left-active.xpm b/.themes/oomox-solarized-light/xfwm4/top-left-active.xpm similarity index 83% rename from .themes/oomox-gruvbox/xfwm4/top-left-active.xpm rename to .themes/oomox-solarized-light/xfwm4/top-left-active.xpm index 445e8670..9012ff7d 100644 --- a/.themes/oomox-gruvbox/xfwm4/top-left-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/top-left-active.xpm @@ -2,9 +2,9 @@ static char * top_left_active_xpm[] = { "2 26 4 1", " c None", -". c #282828", -"+ c #282828", -"@ c #282828", +". c #fdf6e3", +"+ c #fdf6e3", +"@ c #eee8d5", " .", ".+", ".@", diff --git a/.themes/oomox-gruvbox/xfwm4/top-left-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/top-left-inactive.xpm similarity index 83% rename from .themes/oomox-gruvbox/xfwm4/top-left-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/top-left-inactive.xpm index 35f53319..0d367d48 100644 --- a/.themes/oomox-gruvbox/xfwm4/top-left-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/top-left-inactive.xpm @@ -2,9 +2,9 @@ static char * top_left_inactive_xpm[] = { "2 26 4 1", " c None", -". c #282828", -"+ c #282828", -"@ c #282828", +". c #eee8d5", +"+ c #eee8d5", +"@ c #eee8d5", " .", ".+", ".@", diff --git a/.themes/oomox-gruvbox/xfwm4/top-right-active.xpm b/.themes/oomox-solarized-light/xfwm4/top-right-active.xpm similarity index 83% rename from .themes/oomox-gruvbox/xfwm4/top-right-active.xpm rename to .themes/oomox-solarized-light/xfwm4/top-right-active.xpm index c8754136..9a8be343 100644 --- a/.themes/oomox-gruvbox/xfwm4/top-right-active.xpm +++ b/.themes/oomox-solarized-light/xfwm4/top-right-active.xpm @@ -2,9 +2,9 @@ static char * top_right_active_xpm[] = { "2 26 4 1", " c None", -". c #282828", -"+ c #282828", -"@ c #282828", +". c #fdf6e3", +"+ c #fdf6e3", +"@ c #eee8d5", ". ", "+.", "@.", diff --git a/.themes/oomox-gruvbox/xfwm4/top-right-inactive.xpm b/.themes/oomox-solarized-light/xfwm4/top-right-inactive.xpm similarity index 83% rename from .themes/oomox-gruvbox/xfwm4/top-right-inactive.xpm rename to .themes/oomox-solarized-light/xfwm4/top-right-inactive.xpm index 6b0df39c..7598f97d 100644 --- a/.themes/oomox-gruvbox/xfwm4/top-right-inactive.xpm +++ b/.themes/oomox-solarized-light/xfwm4/top-right-inactive.xpm @@ -2,9 +2,9 @@ static char * top_right_inactive_xpm[] = { "2 26 4 1", " c None", -". c #282828", -"+ c #282828", -"@ c #282828", +". c #eee8d5", +"+ c #eee8d5", +"@ c #eee8d5", ". ", "+.", "@.",