diff options
author | Martin Schenck | 2017-02-26 14:25:20 +0100 |
---|---|---|
committer | Martin Schenck | 2017-02-26 14:25:20 +0100 |
commit | b71c2bff28db457e7dd0f26cc8b69ed5407d1953 (patch) | |
tree | 87a4b6ad08d27b6789776e6eb59ff9e98f614f28 /common | |
parent | ed16495611292c2c399f96ef5a9cfe35c0291748 (diff) | |
parent | 0af4e07f1b35a8dfae9af6a2722060045c356972 (diff) | |
download | solarc-theme-b71c2bff28db457e7dd0f26cc8b69ed5407d1953.tar.gz solarc-theme-b71c2bff28db457e7dd0f26cc8b69ed5407d1953.tar.xz solarc-theme-b71c2bff28db457e7dd0f26cc8b69ed5407d1953.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'common')
63 files changed, 22667 insertions, 21355 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 8f83496..ec569b6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -29,6 +29,8 @@ endif # ENABLE_DARK if ENABLE_CINNAMON $(MKDIR_P) $(ithemedir)/cinnamon + cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon + cd $(srcdir)/cinnamon && cp -R \ common-assets \ light-assets \ @@ -38,6 +40,8 @@ if ENABLE_CINNAMON if ENABLE_DARK $(MKDIR_P) $(ithemedarkdir)/cinnamon + cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png + cd $(srcdir)/cinnamon && cp -R \ common-assets \ dark-assets \ @@ -128,6 +132,8 @@ if ENABLE_GTK3 if ENABLE_LIGHT $(MKDIR_P) $(ithemedir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0 + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ gtk.css \ @@ -138,6 +144,8 @@ endif # ENABLE_LIGHT if ENABLE_DARKER $(MKDIR_P) $(ithemedarkerdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ gtk-dark.css \ @@ -151,6 +159,8 @@ endif # ENABLE_DARKER if ENABLE_DARK $(MKDIR_P) $(ithemedarkdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail-dark.png $(ithemedarkdir)/gtk-3.0/thumbnail.png + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ $(ithemedarkdir)/gtk-3.0 @@ -198,7 +208,7 @@ if ENABLE_METACITY if ENABLE_LIGHT cp -R $(srcdir)/metacity-1 $(ithemedir) - cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml + cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml thumbnail-dark.png endif # ENABLE_LIGHT if ENABLE_DARKER @@ -206,7 +216,8 @@ if ENABLE_DARKER cd $(ithemedarkerdir)/metacity-1 && \ mv metacity-theme-1-dark.xml metacity-theme-1.xml && \ - mv metacity-theme-2-dark.xml metacity-theme-2.xml + mv metacity-theme-2-dark.xml metacity-theme-2.xml && \ + mv thumbnail-dark.png thumbnail.png endif # ENABLE_DARKER if ENABLE_DARK @@ -214,7 +225,8 @@ if ENABLE_DARK cd $(ithemedarkdir)/metacity-1 && \ mv metacity-theme-1-dark.xml metacity-theme-1.xml && \ - mv metacity-theme-2-dark.xml metacity-theme-2.xml + mv metacity-theme-2-dark.xml metacity-theme-2.xml && \ + mv thumbnail-dark.png thumbnail.png endif # ENABLE_DARK endif # ENABLE_METACITY diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css index 0f619fe..488f54b 100644 --- a/common/cinnamon/cinnamon-dark.css +++ b/common/cinnamon/cinnamon-dark.css @@ -1,128 +1,160 @@ -@charset "UTF-8"; stage { font-family: Futura Bk bt, sans, Sans-Serif; font-size: 9pt; - color: #657b83; } + color: #D3DAE3; } .label-shadow { color: transparent; } -.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button { +.menu #notification .notification-button, .menu #notification .notification-icon-button, +.popup-menu #notification .notification-button, +.popup-menu #notification .notification-icon-button, .sound-button { min-height: 20px; padding: 5px 32px; transition-duration: 0; - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #001317; - box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { border-radius: 2px; } - .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } - .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #0a5062; - border: 1px solid #001317; - box-shadow: inset 0 2px 4px rgba(10, 80, 98, 0.05); } - .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } - .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px #268bd2; } - .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: rgba(101, 123, 131, 0.45); - border: 1px solid rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); - box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } + .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(80, 86, 102, 0.05); } + .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } + .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button { min-height: 20px; padding: 5px 32px; transition-duration: 0; border-radius: 2px; - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus { - color: #268bd2; } + color: #5294e2; } .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - border: 1px solid #268bd2; - background-color: #268bd2; } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid #5294e2; + background-color: #5294e2; } .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } +.menu #notification StEntry, .popup-menu #notification StEntry, #menu-search-entry { padding: 7px; caret-size: 1px; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; - color: #657b83; - background-color: #073642; - border: 1px solid #001317; - box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } - .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { - color: #657b83; - background-color: #073642; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + .menu #notification StEntry:focus, + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, + .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #D3DAE3; + background-color: #404552; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { - color: rgba(101, 123, 131, 0.45); - background-color: #04313d; - border-color: 1px solid #001e25; - box-shadow: inset 0 2px 4px rgba(4, 49, 61, 0.05); } + color: rgba(211, 218, 227, 0.45); + background-color: #3c414e; + border-color: 1px solid #313440; + box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } + .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { icon-size: 16px; - warning-color: #cb4b16; + warning-color: #F27835; padding: 0 4px; } .notification StEntry { padding: 7px; caret-size: 1px; - caret-color: #657b83; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + caret-color: #BAC3CF; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); - border: 1px solid rgba(1, 9, 11, 0.35); + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } StScrollView.vfade { @@ -137,17 +169,17 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(7, 54, 66, 0.1); + background-color: rgba(64, 69, 82, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 2px; - background-color: #284b55; + background-color: #767b87; border: 0px solid; margin: 0px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #1e434d; } + background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #268bd2; } + background-color: #5294e2; } .separator { -gradient-height: 1px; @@ -159,9 +191,9 @@ StScrollBar { .popup-slider-menu-item, .slider { -slider-height: 4px; - -slider-background-color: #001317; + -slider-background-color: #2b2e39; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 4px; @@ -174,7 +206,7 @@ StScrollBar { .popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #fdf6e3; } + -slider-active-background-color: #ffffff; } .check-box CinnamonGenericContainer { spacing: .2em; @@ -235,58 +267,72 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .cinnamon-link { - color: #78b9e6; + color: #a9caf1; text-decoration: underline; } .cinnamon-link:hover { - color: #a3cfee; } + color: #d5e5f8; } #Tooltip { border-radius: 3px; padding: 5px 12px; - background-color: rgba(7, 54, 66, 0.95); - color: #657b83; + background-color: rgba(53, 57, 69, 0.95); + color: #BAC3CF; font-size: 1em; font-weight: normal; text-align: center; } +.menu, .popup-menu, .popup-combo-menu { - color: white; - min-width: 200px; - color: #657b83; + color: #D3DAE3; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } + .menu-arrow, .popup-menu-arrow { icon-size: 16px; } + .menu .popup-sub-menu, .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu { background-gradient-direction: none; box-shadow: none; border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } + .menu .popup-sub-menu .popup-menu-item:ltr, .popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { padding-right: 0em; } + .menu .popup-sub-menu .popup-menu-item:rtl, .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { padding-left: 0em; } + .menu .popup-sub-menu StScrollBar, .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar { padding: 4px; } - .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { border-width: 0; } + .menu .popup-menu-content, .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { padding: 1em 0em 1em 0em; } + .menu .popup-menu-item, .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { padding: .4em 1.75em; spacing: 1em; } + .menu .popup-menu-item:active, .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active { - color: #fdf6e3; + color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } + .menu .popup-menu-item:insensitive, .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive { - color: rgba(101, 123, 131, 0.5); + color: rgba(211, 218, 227, 0.5); background: none; } + .menu .popup-inactive-menu-item, .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item { - color: #657b83; } + color: #D3DAE3; } + .menu .popup-inactive-menu-item:insensitive, .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } + .menu .popup-menu-item:active .popup-inactive-menu-item, .popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: #fdf6e3; } + color: #ffffff; } + .menu-icon, .popup-menu-icon { icon-size: 16px; } @@ -309,7 +355,7 @@ StScrollBar { margin: 10px 0px; background-color: transparent; border: none; - border-image: url("common-assets/menu-separator.svg") 1 1 1 1; } + border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } .popup-alternating-menu-item:alternate { font-weight: normal; } @@ -325,28 +371,43 @@ StScrollBar { #panel { font-weight: bold; - height: 2.1em; - min-height: 27px; } + height: 27px; + width: 32px; } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } #panelLeft { spacing: 4px; } #panelLeft:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(255, 0, 0, 0.05); background-gradient-end: rgba(255, 0, 0, 0.2); } - #panelLeft:ltr · { + #panelLeft:ltr { padding-right: 4px; } - #panelLeft:rtl · { + #panelLeft:rtl { padding-left: 4px; } + #panelLeft.vertical { + padding: 0; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } #panelRight:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 255, 0.05); background-gradient-end: rgba(0, 0, 255, 0.2); } - #panelRight:ltr · { + #panelRight:ltr { padding-left: 4px; spacing: 0px; } - #panelRight:rtl · { + #panelRight:rtl { padding-right: 4px; spacing: 0px; } + #panelRight.vertical { + padding: 0; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } #panelCenter { spacing: 4px; } #panelCenter:dnd { @@ -354,7 +415,7 @@ StScrollBar { background-gradient-start: rgba(0, 255, 0, 0.05); background-gradient-end: rgba(0, 255, 0, 0.2); } -.panel-top, .panel-bottom { +.panel-top, .panel-bottom, .panel-left, .panel-right { color: white; font-size: 1em; padding: 0px; } @@ -365,8 +426,19 @@ StScrollBar { .panel-bottom { border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-left { + border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; } + +.panel-right { + border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; } + +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } + .panel-status-button { - border-widht: 0; + border-width: 0; -natural-hpadding: 3px; -minimum-hpadding: 3px; font-weight: bold; @@ -388,18 +460,18 @@ StScrollBar { spacing: 12px; } .window-caption { - background-color: rgba(7, 54, 66, 0.95); - border: 1px solid rgba(7, 54, 66, 0.95); - color: #657b83; + background-color: rgba(53, 57, 69, 0.95); + border: 1px solid rgba(53, 57, 69, 0.95); + color: #BAC3CF; spacing: 25px; border-radius: 2px; font-size: 9pt; padding: 5px 8px; -cinnamon-caption-spacing: 4px; } .window-caption#selected { - background-color: #268bd2; - color: #fdf6e3; - border: 1px solid #268bd2; + background-color: #5294e2; + color: #ffffff; + border: 1px solid #5294e2; spacing: 25px; } .expo-workspaces-name-entry, @@ -409,31 +481,31 @@ StScrollBar { font-size: 9pt; padding: 5px 8px; -cinnamon-caption-spacing: 4px; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .expo-workspaces-name-entry:focus, .expo-workspaces-name-entry#selected:focus { - border: 1px solid #268bd2; - background-color: #268bd2; - color: #fdf6e3; + border: 1px solid #5294e2; + background-color: #5294e2; + color: #ffffff; font-style: italic; transition-duration: 300; - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + selection-background-color: #ffffff; + selected-color: #5294e2; } .expo-workspace-thumbnail-frame { border: 4px solid rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); border-radius: 2px; } .expo-workspace-thumbnail-frame#active { - border: 4px solid #268bd2; + border: 4px solid #5294e2; background-color: black; border-radius: 2px; } .expo-background { - background-color: #073642; } + background-color: #353945; } .workspace-thumbnails { spacing: 26px; } @@ -499,9 +571,9 @@ StScrollBar { padding-bottom: 14px; } .about-scrollBox { - border: 1px solid #001317; + border: 1px solid #2b2e39; border-radius: 2px; - background-color: #073642; + background-color: #404552; padding: 4px; padding-right: 0; border-radius: 0; } @@ -524,7 +596,7 @@ StScrollBar { spacing-columns: 0px; } .calendar-month-label { - color: #657b83; + color: #D3DAE3; font-weight: bold; padding: 8px 0; } @@ -563,7 +635,7 @@ StScrollBar { padding: .4em 1.75em; font-weight: bold; text-align: center; - color: #657b83; + color: #D3DAE3; border-radius: 2px; } .calendar-day-base { @@ -576,13 +648,13 @@ StScrollBar { border-radius: 12.5px; } .calendar-day-heading { - color: rgba(101, 123, 131, 0.85); + color: rgba(211, 218, 227, 0.85); margin-top: 1em; font-size: 70%; } .calendar-day { border-width: 0; - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .calendar-day-top { border-top-width: 0; } @@ -591,7 +663,7 @@ StScrollBar { border-left-width: 0; } .calendar-nonwork-day { - color: #657b83; + color: #D3DAE3; background-color: transparent; font-weight: bold; } @@ -600,14 +672,18 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-width: 0; } .calendar-other-month-day { - color: rgba(101, 123, 131, 0.3); + color: rgba(211, 218, 227, 0.3); opacity: 1; } +.calendar-week-number { + color: rgba(211, 218, 227, 0.7); + font-size: 80%; } + #notification { border-radius: 3px; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -616,15 +692,21 @@ StScrollBar { spacing-columns: 10px; margin-from-right-edge-of-screen: 20px; width: 34em; - color: #657b83; } + color: #BAC3CF; } + .menu #notification, .popup-menu #notification { - color: #657b83; border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + .menu #notification, .menu #notification.multi-line-notification, + .popup-menu #notification, + .popup-menu #notification.multi-line-notification { + color: #D3DAE3; } + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button { padding: 5px; } #notification.multi-line-notification { padding-bottom: 13px; - color: #657b83; } + color: #BAC3CF; } #notification-scrollview { max-height: 10em; } #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { @@ -640,7 +722,7 @@ StScrollBar { .notification-with-image { min-height: 159px; - color: #657b83; } + color: #BAC3CF; } .notification-button, .notification-icon-button { padding: 5px; } @@ -653,7 +735,7 @@ StScrollBar { spacing: 16px; } .switcher-list { - color: #657b83; + color: #BAC3CF; background: none; border: none; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -668,11 +750,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { - color: #fdf6e3; - background-color: #268bd2; - border: 0px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 0px solid #5294e2; } .switcher-list .thumbnail { width: 256px; } .switcher-list .thumbnail-box { @@ -684,7 +766,7 @@ StScrollBar { .switcher-arrow { border-color: transparent; - color: #657b83; } + color: #BAC3CF; } .switcher-arrow:highlighted { border-color: transparent; color: white; } @@ -716,8 +798,8 @@ StScrollBar { background-color: white; } .modal-dialog { - color: #657b83; - background-color: rgba(0, 43, 54, 0); + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0); border: none; border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; padding: 0 5px 6px 5px; } @@ -743,10 +825,10 @@ StScrollBar { .run-dialog-label { font-size: 0; font-weight: bold; - color: #657b83; + color: #BAC3CF; padding-bottom: 0; } .run-dialog-error-label { - color: #dc322f; } + color: #FC4138; } .run-dialog-error-box { padding-top: 15px; spacing: 5px; } @@ -757,17 +839,17 @@ StScrollBar { width: 21em; padding: 7px; border-radius: 3px; - caret-color: #657b83; - selected-color: #fdf6e3; - selection-background-color: #268bd2; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + caret-color: #BAC3CF; + selected-color: #ffffff; + selection-background-color: #5294e2; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .run-dialog-entry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .run-dialog .modal-dialog-button-box { border: none; @@ -780,7 +862,7 @@ StScrollBar { icon-size: 48px; } .mount-password-reask { - color: #cb4b16; } + color: #F27835; } .show-processes-dialog, .mount-question-dialog { @@ -831,7 +913,7 @@ StScrollBar { border-width: 0px; } #keyboard { - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.4); } @@ -850,31 +932,31 @@ StScrollBar { font-weight: bold; border-radius: 3px; box-shadow: none; - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .keyboard-key:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - border: 1px solid #268bd2; - background-color: #268bd2; } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid #5294e2; + background-color: #5294e2; } .keyboard-key:grayed { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .keyboard-subkeys { - color: #657b83; + color: #BAC3CF; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -885,8 +967,8 @@ StScrollBar { margin: auto; padding: 10px; transition-duration: 300; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .menu-favorites-button { padding: 10px; @@ -930,7 +1012,7 @@ StScrollBar { border-radius: 2px; } .menu-category-button-greyed { padding: 7px; - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); border: 1px solid transparent; } .menu-category-button-label:ltr { padding-left: 5px; } @@ -962,11 +1044,11 @@ StScrollBar { width: 250px; height: 15px; font-weight: normal; - caret-color: #657b83; } + caret-color: #D3DAE3; } .menu-search-entry-icon { icon-size: 1em; - color: #657b83; } + color: #D3DAE3; } /* Context menu (at the moment only for favorites) */ .info-osd { @@ -997,7 +1079,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #268bd2; } + color: #5294e2; } .window-list-box { spacing: 6px; @@ -1006,6 +1088,11 @@ StScrollBar { padding-top: 1px; } .panel-top .window-list-box { padding-bottom: 1px; } + .window-list-box.vertical { + spacing: 4px; + padding: 10px 0; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } .window-list-item-label { font-weight: bold; @@ -1015,6 +1102,7 @@ StScrollBar { .window-list-item-box { font-weight: bold; background-image: none; + padding-top: 0; padding-left: 8px; padding-right: 8px; transition-duration: 100; @@ -1027,10 +1115,17 @@ StScrollBar { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; } + .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; } + .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; } + .window-list-item-box.right, .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } .window-list-item-demands-attention { - background-gradient-start: #cb4b16; - background-gradient-end: #cb4b16; } + background-gradient-start: #F27835; + background-gradient-end: #F27835; } .sound-button { width: 22px; @@ -1097,30 +1192,30 @@ StScrollBar { height: 70px; padding: 15px; spacing: 0.5em; - background: rgba(5, 35, 43, 0.85); - border: 0px solid rgba(2, 16, 20, 0.95); + background: rgba(42, 45, 55, 0.85); + border: 0px solid rgba(31, 33, 40, 0.95); border-bottom: 1px; - color: #657b83; } + color: #BAC3CF; } .sound-player-overlay StButton { width: 22px; height: 13px; padding: 5px; - color: #657b83; + color: #BAC3CF; border-radius: 2px; - border: 1px solid rgba(7, 54, 66, 0); } + border: 1px solid rgba(53, 57, 69, 0); } .sound-player-overlay StButton StIcon { icon-size: 16px; } .sound-player-overlay StButton:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .sound-player-overlay StButton:active { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px #268bd2; } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } .sound-player-overlay StBoxLayout { padding-top: 2px; } .sound-player .slider { @@ -1128,9 +1223,9 @@ StScrollBar { padding: 0; border: none; -slider-height: 0.5em; - -slider-background-color: #00171d; + -slider-background-color: #2d303b; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0px; -slider-handle-radius: 0px; } @@ -1147,14 +1242,14 @@ StScrollBar { .workspace-button { width: 20px; height: 10px; - color: #fdf6e3; + color: #ffffff; padding: 3px; padding-top: 4px; transition-duration: 300; } .workspace-button:outlined, .workspace-button:outlined:hover { - color: #268bd2; } + color: #5294e2; } .workspace-button:hover { - color: rgba(38, 139, 210, 0.5); } + color: rgba(82, 148, 226, 0.5); } /* Controls the style when using the "Visual representation" option */ .workspace-graph { @@ -1167,35 +1262,49 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.2); } .workspace-graph .workspace:active { - border: 1px solid #268bd2; + border: 1px solid #5294e2; background-gradient-direction: none; } .workspace-graph .workspace .windows { - -active-window-background: rgba(12, 93, 113, 0.95); + -active-window-background: rgba(76, 82, 99, 0.95); -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(12, 93, 113, 0.95); + -inactive-window-background: rgba(76, 82, 99, 0.95); -inactive-window-border: rgba(0, 0, 0, 0.8); } .workspace-graph .workspace:active .windows { - -active-window-background: rgba(14, 112, 137, 0.95); + -active-window-background: rgba(87, 93, 113, 0.95); -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(7, 55, 67, 0.95); + -inactive-window-background: rgba(54, 58, 70, 0.95); -inactive-window-border: rgba(0, 0, 0, 0.8); } #panel-launchers-box { padding-left: 7px; } + #panel-launchers-box.vertical { + padding: 2px 0; } -.panel-launcher { +.panel-launcher, +.launcher { margin: 1px; padding: 1px; transition-duration: 200; } - .panel-launcher:hover { + .panel-launcher:hover, + .launcher:hover { background-gradient-direction: none; - border: 0px solid #268bd2; } - .panel-bottom .panel-launcher:hover { + border: 0px solid #5294e2; } + .panel-bottom .panel-launcher:hover, .panel-bottom + .launcher:hover { border-bottom-width: 1px; } - .panel-top .panel-launcher:hover { + .panel-top .panel-launcher:hover, .panel-top + .launcher:hover { border-top-width: 1px; } + .panel-left .panel-launcher:hover, .panel-left + .launcher:hover { + border-left-width: 1px; + padding-left: 0; } + .panel-right .panel-launcher:hover, .panel-right + .launcher:hover { + border-right-width: 1px; + padding-right: 0; } #overview-corner { background-image: url("common-assets/misc/overview.png"); } @@ -1215,22 +1324,28 @@ StScrollBar { color: white; text-shadow: none; transition-duration: 100; } + .applet-box.vertical { + padding: 3px 0; } .applet-box:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } .applet-label { font-weight: bold; color: white; } .applet-label:hover, .applet-box:hover > .applet-label { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .applet-icon { color: white; icon-size: 22px; } .applet-icon:hover, .applet-box:hover > .applet-icon { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .user-icon { @@ -1241,39 +1356,45 @@ StScrollBar { border-radius: 0; } .user-label { - color: #657b83; + color: #D3DAE3; font-size: 1em; font-weight: bold; margin: 0px; } .desklet { - color: #657b83; } + color: #BAC3CF; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } .desklet-with-borders { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; padding: 12px; padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } .desklet-with-borders-and-header { border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; border-radius: 0; border-radius-topleft: 0; border-radius-topright: 0; padding: 12px; padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } .desklet-header { border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; font-size: 1em; padding: 12px; padding-bottom: 6px; } .desklet-drag-placeholder { - border: 2px solid #268bd2; - background-color: rgba(38, 139, 210, 0.3); } + border: 2px solid #5294e2; + background-color: rgba(82, 148, 226, 0.3); } .photoframe-box { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; padding: 12px; padding-bottom: 16px; } @@ -1292,8 +1413,8 @@ StScrollBar { .tile-preview, .tile-preview.snap, .tile-hud, .tile-hud.snap { - background-color: rgba(38, 139, 210, 0.3); - border: 1px solid #268bd2; } + background-color: rgba(82, 148, 226, 0.3); + border: 1px solid #5294e2; } .xkcd-box { padding: 6px; diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css index b10b45a..036f39d 100644 --- a/common/cinnamon/cinnamon.css +++ b/common/cinnamon/cinnamon.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; stage { font-family: Futura Bk bt, sans, Sans-Serif; font-size: 9pt; @@ -7,45 +6,73 @@ stage { .label-shadow { color: transparent; } -.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button { +.menu #notification .notification-button, .menu #notification .notification-icon-button, +.popup-menu #notification .notification-button, +.popup-menu #notification .notification-icon-button, .sound-button { min-height: 20px; padding: 5px 32px; transition-duration: 0; - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { border-radius: 2px; } - .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, + .popup-menu #notification .notification-button:focus, + .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #268bd2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); + .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, + .popup-menu #notification .notification-button:hover, + .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, + .popup-menu #notification .notification-button:hover:focus, + .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #268bd2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px #268bd2; } - .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { - text-shadow: 0 1px rgba(253, 246, 227, 0); + .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, + .popup-menu #notification .notification-button:active, + .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, + .popup-menu #notification .notification-button:active:focus, + .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } + .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, + .popup-menu #notification .notification-button:insensitive, + .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(101, 123, 131, 0.55); + border: 1px solid rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } @@ -54,75 +81,80 @@ stage { padding: 5px 32px; transition-duration: 0; border-radius: 2px; - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus { - color: #268bd2; } + color: #5294e2; } .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - border: 1px solid #268bd2; - background-color: #268bd2; } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #5294e2; + background-color: #5294e2; } .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } +.menu #notification StEntry, .popup-menu #notification StEntry, #menu-search-entry { padding: 7px; caret-size: 1px; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; color: #5c616c; - background-color: #fdf6e3; - border: 1px solid #657b83; - box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } - .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .menu #notification StEntry:focus, + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, + .popup-menu #notification StEntry:hover, #menu-search-entry:hover { color: #5c616c; - background-color: #fdf6e3; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } + background-color: #ffffff; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { color: rgba(92, 97, 108, 0.55); - background-color: #f9f6ec; - border-color: 1px solid #a6b2b7; - box-shadow: inset 0 2px 4px rgba(249, 246, 236, 0.05); } + background-color: #fbfbfb; + border-color: 1px solid #e0e4ee; + box-shadow: inset 0 2px 4px rgba(251, 251, 251, 0.05); } + .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { icon-size: 16px; - warning-color: #cb4b16; + warning-color: #F27835; padding: 0 4px; } .notification StEntry { padding: 7px; caret-size: 1px; - caret-color: #657b83; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + caret-color: #BAC3CF; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); - border: 1px solid rgba(1, 9, 11, 0.35); + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } StScrollView.vfade { @@ -137,7 +169,7 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 2px; @@ -147,7 +179,7 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #268bd2; } + background-color: #5294e2; } .separator { -gradient-height: 1px; @@ -159,9 +191,9 @@ StScrollBar { .popup-slider-menu-item, .slider { -slider-height: 4px; - -slider-background-color: #657b83; + -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 4px; @@ -174,7 +206,7 @@ StScrollBar { .popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #fdf6e3; } + -slider-active-background-color: #ffffff; } .check-box CinnamonGenericContainer { spacing: .2em; @@ -235,58 +267,72 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .cinnamon-link { - color: #1e6ea7; + color: #2679db; text-decoration: underline; } .cinnamon-link:hover { - color: #268bd2; } + color: #5294e2; } #Tooltip { border-radius: 3px; padding: 5px 12px; - background-color: rgba(7, 54, 66, 0.95); - color: #657b83; + background-color: rgba(53, 57, 69, 0.95); + color: #BAC3CF; font-size: 1em; font-weight: normal; text-align: center; } +.menu, .popup-menu, .popup-combo-menu { - color: white; - min-width: 200px; color: #5c616c; border-image: url("light-assets/menu/menu.svg") 9 9 9 9; } + .menu-arrow, .popup-menu-arrow { icon-size: 16px; } + .menu .popup-sub-menu, .popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu { background-gradient-direction: none; box-shadow: none; border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; } + .menu .popup-sub-menu .popup-menu-item:ltr, .popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { padding-right: 0em; } + .menu .popup-sub-menu .popup-menu-item:rtl, .popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { padding-left: 0em; } + .menu .popup-sub-menu StScrollBar, .popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar { padding: 4px; } - .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { border-width: 0; } + .menu .popup-menu-content, .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { padding: 1em 0em 1em 0em; } + .menu .popup-menu-item, .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { padding: .4em 1.75em; spacing: 1em; } + .menu .popup-menu-item:active, .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active { - color: #fdf6e3; + color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } + .menu .popup-menu-item:insensitive, .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive { color: rgba(92, 97, 108, 0.5); background: none; } + .menu .popup-inactive-menu-item, .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item { color: #5c616c; } + .menu .popup-inactive-menu-item:insensitive, .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive { color: rgba(92, 97, 108, 0.55); } + .menu .popup-menu-item:active .popup-inactive-menu-item, .popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: #fdf6e3; } + color: #ffffff; } + .menu-icon, .popup-menu-icon { icon-size: 16px; } @@ -309,7 +355,7 @@ StScrollBar { margin: 10px 0px; background-color: transparent; border: none; - border-image: url("common-assets/menu-separator.svg") 1 1 1 1; } + border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } .popup-alternating-menu-item:alternate { font-weight: normal; } @@ -325,28 +371,43 @@ StScrollBar { #panel { font-weight: bold; - height: 2.1em; - min-height: 27px; } + height: 27px; + width: 32px; } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } #panelLeft { spacing: 4px; } #panelLeft:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(255, 0, 0, 0.05); background-gradient-end: rgba(255, 0, 0, 0.2); } - #panelLeft:ltr · { + #panelLeft:ltr { padding-right: 4px; } - #panelLeft:rtl · { + #panelLeft:rtl { padding-left: 4px; } + #panelLeft.vertical { + padding: 0; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } #panelRight:dnd { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 255, 0.05); background-gradient-end: rgba(0, 0, 255, 0.2); } - #panelRight:ltr · { + #panelRight:ltr { padding-left: 4px; spacing: 0px; } - #panelRight:rtl · { + #panelRight:rtl { padding-right: 4px; spacing: 0px; } + #panelRight.vertical { + padding: 0; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } #panelCenter { spacing: 4px; } #panelCenter:dnd { @@ -354,7 +415,7 @@ StScrollBar { background-gradient-start: rgba(0, 255, 0, 0.05); background-gradient-end: rgba(0, 255, 0, 0.2); } -.panel-top, .panel-bottom { +.panel-top, .panel-bottom, .panel-left, .panel-right { color: white; font-size: 1em; padding: 0px; } @@ -365,8 +426,19 @@ StScrollBar { .panel-bottom { border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-left { + border-image: url("common-assets/panel/panel-left.svg") 1 1 1 1; } + +.panel-right { + border-image: url("common-assets/panel/panel-right.svg") 1 1 1 1; } + +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } + .panel-status-button { - border-widht: 0; + border-width: 0; -natural-hpadding: 3px; -minimum-hpadding: 3px; font-weight: bold; @@ -388,18 +460,18 @@ StScrollBar { spacing: 12px; } .window-caption { - background-color: rgba(7, 54, 66, 0.95); - border: 1px solid rgba(7, 54, 66, 0.95); - color: #657b83; + background-color: rgba(53, 57, 69, 0.95); + border: 1px solid rgba(53, 57, 69, 0.95); + color: #BAC3CF; spacing: 25px; border-radius: 2px; font-size: 9pt; padding: 5px 8px; -cinnamon-caption-spacing: 4px; } .window-caption#selected { - background-color: #268bd2; - color: #fdf6e3; - border: 1px solid #268bd2; + background-color: #5294e2; + color: #ffffff; + border: 1px solid #5294e2; spacing: 25px; } .expo-workspaces-name-entry, @@ -409,31 +481,31 @@ StScrollBar { font-size: 9pt; padding: 5px 8px; -cinnamon-caption-spacing: 4px; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .expo-workspaces-name-entry:focus, .expo-workspaces-name-entry#selected:focus { - border: 1px solid #268bd2; - background-color: #268bd2; - color: #fdf6e3; + border: 1px solid #5294e2; + background-color: #5294e2; + color: #ffffff; font-style: italic; transition-duration: 300; - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + selection-background-color: #ffffff; + selected-color: #5294e2; } .expo-workspace-thumbnail-frame { border: 4px solid rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); border-radius: 2px; } .expo-workspace-thumbnail-frame#active { - border: 4px solid #268bd2; + border: 4px solid #5294e2; background-color: black; border-radius: 2px; } .expo-background { - background-color: #073642; } + background-color: #353945; } .workspace-thumbnails { spacing: 26px; } @@ -501,7 +573,7 @@ StScrollBar { .about-scrollBox { border: 1px solid #dcdfe3; border-radius: 2px; - background-color: #fdf6e3; + background-color: #ffffff; padding: 4px; padding-right: 0; border-radius: 0; } @@ -600,14 +672,18 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-width: 0; } .calendar-other-month-day { color: rgba(92, 97, 108, 0.3); opacity: 1; } +.calendar-week-number { + color: rgba(92, 97, 108, 0.7); + font-size: 80%; } + #notification { border-radius: 3px; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -616,15 +692,21 @@ StScrollBar { spacing-columns: 10px; margin-from-right-edge-of-screen: 20px; width: 34em; - color: #657b83; } + color: #BAC3CF; } + .menu #notification, .popup-menu #notification { - color: #5c616c; border-image: url("light-assets/misc/message.svg") 9 9 9 9; } - .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + .menu #notification, .menu #notification.multi-line-notification, + .popup-menu #notification, + .popup-menu #notification.multi-line-notification { + color: #5c616c; } + .menu #notification .notification-button, .menu #notification .notification-icon-button, + .popup-menu #notification .notification-button, + .popup-menu #notification .notification-icon-button { padding: 5px; } #notification.multi-line-notification { padding-bottom: 13px; - color: #657b83; } + color: #BAC3CF; } #notification-scrollview { max-height: 10em; } #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { @@ -640,7 +722,7 @@ StScrollBar { .notification-with-image { min-height: 159px; - color: #657b83; } + color: #BAC3CF; } .notification-button, .notification-icon-button { padding: 5px; } @@ -653,7 +735,7 @@ StScrollBar { spacing: 16px; } .switcher-list { - color: #657b83; + color: #BAC3CF; background: none; border: none; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -668,11 +750,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { - color: #fdf6e3; - background-color: #268bd2; - border: 0px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 0px solid #5294e2; } .switcher-list .thumbnail { width: 256px; } .switcher-list .thumbnail-box { @@ -684,7 +766,7 @@ StScrollBar { .switcher-arrow { border-color: transparent; - color: #657b83; } + color: #BAC3CF; } .switcher-arrow:highlighted { border-color: transparent; color: white; } @@ -743,10 +825,10 @@ StScrollBar { .run-dialog-label { font-size: 0; font-weight: bold; - color: #657b83; + color: #BAC3CF; padding-bottom: 0; } .run-dialog-error-label { - color: #dc322f; } + color: #FC4138; } .run-dialog-error-box { padding-top: 15px; spacing: 5px; } @@ -757,17 +839,17 @@ StScrollBar { width: 21em; padding: 7px; border-radius: 3px; - caret-color: #657b83; - selected-color: #fdf6e3; - selection-background-color: #268bd2; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + caret-color: #BAC3CF; + selected-color: #ffffff; + selection-background-color: #5294e2; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .run-dialog-entry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .run-dialog .modal-dialog-button-box { border: none; @@ -780,7 +862,7 @@ StScrollBar { icon-size: 48px; } .mount-password-reask { - color: #cb4b16; } + color: #F27835; } .show-processes-dialog, .mount-question-dialog { @@ -831,7 +913,7 @@ StScrollBar { border-width: 0px; } #keyboard { - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.4); } @@ -850,31 +932,31 @@ StScrollBar { font-weight: bold; border-radius: 3px; box-shadow: none; - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .keyboard-key:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - border: 1px solid #268bd2; - background-color: #268bd2; } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #5294e2; + background-color: #5294e2; } .keyboard-key:grayed { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .keyboard-subkeys { - color: #657b83; + color: #BAC3CF; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -997,7 +1079,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #268bd2; } + color: #5294e2; } .window-list-box { spacing: 6px; @@ -1006,6 +1088,11 @@ StScrollBar { padding-top: 1px; } .panel-top .window-list-box { padding-bottom: 1px; } + .window-list-box.vertical { + spacing: 4px; + padding: 10px 0; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } .window-list-item-label { font-weight: bold; @@ -1015,6 +1102,7 @@ StScrollBar { .window-list-item-box { font-weight: bold; background-image: none; + padding-top: 0; padding-left: 8px; padding-right: 8px; transition-duration: 100; @@ -1027,10 +1115,17 @@ StScrollBar { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; } + .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; } + .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus { + border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; } + .window-list-item-box.right, .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } .window-list-item-demands-attention { - background-gradient-start: #cb4b16; - background-gradient-end: #cb4b16; } + background-gradient-start: #F27835; + background-gradient-end: #F27835; } .sound-button { width: 22px; @@ -1097,30 +1192,30 @@ StScrollBar { height: 70px; padding: 15px; spacing: 0.5em; - background: rgba(5, 35, 43, 0.85); - border: 0px solid rgba(2, 16, 20, 0.95); + background: rgba(42, 45, 55, 0.85); + border: 0px solid rgba(31, 33, 40, 0.95); border-bottom: 1px; - color: #657b83; } + color: #BAC3CF; } .sound-player-overlay StButton { width: 22px; height: 13px; padding: 5px; - color: #657b83; + color: #BAC3CF; border-radius: 2px; - border: 1px solid rgba(7, 54, 66, 0); } + border: 1px solid rgba(53, 57, 69, 0); } .sound-player-overlay StButton StIcon { icon-size: 16px; } .sound-player-overlay StButton:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .sound-player-overlay StButton:active { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px #268bd2; } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } .sound-player-overlay StBoxLayout { padding-top: 2px; } .sound-player .slider { @@ -1128,9 +1223,9 @@ StScrollBar { padding: 0; border: none; -slider-height: 0.5em; - -slider-background-color: #657b83; + -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0px; -slider-handle-radius: 0px; } @@ -1147,14 +1242,14 @@ StScrollBar { .workspace-button { width: 20px; height: 10px; - color: #fdf6e3; + color: #ffffff; padding: 3px; padding-top: 4px; transition-duration: 300; } .workspace-button:outlined, .workspace-button:outlined:hover { - color: #268bd2; } + color: #5294e2; } .workspace-button:hover { - color: rgba(38, 139, 210, 0.5); } + color: rgba(82, 148, 226, 0.5); } /* Controls the style when using the "Visual representation" option */ .workspace-graph { @@ -1167,35 +1262,49 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.2); } .workspace-graph .workspace:active { - border: 1px solid #268bd2; + border: 1px solid #5294e2; background-gradient-direction: none; } .workspace-graph .workspace .windows { - -active-window-background: rgba(12, 93, 113, 0.95); + -active-window-background: rgba(76, 82, 99, 0.95); -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(12, 93, 113, 0.95); + -inactive-window-background: rgba(76, 82, 99, 0.95); -inactive-window-border: rgba(0, 0, 0, 0.8); } .workspace-graph .workspace:active .windows { - -active-window-background: rgba(14, 112, 137, 0.95); + -active-window-background: rgba(87, 93, 113, 0.95); -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(7, 55, 67, 0.95); + -inactive-window-background: rgba(54, 58, 70, 0.95); -inactive-window-border: rgba(0, 0, 0, 0.8); } #panel-launchers-box { padding-left: 7px; } + #panel-launchers-box.vertical { + padding: 2px 0; } -.panel-launcher { +.panel-launcher, +.launcher { margin: 1px; padding: 1px; transition-duration: 200; } - .panel-launcher:hover { + .panel-launcher:hover, + .launcher:hover { background-gradient-direction: none; - border: 0px solid #268bd2; } - .panel-bottom .panel-launcher:hover { + border: 0px solid #5294e2; } + .panel-bottom .panel-launcher:hover, .panel-bottom + .launcher:hover { border-bottom-width: 1px; } - .panel-top .panel-launcher:hover { + .panel-top .panel-launcher:hover, .panel-top + .launcher:hover { border-top-width: 1px; } + .panel-left .panel-launcher:hover, .panel-left + .launcher:hover { + border-left-width: 1px; + padding-left: 0; } + .panel-right .panel-launcher:hover, .panel-right + .launcher:hover { + border-right-width: 1px; + padding-right: 0; } #overview-corner { background-image: url("common-assets/misc/overview.png"); } @@ -1215,22 +1324,28 @@ StScrollBar { color: white; text-shadow: none; transition-duration: 100; } + .applet-box.vertical { + padding: 3px 0; } .applet-box:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } .applet-label { font-weight: bold; color: white; } .applet-label:hover, .applet-box:hover > .applet-label { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .applet-icon { color: white; icon-size: 22px; } .applet-icon:hover, .applet-box:hover > .applet-icon { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .user-icon { @@ -1247,33 +1362,39 @@ StScrollBar { margin: 0px; } .desklet { - color: #657b83; } + color: #BAC3CF; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } .desklet-with-borders { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; padding: 12px; padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } .desklet-with-borders-and-header { border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; border-radius: 0; border-radius-topleft: 0; border-radius-topright: 0; padding: 12px; padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } .desklet-header { border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; font-size: 1em; padding: 12px; padding-bottom: 6px; } .desklet-drag-placeholder { - border: 2px solid #268bd2; - background-color: rgba(38, 139, 210, 0.3); } + border: 2px solid #5294e2; + background-color: rgba(82, 148, 226, 0.3); } .photoframe-box { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #657b83; + color: #BAC3CF; padding: 12px; padding-bottom: 16px; } @@ -1292,8 +1413,8 @@ StScrollBar { .tile-preview, .tile-preview.snap, .tile-hud, .tile-hud.snap { - background-color: rgba(38, 139, 210, 0.3); - border: 1px solid #268bd2; } + background-color: rgba(82, 148, 226, 0.3); + border: 1px solid #5294e2; } .xkcd-box { padding: 6px; diff --git a/common/cinnamon/common-assets/panel/panel-left.svg b/common/cinnamon/common-assets/panel/panel-left.svg new file mode 100644 index 0000000..e5796b2 --- /dev/null +++ b/common/cinnamon/common-assets/panel/panel-left.svg @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="27" + height="27" + viewBox="0 0 27 27" + id="svg4196" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="panel-left.svg"> + <defs + id="defs4198" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="4.4037501" + inkscape:cy="17.013621" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4762" /> + </sodipodi:namedview> + <metadata + id="metadata4201"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1025.3622)"> + <g + id="g4136" + transform="matrix(0,-1,1,0,-1025.3622,1052.3622)"> + <rect + y="1025.3622" + x="0" + height="26" + width="27" + id="rect4713" + style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="1051.3622" + x="0" + height="1" + width="27" + id="rect4713-4" + style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/common/cinnamon/common-assets/panel/panel-right.svg b/common/cinnamon/common-assets/panel/panel-right.svg new file mode 100644 index 0000000..09f1889 --- /dev/null +++ b/common/cinnamon/common-assets/panel/panel-right.svg @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="27" + height="27" + viewBox="0 0 27 27" + id="svg4196" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="panel-right.svg"> + <defs + id="defs4198" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="4.4037501" + inkscape:cy="17.013621" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4762" /> + </sodipodi:namedview> + <metadata + id="metadata4201"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1025.3622)"> + <g + id="g4136" + transform="matrix(0,-1,-1,0,1052.3622,1052.3622)"> + <rect + y="1025.3622" + x="0" + height="26" + width="27" + id="rect4713" + style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="1051.3622" + x="0" + height="1" + width="27" + id="rect4713-4" + style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/common/cinnamon/common-assets/panel/window-list-active-left.svg b/common/cinnamon/common-assets/panel/window-list-active-left.svg new file mode 100644 index 0000000..fecc258 --- /dev/null +++ b/common/cinnamon/common-assets/panel/window-list-active-left.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="4" + height="28" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="window-list-active-left.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#ffffff" + bordercolor="#808080" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="9.884764" + inkscape:cx="6.9544689" + inkscape:cy="5.3696817" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1600" + inkscape:window-height="851" + inkscape:window-x="0" + inkscape:window-y="24" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-maximized="1" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922" + inkscape:snap-smooth-nodes="false" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4137" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4139" + x1="14" + y1="298" + x2="14" + y2="300" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(272,-300)" /> + </defs> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title></dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-272)"> + <rect + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="274" + y="-2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/common/cinnamon/common-assets/panel/window-list-active-right.svg b/common/cinnamon/common-assets/panel/window-list-active-right.svg new file mode 100644 index 0000000..1f78f1d --- /dev/null +++ b/common/cinnamon/common-assets/panel/window-list-active-right.svg @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + width="4" + height="28" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + sodipodi:docname="window-list-active-right.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline;enable-background:new"> + <sodipodi:namedview + stroke="#ef2929" + fill="#f57900" + id="base" + pagecolor="#ffffff" + bordercolor="#808080" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="9.884764" + inkscape:cx="6.9544689" + inkscape:cy="5.3696817" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="1600" + inkscape:window-height="851" + inkscape:window-x="0" + inkscape:window-y="24" + width="400px" + height="300px" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + gridtolerance="10000" + inkscape:object-nodes="true" + inkscape:snap-grids="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-maximized="1" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="false" + objecttolerance="10000" + guidetolerance="10000" + borderlayer="true" + showborder="true" + guidecolor="#ff0b00" + guideopacity="1" + guidehicolor="#001aff" + guidehiopacity="0.49803922" + inkscape:snap-smooth-nodes="false" + inkscape:snap-page="true"> + <inkscape:grid + type="xygrid" + id="grid3123" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4137" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4139" + x1="14" + y1="298" + x2="14" + y2="300" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(272,-302)" /> + </defs> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="" /> + <dc:title></dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <dc:date /> + <dc:rights> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:publisher> + <dc:identifier /> + <dc:relation /> + <dc:language /> + <dc:coverage /> + <dc:description /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + style="display:inline" + inkscape:groupmode="layer" + inkscape:label="Base" + id="layer1" + transform="translate(0,-272)"> + <rect + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" + id="rect4270-9" + width="24" + height="2" + x="274" + y="-4" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index 6760dcc..51dd4bc 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -267,10 +267,9 @@ StScrollBar { // // Popvers/Menus // +.menu, .popup-menu, %menu { - color: white; - min-width: 200px; color: $fg_color; border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9; @@ -339,7 +338,7 @@ StScrollBar { margin: 10px 0px; background-color: transparent; border: none; - border-image: url("common-assets/menu-separator.svg") 1 1 1 1; + border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } .popup-alternating-menu-item:alternate { @@ -357,8 +356,13 @@ StScrollBar { // #panel { font-weight: bold; - height: 2.1em; - min-height: 27px; + height: 27px; + width: 32px; + + &:highlight { + border-image: none; + background-color: transparentize($error_color, 0.5); + } &Left { spacing: 4px; @@ -368,8 +372,15 @@ StScrollBar { background-gradient-start: rgba(255,0,0,0.05); background-gradient-end: rgba(255,0,0,0.2); } - &:ltr ·{ padding-right: 4px; } - &:rtl ·{ padding-left: 4px; } + &:ltr { padding-right: 4px; } + &:rtl { padding-left: 4px; } + + &.vertical { + padding: 0; + + &:ltr { padding-right: 0px; } + &:rtl { padding-left: 0px; } + } } &Right { @@ -379,8 +390,15 @@ StScrollBar { background-gradient-start: rgba(0,0,255,0.05); background-gradient-end: rgba(0,0,255,0.2); } - &:ltr ·{ padding-left: 4px; spacing: 0px; } - &:rtl ·{ padding-right: 4px; spacing: 0px; } + &:ltr { padding-left: 4px; spacing: 0px; } + &:rtl { padding-right: 4px; spacing: 0px; } + + &.vertical { + padding: 0; + + &:ltr { padding-right: 0px; } + &:rtl { padding-left: 0px; } + } } &Center { @@ -397,7 +415,7 @@ StScrollBar { .panel { $_panel_fg_color: $_shell_fg_color; - &-top, &-bottom { + &-top, &-bottom, &-left, &-right { color: $_panel_fg_color; font-size: 1em; padding: 0px; @@ -405,9 +423,17 @@ StScrollBar { &-top { border-image: url('common-assets/panel/panel-top.svg') 1 1 1 1; } &-bottom { border-image: url('common-assets/panel/panel-bottom.svg') 1 1 1 1; } + &-left { border-image: url('common-assets/panel/panel-left.svg') 1 1 1 1; } + &-right { border-image: url('common-assets/panel/panel-right.svg') 1 1 1 1; } + + &-dummy { + background-color: transparentize($error_color, 0.5); + + &:entered { background-color: transparentize($error_color, 0.4); } + } &-status-button { - border-widht: 0; + border-width: 0; -natural-hpadding: 3px; -minimum-hpadding: 3px; font-weight: bold; @@ -716,6 +742,11 @@ StScrollBar { opacity: 1; } +.calendar-week-number { + color: transparentize($fg_color, 0.3); + font-size: 80%; +} + // // Notifications // @@ -729,8 +760,9 @@ StScrollBar { width: 34em; color: $osd_fg_color; + .menu &, .popup-menu & { - color: $fg_color; + &, &.multi-line-notification { color: $fg_color; } border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9; .notification-button, .notification-icon-button { @@ -1226,6 +1258,13 @@ StScrollBar { .panel-bottom & { padding-top: 1px; } .panel-top & { padding-bottom: 1px; } + + &.vertical { + spacing: 4px; + padding: 10px 0; + } + + &:highlight { background-color: transparentize($error_color, 0.5); } } &-item-label { @@ -1237,6 +1276,7 @@ StScrollBar { &-item-box { font-weight: bold; background-image: none; + padding-top: 0; padding-left: 8px; padding-right: 8px; transition-duration: 100; @@ -1250,8 +1290,14 @@ StScrollBar { color: $_shell_fg_color; .panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } - .panel-top & { border-image: url("common-assets/panel/window-list-active-top.svg") 3 3 3 1; } + .panel-left & { border-image: url("common-assets/panel/window-list-active-left.svg") 3 1 3 3; } + .panel-right & { border-image: url("common-assets/panel/window-list-active-right.svg") 1 3 3 3; } + } + + &.right, &.left { + padding-left: 0px; + padding-right: 0px; } } @@ -1445,9 +1491,14 @@ StScrollBar { // #panel-launchers-box { padding-left: 7px; + + &.vertical { + padding: 2px 0; + } } -.panel-launcher { +.panel-launcher, +.launcher { margin: 1px; padding: 1px; transition-duration: 200; @@ -1458,6 +1509,8 @@ StScrollBar { .panel-bottom & { border-bottom-width: 1px; } .panel-top & { border-top-width: 1px; } + .panel-left & { border-left-width: 1px; padding-left: 0; } + .panel-right & { border-right-width: 1px; padding-right: 0; } } } @@ -1488,10 +1541,20 @@ StScrollBar { text-shadow: none; transition-duration: 100; + &.vertical { + padding: 3px 0; + } + &:hover { color: $selected_fg_color; background-color: $selected_bg_color; } + + &:highlight { + background-image: none; + border-image: none; + background-color: transparentize($error_color, 0.5); + } } &-label { @@ -1540,11 +1603,19 @@ StScrollBar { .desklet { color: $osd_fg_color; + &:highlight { + background-color: transparentize($error_color, 0.5); + } + &-with-borders { border-image: url("common-assets/misc/bg.svg") 9 9 9 9; color: $osd_fg_color; padding: 12px; padding-bottom: 16px; + + &:highlight { + background-color: transparentize($error_color, 0.5); + } } &-with-borders-and-header { border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; @@ -1554,6 +1625,10 @@ StScrollBar { border-radius-topright: 0; padding: 12px; padding-bottom: 17px; + + &:highlight { + background-color: transparentize($error_color, 0.5); + } } &-header { border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; diff --git a/common/cinnamon/thumbnail-dark.png b/common/cinnamon/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..abff6d5 --- /dev/null +++ b/common/cinnamon/thumbnail-dark.png diff --git a/common/cinnamon/thumbnail.png b/common/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 0000000..bcc6216 --- /dev/null +++ b/common/cinnamon/thumbnail.png diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index ee66326..27fb030 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -19,7 +19,7 @@ stage { font-family: Futura Bk bt, Cantarell, Sans-Serif; font-size: 9pt; - color: #657b83; } + color: #D3DAE3; } .button { min-height: 20px; @@ -30,93 +30,93 @@ stage { .button, .notification-banner .notification-button, .notification-banner:hover .notification-button, .notification-banner:focus .notification-button, .hotplug-notification-item { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #0a5062; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(10, 80, 98, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: rgba(101, 123, 131, 0.45); - border: 1px solid rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .modal-dialog-button-box .button { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .modal-dialog-button-box .button:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .modal-dialog-button-box .button:focus { - color: #268bd2; } + color: #5294e2; } .modal-dialog-button-box .button:active { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .modal-dialog-button-box .button:insensitive { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } StEntry { padding: 7px; caret-size: 1px; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; - color: #657b83; - background-color: #073642; - border: 1px solid #001317; - box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:focus, StEntry:hover { - color: #657b83; - background-color: #073642; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } + color: #D3DAE3; + background-color: #404552; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:insensitive { - color: rgba(101, 123, 131, 0.45); - background-color: #04313d; - border-color: 1px solid #001e25; - box-shadow: inset 0 2px 4px rgba(4, 49, 61, 0.05); } + color: rgba(211, 218, 227, 0.45); + background-color: #3c414e; + border-color: 1px solid #313440; + box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } StEntry StIcon.capslock-warning { icon-size: 16px; - warning-color: #cb4b16; + warning-color: #F27835; padding: 0 4px; } StScrollView.vfade { @@ -131,23 +131,23 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(7, 54, 66, 0.1); + background-color: rgba(64, 69, 82, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 4px; - background-color: #284b55; + background-color: #767b87; border: 0px solid; margin: 0px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #1e434d; } + background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #268bd2; } + background-color: #5294e2; } .slider { -slider-height: 4px; - -slider-background-color: #001317; + -slider-background-color: #2b2e39; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0px; @@ -158,7 +158,7 @@ StScrollBar { color: transparent; } .popup-menu-item.selected .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #fdf6e3; } + -slider-active-background-color: #ffffff; } .check-box StBoxLayout { spacing: .8em; } @@ -190,9 +190,9 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .shell-link { - color: #78b9e6; } + color: #a9caf1; } .shell-link:hover { - color: #a3cfee; } + color: #d5e5f8; } .headline { font-size: 110%; } @@ -204,8 +204,8 @@ StScrollBar { background-color: white; } .modal-dialog { - color: #657b83; - background-color: rgba(0, 43, 54, 0); + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0); border: none; border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; padding: 0 5px 6px 5px; } @@ -235,7 +235,7 @@ StScrollBar { .end-session-dialog-subject { font-size: 11pt; font-weight: bold; - color: #657b83; } + color: #D3DAE3; } .end-session-dialog { spacing: 42px; } @@ -252,7 +252,7 @@ StScrollBar { text-align: right; } .end-session-dialog-warning { width: 28em; - color: #cb4b16; + color: #F27835; padding-top: 6px; } .end-session-dialog-warning:rtl { text-align: right; } @@ -263,7 +263,7 @@ StScrollBar { height: 48px; background-size: contain; } .end-session-dialog-shutdown-icon { - color: #657b83; + color: #D3DAE3; width: 48px; height: 48px; } .end-session-dialog-inhibitor-layout { @@ -282,20 +282,20 @@ StScrollBar { .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { font-weight: bold; } .end-session-dialog-app-list-item-description { - color: #708891; + color: #e3e7ed; font-size: 8pt; } .end-session-dialog .button:last-child { color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .end-session-dialog .button:last-child:hover { color: white; - background-color: #e35956; - border-color: #e35956; } + background-color: #f47479; + border-color: #f47479; } .end-session-dialog .button:last-child:active { color: white; - background-color: #cf2623; - border-color: #cf2623; } + background-color: #ee3239; + border-color: #ee3239; } .shell-mount-operation-icon { icon-size: 48px; } @@ -336,9 +336,9 @@ StScrollBar { padding-left: 32px; } .show-processes-dialog-app-list-item { - color: #4f6066; } + color: #b4c0cf; } .show-processes-dialog-app-list-item:hover { - color: #657b83; } + color: #D3DAE3; } .show-processes-dialog-app-list-item:ltr { padding-right: 1em; } .show-processes-dialog-app-list-item:rtl { @@ -363,7 +363,7 @@ StScrollBar { .prompt-dialog-headline { font-size: 12pt; font-weight: bold; - color: #657b83; } + color: #D3DAE3; } .prompt-dialog-descritption:rtl { text-align: right; } .prompt-dialog-password-box { @@ -371,7 +371,7 @@ StScrollBar { padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 9pt; - color: #dc322f; + color: #FC4138; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 9pt; @@ -391,7 +391,7 @@ StScrollBar { padding-right: 10px; } .polkit-dialog-user-root-label { - color: #cb4b16; } + color: #F27835; } .polkit-dialog-user-user-icon { border-radius: 2px; @@ -409,7 +409,7 @@ StScrollBar { .popup-menu { min-width: 200px; - color: #657b83; + color: #D3DAE3; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } .popup-menu .popup-sub-menu { background: none; @@ -429,16 +429,16 @@ StScrollBar { box-shadow: none; border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #fdf6e3; + color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { - color: rgba(101, 123, 131, 0.5); + color: rgba(211, 218, 227, 0.5); background: none; } .popup-menu .popup-inactive-menu-item { - color: #657b83; } + color: #D3DAE3; } .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .popup-menu.panel-menu { -boxpointer-gap: 0px; margin-bottom: 1.75em; } @@ -458,7 +458,7 @@ StScrollBar { .candidate-popup-boxpointer { -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 5; @@ -495,10 +495,10 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #268bd2; } + color: #5294e2; } .resize-popup { - color: #657b83; + color: #BAC3CF; background: none; border: none; border-radius: 5px; @@ -523,11 +523,11 @@ StScrollBar { border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -535,11 +535,11 @@ StScrollBar { width: 256px; } .switcher-list .separator { width: 1px; - background: rgba(101, 123, 131, 0.33); } + background: rgba(211, 218, 227, 0.33); } .switcher-arrow { border-color: transparent; - color: #657b83; } + color: #BAC3CF; } .switcher-arrow:highlighted { color: white; } @@ -564,10 +564,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #268bd2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -582,8 +582,8 @@ StScrollBar { border-radius: 2px; } .tile-preview { - background-color: rgba(38, 139, 210, 0.35); - border: 1px solid #268bd2; } + background-color: rgba(82, 148, 226, 0.35); + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -638,8 +638,8 @@ StScrollBar { border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -651,7 +651,7 @@ StScrollBar { .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #7f949c; } + color: #f2f4f7; } .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, @@ -659,16 +659,16 @@ StScrollBar { .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #7f949c; } + color: #f2f4f7; } #panel #panelActivities.panel-button { -natural-hpadding: 12px; } #panel .panel-status-indicators-box, #panel .panel-status-menu-box { spacing: 2px; } #panel .screencast-indicator { - color: #dc322f; } + color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #268bd2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -696,7 +696,7 @@ StScrollBar { .system-switch-user-submenu-icon { icon-size: 24px; - border: 1px solid rgba(101, 123, 131, 0.4); } + border: 1px solid rgba(211, 218, 227, 0.4); } #appMenu { spinner-image: url("common-assets/misc/process-working.svg"); @@ -712,20 +712,20 @@ StScrollBar { .system-menu-action { padding: 13px; - color: #657b83; + color: #D3DAE3; border-radius: 32px; /* wish we could do 50% */ border: 1px solid transparent; } .system-menu-action:hover, .system-menu-action:focus { transition-duration: 100ms; padding: 13px; - color: #657b83; + color: #D3DAE3; background-color: transparent; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .system-menu-action:active { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -763,42 +763,42 @@ StScrollBar { .world-clocks-button, .message-list-section-title { padding: 7px 10px 7px 10px; - border: 1px solid rgba(7, 54, 66, 0); } + border: 1px solid rgba(64, 69, 82, 0); } .datemenu-today-button:hover, .datemenu-today-button:focus, .world-clocks-button:hover, .world-clocks-button:focus, .message-list-section-title:hover, .message-list-section-title:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #0a5062; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(10, 80, 98, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } .datemenu-today-button:active, .world-clocks-button:active, .message-list-section-title:active { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .datemenu-today-button .date-label { font-size: 1.5em; } .world-clocks-header, .message-list-section-title { - color: rgba(101, 123, 131, 0.4); + color: rgba(211, 218, 227, 0.4); font-weight: bold; } .world-clocks-button:active .world-clocks-header { - color: #fdf6e3; } + color: #ffffff; } .world-clocks-grid { spacing-rows: 0.4em; } .calendar-month-label { - color: #657b83; + color: #D3DAE3; font-weight: bold; padding: 8px 0; } @@ -847,17 +847,17 @@ StScrollBar { .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.1); } .calendar-day-base:active { - color: #657b83; + color: #D3DAE3; background-color: rgba(0, 0, 0, 0.15); border-width: 0; } .calendar-day-base.calendar-day-heading { - color: rgba(101, 123, 131, 0.85); + color: rgba(211, 218, 227, 0.85); margin-top: 1em; font-size: 70%; } .calendar-day { border-width: 0; - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .calendar-day-top { border-top-width: 0; } @@ -866,7 +866,7 @@ StScrollBar { border-left-width: 0; } .calendar-nonwork-day { - color: #657b83; + color: #D3DAE3; font-weight: bold; } .calendar-today, @@ -874,19 +874,19 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #268bd2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { - color: #fdf6e3; } + color: #ffffff; } .calendar-other-month-day { - color: rgba(101, 123, 131, 0.3); + color: rgba(211, 218, 227, 0.3); opacity: 1; } .message-list { @@ -901,7 +901,7 @@ StScrollBar { width: 0; height: 0; } .message-list-placeholder StLabel { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .message-list-section-close > StIcon { icon-size: 18px; border-radius: 0px; @@ -919,13 +919,13 @@ StScrollBar { .message { padding: 4px; - color: #657b83; + color: #D3DAE3; border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } .message:hover, .message:focus { - color: #657b83; + color: #D3DAE3; border-image: url("dark-assets/misc/message-hover.svg") 9 9 9 9; } .message:active { - color: #fdf6e3; + color: #ffffff; border-image: url("dark-assets/misc/message-active.svg") 9 9 9 9; } .message-icon-bin { padding: 8px 0px 8px 8px; } @@ -934,7 +934,7 @@ StScrollBar { .message-icon-bin > StIcon { icon-size: 48px; } .message-secondary-bin { - color: rgba(101, 123, 131, 0.4); } + color: rgba(211, 218, 227, 0.4); } .message-secondary-bin > StIcon { icon-size: 16px; } .message-title { @@ -992,13 +992,13 @@ StScrollBar { font-weight: bold; text-align: center; } .nm-dialog-airplane-text { - color: #657b83; } + color: #D3DAE3; } .nm-dialog-header-icon { icon-size: 32px; } .nm-dialog-scroll-view { - border: 1px solid #001317; + border: 1px solid #2b2e39; border-radius: 2px; - background-color: #073642; } + background-color: #404552; } .nm-dialog-header { font-weight: bold; font-size: 1.2em; } @@ -1008,15 +1008,15 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { icon-size: 16px; } .no-networks-label { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .no-networks-box { spacing: 12px; } @@ -1037,13 +1037,13 @@ StScrollBar { padding: 32px; } .window-clone-border { - border: 3px solid rgba(38, 139, 210, 0.8); + border: 3px solid rgba(82, 148, 226, 0.8); border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(38, 139, 210, 0); } + box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } .window-caption, .window-caption:hover { spacing: 25px; - color: #657b83; + color: #BAC3CF; background-color: rgba(0, 0, 0, 0.7); border-radius: 2px; padding: 4px 12px; @@ -1054,21 +1054,21 @@ StScrollBar { padding: 7px 9px; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(64, 69, 82, 0.9); } .search-entry:focus { padding: 7px 9px; } .search-entry .search-entry-icon { icon-size: 16px; padding: 0 4px; - color: #657b83; } + color: #D3DAE3; } .search-entry:hover, .search-entry:focus { - color: #fdf6e3; - caret-color: #fdf6e3; - background-color: #268bd2; - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + color: #ffffff; + caret-color: #ffffff; + background-color: #5294e2; + selection-background-color: #ffffff; + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #fdf6e3; } + color: #ffffff; } #searchResultsBin { max-width: 1000px; } @@ -1113,19 +1113,17 @@ StScrollBar { #dash { font-size: 1em; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1134,14 +1132,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1154,30 +1149,24 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, .bottom #dash .app-well-app:active .overview-icon, .top #dash .app-well-app:active .overview-icon { box-shadow: none; - background-color: #1e6ea7; } + background-color: #2679db; } #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; - background-color: #268bd2; } + margin-bottom: 2px; + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1197,21 +1186,20 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #268bd2; } + color: #5294e2; } .show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1227,20 +1215,20 @@ StScrollBar { .app-view-control { padding: 4px 32px; - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1251,13 +1239,13 @@ StScrollBar { .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { - background-color: rgba(2, 16, 20, 0.85); } + background-color: rgba(31, 33, 40, 0.85); } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 200ms; } .app-well-app:active .overview-icon, @@ -1266,8 +1254,8 @@ StScrollBar { .app-well-app.app-folder:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { - background-color: rgba(2, 16, 20, 0.85); - box-shadow: inset 0 0 #268bd2; } + background-color: rgba(31, 33, 40, 0.85); + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1278,7 +1266,7 @@ StScrollBar { .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 0ms; border-image: none; background-image: none; } @@ -1287,7 +1275,7 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #268bd2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, @@ -1301,23 +1289,23 @@ StScrollBar { text-align: center; } .app-well-app.app-folder > .overview-icon { - background-color: rgba(3, 24, 29, 0.95); + background-color: rgba(35, 38, 46, 0.95); border: 1px solid rgba(0, 0, 0, 0.45); } .app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(8, 65, 80, 0.95); } + background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; - -arrow-background-color: rgba(3, 24, 29, 0.95); + -arrow-background-color: rgba(35, 38, 46, 0.95); -arrow-border-color: rgba(0, 0, 0, 0.45); -arrow-border-width: 1px; -arrow-base: 5; @@ -1367,7 +1355,7 @@ StScrollBar { border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } .workspace-thumbnail-indicator { - border: 4px solid rgba(38, 139, 210, 0.8); + border: 4px solid rgba(82, 148, 226, 0.8); border-radius: 1px; padding: 1px; } @@ -1379,10 +1367,10 @@ StScrollBar { .search-statustext, .no-frequent-applications-label { font-size: 2em; font-weight: bold; - color: #657b83; } + color: #D3DAE3; } .url-highlighter { - link-color: #78b9e6; } + link-color: #a9caf1; } .notification-banner, .notification-banner:hover, @@ -1391,7 +1379,7 @@ StScrollBar { width: 34em; margin: 5px; padding: 10px; - color: #657b83; + color: #D3DAE3; background-color: transparent; border: 1px solid transparent; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } @@ -1435,7 +1423,7 @@ StScrollBar { margin: 5px; } .chat-log-message { - color: #657b83; } + color: #D3DAE3; } .chat-new-group { padding-top: 1em; } @@ -1448,7 +1436,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #268bd2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1457,7 +1445,7 @@ StScrollBar { padding-left: 4px; font-size: 9pt; font-weight: bold; - color: rgba(101, 123, 131, 0.6); } + color: rgba(211, 218, 227, 0.6); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } @@ -1485,7 +1473,7 @@ StScrollBar { spacing: 8px; border-radius: 4px; } .hotplug-resident-mount:hover { - background-color: rgba(0, 43, 54, 0.3); } + background-color: rgba(56, 60, 74, 0.3); } .hotplug-resident-mount-label { color: inherit; @@ -1504,7 +1492,7 @@ StScrollBar { color: pink; } .legacy-tray { - background-color: rgba(5, 36, 44, 0.95); } + background-color: rgba(43, 46, 55, 0.95); } .legacy-tray:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } @@ -1521,7 +1509,7 @@ StScrollBar { .legacy-tray-handle:hover, .legacy-tray-handle:focus, .legacy-tray-icon:hover, .legacy-tray-icon:focus { - background-color: rgba(101, 123, 131, 0.1); } + background-color: rgba(211, 218, 227, 0.1); } .legacy-tray-icon-box { spacing: 12px; } @@ -1534,12 +1522,12 @@ StScrollBar { height: 24px; } .magnifier-zoom-region { - border: 2px solid #268bd2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } #keyboard { - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.2); } @@ -1558,35 +1546,35 @@ StScrollBar { font-weight: bold; border-radius: 3px; box-shadow: none; - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-subkeys { - color: #657b83; + color: #BAC3CF; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -1596,20 +1584,20 @@ StScrollBar { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #657b83; + color: #BAC3CF; font-size: 1.15em; } .candidate-index { padding: 0 0.5em 0 0; - color: #7f949c; } + color: #d8dde4; } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .candidate-page-button-box { height: 2em; } @@ -1634,11 +1622,11 @@ StScrollBar { .framed-user-icon { background-size: contain; border: 0px solid transparent; - color: #657b83; + color: #D3DAE3; border-radius: 2px; } .framed-user-icon:hover { border-color: transparent; - color: #b8c4c9; } + color: white; } .login-dialog-banner-view { padding-top: 24px; @@ -1652,41 +1640,41 @@ StScrollBar { .login-dialog .modal-dialog-button { padding: 3px 18px; } .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #0a5062; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(10, 80, 98, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: rgba(101, 123, 131, 0.45); - border: 1px solid rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .login-dialog-logo-bin { padding: 24px 0px; } .login-dialog-banner { - color: #4f6066; } + color: #9ca9ba; } .login-dialog-button-box { spacing: 5px; } .login-dialog-message-warning { - color: #cb4b16; } + color: #F27835; } .login-dialog-message-hint { padding-top: 0; @@ -1698,12 +1686,12 @@ StScrollBar { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #657b83; } + color: #BAC3CF; } .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #222a2d; + color: #62758e; padding-top: 1em; } .login-dialog-user-list-view { @@ -1714,32 +1702,32 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #268bd2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; padding: .2em; - color: #222a2d; } + color: #62758e; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; - background-color: #657b83; } + background-color: #BAC3CF; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #fdf6e3; } + background-color: #ffffff; } .login-dialog-username, .user-widget-label { - color: #657b83; + color: #BAC3CF; font-size: 120%; font-weight: bold; text-align: left; @@ -1758,7 +1746,7 @@ StScrollBar { width: 23em; } .login-dialog-prompt-label { - color: #394549; + color: #7e8fa5; font-size: 110%; padding-top: 1em; } @@ -1766,11 +1754,11 @@ StScrollBar { icon-size: 1.25em; } .login-dialog-session-list-button { - color: #222a2d; } + color: #62758e; } .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #657b83; } + color: #BAC3CF; } .login-dialog-session-list-button:active { - color: black; } + color: #394351; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1807,9 +1795,9 @@ StScrollBar { .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; - border: 1px solid rgba(101, 123, 131, 0.2); - background-color: rgba(7, 54, 66, 0.45); - color: #657b83; + border: 1px solid rgba(186, 195, 207, 0.2); + background-color: rgba(53, 57, 69, 0.45); + color: #BAC3CF; border-radius: 4px; } .screen-shield-notifications-container .notification { margin-right: 15px; } @@ -1822,7 +1810,7 @@ StScrollBar { padding: 0px 0px 0px 12px; } #panel.lock-screen { - background-color: rgba(7, 54, 66, 0.5); } + background-color: rgba(53, 57, 69, 0.5); } .screen-shield-background { background: black; @@ -1833,11 +1821,11 @@ StScrollBar { background-repeat: repeat; } #screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(0, 43, 54, 0.3); } + background-color: rgba(56, 60, 74, 0.3); } #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(0, 43, 54, 0.5); } + background-color: rgba(56, 60, 74, 0.5); } #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } #LookingGlassDialog { spacing: 4px; @@ -1846,7 +1834,7 @@ StScrollBar { border: 1px solid black; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } #LookingGlassDialog > #Toolbar { padding: 3px; border: none; @@ -1858,7 +1846,7 @@ StScrollBar { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; - color: #657b83; + color: #BAC3CF; transition-duration: 100ms; padding-left: .3em; padding-right: .3em; } @@ -1867,7 +1855,7 @@ StScrollBar { text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #268bd2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1876,22 +1864,22 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #268bd2; - selected-color: #fdf6e3; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + selection-background-color: #5294e2; + selected-color: #ffffff; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid rgba(1, 9, 11, 0.35); + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { - color: #78b9e6; } + color: #a9caf1; } .lg-dialog .shell-link:hover { - color: #a3cfee; } + color: #d5e5f8; } .lg-completions-text { font-size: .9em; @@ -1905,7 +1893,7 @@ StScrollBar { padding: 4px; border-radius: 4px; } .lg-obj-inspector-button:hover { - border: 1px solid #fdf6e3; } + border: 1px solid #ffffff; } #lookingGlassExtensions { padding: 4px; } @@ -1917,7 +1905,7 @@ StScrollBar { .lg-extension { border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 2px; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); padding: 4px; } .lg-extension-name { diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 29cb859..dfeb16d 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -30,93 +30,93 @@ stage { .button, .notification-banner .notification-button, .notification-banner:hover .notification-button, .notification-banner:focus .notification-button, .hotplug-notification-item { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #268bd2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #268bd2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(101, 123, 131, 0.55); + border: 1px solid rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .modal-dialog-button-box .button { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .modal-dialog-button-box .button:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .modal-dialog-button-box .button:focus { - color: #268bd2; } + color: #5294e2; } .modal-dialog-button-box .button:active { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .modal-dialog-button-box .button:insensitive { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } StEntry { padding: 7px; caret-size: 1px; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; color: #5c616c; - background-color: #fdf6e3; - border: 1px solid #657b83; - box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } StEntry:focus, StEntry:hover { color: #5c616c; - background-color: #fdf6e3; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } + background-color: #ffffff; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } StEntry:insensitive { color: rgba(92, 97, 108, 0.55); - background-color: #f9f6ec; - border-color: 1px solid #a6b2b7; - box-shadow: inset 0 2px 4px rgba(249, 246, 236, 0.05); } + background-color: #fbfbfb; + border-color: 1px solid #e0e4ee; + box-shadow: inset 0 2px 4px rgba(251, 251, 251, 0.05); } StEntry StIcon.capslock-warning { icon-size: 16px; - warning-color: #cb4b16; + warning-color: #F27835; padding: 0 4px; } StScrollView.vfade { @@ -131,7 +131,7 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 4px; @@ -141,13 +141,13 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #268bd2; } + background-color: #5294e2; } .slider { -slider-height: 4px; - -slider-background-color: #657b83; + -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0px; @@ -158,7 +158,7 @@ StScrollBar { color: transparent; } .popup-menu-item.selected .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #fdf6e3; } + -slider-active-background-color: #ffffff; } .check-box StBoxLayout { spacing: .8em; } @@ -190,9 +190,9 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .shell-link { - color: #1e6ea7; } + color: #2679db; } .shell-link:hover { - color: #268bd2; } + color: #5294e2; } .headline { font-size: 110%; } @@ -252,7 +252,7 @@ StScrollBar { text-align: right; } .end-session-dialog-warning { width: 28em; - color: #cb4b16; + color: #F27835; padding-top: 6px; } .end-session-dialog-warning:rtl { text-align: right; } @@ -286,16 +286,16 @@ StScrollBar { font-size: 8pt; } .end-session-dialog .button:last-child { color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .end-session-dialog .button:last-child:hover { color: white; - background-color: #e35956; - border-color: #e35956; } + background-color: #f47479; + border-color: #f47479; } .end-session-dialog .button:last-child:active { color: white; - background-color: #cf2623; - border-color: #cf2623; } + background-color: #ee3239; + border-color: #ee3239; } .shell-mount-operation-icon { icon-size: 48px; } @@ -371,7 +371,7 @@ StScrollBar { padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 9pt; - color: #dc322f; + color: #FC4138; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 9pt; @@ -391,7 +391,7 @@ StScrollBar { padding-right: 10px; } .polkit-dialog-user-root-label { - color: #cb4b16; } + color: #F27835; } .polkit-dialog-user-user-icon { border-radius: 2px; @@ -429,7 +429,7 @@ StScrollBar { box-shadow: none; border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #fdf6e3; + color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { @@ -458,7 +458,7 @@ StScrollBar { .candidate-popup-boxpointer { -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 5; @@ -495,10 +495,10 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #268bd2; } + color: #5294e2; } .resize-popup { - color: #657b83; + color: #BAC3CF; background: none; border: none; border-radius: 5px; @@ -523,11 +523,11 @@ StScrollBar { border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -539,7 +539,7 @@ StScrollBar { .switcher-arrow { border-color: transparent; - color: #657b83; } + color: #BAC3CF; } .switcher-arrow:highlighted { color: white; } @@ -564,10 +564,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #268bd2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -582,8 +582,8 @@ StScrollBar { border-radius: 2px; } .tile-preview { - background-color: rgba(38, 139, 210, 0.35); - border: 1px solid #268bd2; } + background-color: rgba(82, 148, 226, 0.35); + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -638,8 +638,8 @@ StScrollBar { border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -666,9 +666,9 @@ StScrollBar { #panel .panel-status-menu-box { spacing: 2px; } #panel .screencast-indicator { - color: #dc322f; } + color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #268bd2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -721,11 +721,11 @@ StScrollBar { padding: 13px; color: #5c616c; background-color: transparent; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .system-menu-action:active { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -763,25 +763,25 @@ StScrollBar { .world-clocks-button, .message-list-section-title { padding: 7px 10px 7px 10px; - border: 1px solid rgba(253, 246, 227, 0); } + border: 1px solid rgba(255, 255, 255, 0); } .datemenu-today-button:hover, .datemenu-today-button:focus, .world-clocks-button:hover, .world-clocks-button:focus, .message-list-section-title:hover, .message-list-section-title:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .datemenu-today-button:active, .world-clocks-button:active, .message-list-section-title:active { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .datemenu-today-button .date-label { font-size: 1.5em; } @@ -792,7 +792,7 @@ StScrollBar { font-weight: bold; } .world-clocks-button:active .world-clocks-header { - color: #fdf6e3; } + color: #ffffff; } .world-clocks-grid { spacing-rows: 0.4em; } @@ -874,16 +874,16 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #268bd2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { - color: #fdf6e3; } + color: #ffffff; } .calendar-other-month-day { color: rgba(92, 97, 108, 0.3); @@ -925,7 +925,7 @@ StScrollBar { color: #5c616c; border-image: url("light-assets/misc/message-hover.svg") 9 9 9 9; } .message:active { - color: #fdf6e3; + color: #ffffff; border-image: url("light-assets/misc/message-active.svg") 9 9 9 9; } .message-icon-bin { padding: 8px 0px 8px 8px; } @@ -998,7 +998,7 @@ StScrollBar { .nm-dialog-scroll-view { border: 1px solid #dcdfe3; border-radius: 2px; - background-color: #fdf6e3; } + background-color: #ffffff; } .nm-dialog-header { font-weight: bold; font-size: 1.2em; } @@ -1008,8 +1008,8 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { @@ -1037,13 +1037,13 @@ StScrollBar { padding: 32px; } .window-clone-border { - border: 3px solid rgba(38, 139, 210, 0.8); + border: 3px solid rgba(82, 148, 226, 0.8); border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(38, 139, 210, 0); } + box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } .window-caption, .window-caption:hover { spacing: 25px; - color: #657b83; + color: #BAC3CF; background-color: rgba(0, 0, 0, 0.7); border-radius: 2px; padding: 4px 12px; @@ -1054,7 +1054,7 @@ StScrollBar { padding: 7px 9px; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(253, 246, 227, 0.9); } + background-color: rgba(255, 255, 255, 0.9); } .search-entry:focus { padding: 7px 9px; } .search-entry .search-entry-icon { @@ -1062,13 +1062,13 @@ StScrollBar { padding: 0 4px; color: #5c616c; } .search-entry:hover, .search-entry:focus { - color: #fdf6e3; - caret-color: #fdf6e3; - background-color: #268bd2; - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + color: #ffffff; + caret-color: #ffffff; + background-color: #5294e2; + selection-background-color: #ffffff; + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #fdf6e3; } + color: #ffffff; } #searchResultsBin { max-width: 1000px; } @@ -1113,19 +1113,17 @@ StScrollBar { #dash { font-size: 1em; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1134,14 +1132,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1154,30 +1149,24 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, .bottom #dash .app-well-app:active .overview-icon, .top #dash .app-well-app:active .overview-icon { box-shadow: none; - background-color: #1e6ea7; } + background-color: #2679db; } #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; - background-color: #268bd2; } + margin-bottom: 2px; + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1197,21 +1186,20 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #268bd2; } + color: #5294e2; } .show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1227,20 +1215,20 @@ StScrollBar { .app-view-control { padding: 4px 32px; - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1251,13 +1239,13 @@ StScrollBar { .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { - background-color: rgba(2, 16, 20, 0.85); } + background-color: rgba(31, 33, 40, 0.85); } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 200ms; } .app-well-app:active .overview-icon, @@ -1266,8 +1254,8 @@ StScrollBar { .app-well-app.app-folder:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { - background-color: rgba(2, 16, 20, 0.85); - box-shadow: inset 0 0 #268bd2; } + background-color: rgba(31, 33, 40, 0.85); + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1278,7 +1266,7 @@ StScrollBar { .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 0ms; border-image: none; background-image: none; } @@ -1287,7 +1275,7 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #268bd2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, @@ -1301,23 +1289,23 @@ StScrollBar { text-align: center; } .app-well-app.app-folder > .overview-icon { - background-color: rgba(3, 24, 29, 0.95); + background-color: rgba(35, 38, 46, 0.95); border: 1px solid rgba(0, 0, 0, 0.45); } .app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(8, 65, 80, 0.95); } + background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; - -arrow-background-color: rgba(3, 24, 29, 0.95); + -arrow-background-color: rgba(35, 38, 46, 0.95); -arrow-border-color: rgba(0, 0, 0, 0.45); -arrow-border-width: 1px; -arrow-base: 5; @@ -1367,7 +1355,7 @@ StScrollBar { border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } .workspace-thumbnail-indicator { - border: 4px solid rgba(38, 139, 210, 0.8); + border: 4px solid rgba(82, 148, 226, 0.8); border-radius: 1px; padding: 1px; } @@ -1382,7 +1370,7 @@ StScrollBar { color: #5c616c; } .url-highlighter { - link-color: #1e6ea7; } + link-color: #2679db; } .notification-banner, .notification-banner:hover, @@ -1448,7 +1436,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #268bd2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1504,7 +1492,7 @@ StScrollBar { color: pink; } .legacy-tray { - background-color: rgba(5, 36, 44, 0.95); } + background-color: rgba(43, 46, 55, 0.95); } .legacy-tray:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } @@ -1534,12 +1522,12 @@ StScrollBar { height: 24px; } .magnifier-zoom-region { - border: 2px solid #268bd2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } #keyboard { - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.2); } @@ -1558,35 +1546,35 @@ StScrollBar { font-weight: bold; border-radius: 3px; box-shadow: none; - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-subkeys { - color: #657b83; + color: #BAC3CF; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -1596,20 +1584,20 @@ StScrollBar { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #657b83; + color: #BAC3CF; font-size: 1.15em; } .candidate-index { padding: 0 0.5em 0 0; - color: #7f949c; } + color: #d8dde4; } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .candidate-page-button-box { height: 2em; } @@ -1638,7 +1626,7 @@ StScrollBar { border-radius: 2px; } .framed-user-icon:hover { border-color: transparent; - color: #b8c4c9; } + color: white; } .login-dialog-banner-view { padding-top: 24px; @@ -1652,27 +1640,27 @@ StScrollBar { .login-dialog .modal-dialog-button { padding: 3px 18px; } .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(101, 123, 131, 0.55); + border: 1px solid rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } @@ -1680,13 +1668,13 @@ StScrollBar { padding: 24px 0px; } .login-dialog-banner { - color: #4f6066; } + color: #9ca9ba; } .login-dialog-button-box { spacing: 5px; } .login-dialog-message-warning { - color: #cb4b16; } + color: #F27835; } .login-dialog-message-hint { padding-top: 0; @@ -1698,12 +1686,12 @@ StScrollBar { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #657b83; } + color: #BAC3CF; } .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #222a2d; + color: #62758e; padding-top: 1em; } .login-dialog-user-list-view { @@ -1714,32 +1702,32 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #268bd2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; padding: .2em; - color: #222a2d; } + color: #62758e; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; - background-color: #657b83; } + background-color: #BAC3CF; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #fdf6e3; } + background-color: #ffffff; } .login-dialog-username, .user-widget-label { - color: #657b83; + color: #BAC3CF; font-size: 120%; font-weight: bold; text-align: left; @@ -1758,7 +1746,7 @@ StScrollBar { width: 23em; } .login-dialog-prompt-label { - color: #394549; + color: #7e8fa5; font-size: 110%; padding-top: 1em; } @@ -1766,11 +1754,11 @@ StScrollBar { icon-size: 1.25em; } .login-dialog-session-list-button { - color: #222a2d; } + color: #62758e; } .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #657b83; } + color: #BAC3CF; } .login-dialog-session-list-button:active { - color: black; } + color: #394351; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1807,9 +1795,9 @@ StScrollBar { .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; - border: 1px solid rgba(101, 123, 131, 0.2); - background-color: rgba(7, 54, 66, 0.45); - color: #657b83; + border: 1px solid rgba(186, 195, 207, 0.2); + background-color: rgba(53, 57, 69, 0.45); + color: #BAC3CF; border-radius: 4px; } .screen-shield-notifications-container .notification { margin-right: 15px; } @@ -1822,7 +1810,7 @@ StScrollBar { padding: 0px 0px 0px 12px; } #panel.lock-screen { - background-color: rgba(7, 54, 66, 0.5); } + background-color: rgba(53, 57, 69, 0.5); } .screen-shield-background { background: black; @@ -1837,7 +1825,7 @@ StScrollBar { #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { background-color: rgba(245, 246, 247, 0.5); } #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } #LookingGlassDialog { spacing: 4px; @@ -1846,7 +1834,7 @@ StScrollBar { border: 1px solid black; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } #LookingGlassDialog > #Toolbar { padding: 3px; border: none; @@ -1858,7 +1846,7 @@ StScrollBar { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; - color: #657b83; + color: #BAC3CF; transition-duration: 100ms; padding-left: .3em; padding-right: .3em; } @@ -1867,7 +1855,7 @@ StScrollBar { text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #268bd2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1876,22 +1864,22 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #268bd2; - selected-color: #fdf6e3; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + selection-background-color: #5294e2; + selected-color: #ffffff; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid rgba(1, 9, 11, 0.35); + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { - color: #1e6ea7; } + color: #2679db; } .lg-dialog .shell-link:hover { - color: #268bd2; } + color: #5294e2; } .lg-completions-text { font-size: .9em; @@ -1905,7 +1893,7 @@ StScrollBar { padding: 4px; border-radius: 4px; } .lg-obj-inspector-button:hover { - border: 1px solid #fdf6e3; } + border: 1px solid #ffffff; } #lookingGlassExtensions { padding: 4px; } @@ -1917,7 +1905,7 @@ StScrollBar { .lg-extension { border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 2px; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); padding: 4px; } .lg-extension-name { diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 0746017..bc8ca6c 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1419,21 +1419,16 @@ StScrollBar { color: $osd_fg_color; background-color: $dark_sidebar_bg; border-color: rgba(0,0,0,0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; &:rtl { border-radius: 3px 0 0 3px; } .right &, - &:rtl { - padding: 6px 0px 6px 1px; - } - .bottom & { - padding: 1px 6px 0px 6px; - } - .top & { - padding: 0px 6px 1px 6px; - } + &:rtl { padding: 4px 0; } + + .top &, .bottom & { padding: 0; } + .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1447,11 +1442,10 @@ StScrollBar { } .dash-item-container > StWidget { - padding: 0px 4px 0px 5px; - .right &, &:rtl { padding: 0px 5px 0px 4px; } - .bottom & { padding: 4px 0px 5px 0px; } - .top & { padding: 5px 0px 4px 0px; } + &, &:rtl, .right & { padding: 4px 8px; } + + .top &, .bottom & { padding: 6px; } } //osd tooltip @@ -1472,13 +1466,6 @@ StScrollBar { // Dash Buttons #dash .app-well-app { - .overview-icon, - .right & .overview-icon, - .bottom & .overview-icon, - .top & .overview-icon { - padding: 10px; - } - &:hover .overview-icon, .right &:hover .overview-icon, .bottom &:hover .overview-icon, @@ -1497,7 +1484,7 @@ StScrollBar { &-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: $selected_bg_color; } } @@ -1519,7 +1506,6 @@ StScrollBar { .show-apps { .overview-icon { - padding: 11px; background-color: transparentize(black, 0.5); border-radius: 2px; border: 0px solid; diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css index 3a8ece4..db3555a 100644 --- a/common/gnome-shell/3.18/gnome-shell-dark.css +++ b/common/gnome-shell/3.18/gnome-shell-dark.css @@ -19,7 +19,7 @@ stage { font-family: Futura Bk bt, Cantarell, Sans-Serif; font-size: 9pt; - color: #657b83; } + color: #D3DAE3; } .button { min-height: 20px; @@ -30,67 +30,67 @@ stage { .button, .notification-banner .notification-button, .notification-banner:hover .notification-button, .notification-banner:focus .notification-button, .hotplug-notification-item { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #0a5062; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(10, 80, 98, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: rgba(101, 123, 131, 0.45); - border: 1px solid rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } StEntry { padding: 7px; caret-size: 1px; - caret-color: #657b83; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + caret-color: #D3DAE3; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; - color: #657b83; - background-color: #073642; - border: 1px solid #001317; - box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:focus, StEntry:hover { - color: #657b83; - background-color: #073642; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } + color: #D3DAE3; + background-color: #404552; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:insensitive { - color: rgba(101, 123, 131, 0.45); - background-color: #04313d; - border-color: 1px solid #001e25; - box-shadow: inset 0 2px 4px rgba(4, 49, 61, 0.05); } + color: rgba(211, 218, 227, 0.45); + background-color: #3c414e; + border-color: 1px solid #313440; + box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } StEntry StIcon.capslock-warning { icon-size: 16px; - warning-color: #cb4b16; + warning-color: #F27835; padding: 0 4px; } StScrollView.vfade { @@ -105,23 +105,23 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(7, 54, 66, 0.1); + background-color: rgba(64, 69, 82, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 4px; - background-color: #284b55; + background-color: #767b87; border: 0px solid; margin: 0px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #1e434d; } + background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #268bd2; } + background-color: #5294e2; } .slider { -slider-height: 4px; - -slider-background-color: #001317; + -slider-background-color: #2b2e39; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0px; @@ -132,7 +132,7 @@ StScrollBar { color: transparent; } .popup-menu-item.selected .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #fdf6e3; } + -slider-active-background-color: #ffffff; } .check-box StBoxLayout { spacing: .8em; } @@ -164,9 +164,9 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .shell-link { - color: #78b9e6; } + color: #a9caf1; } .shell-link:hover { - color: #a3cfee; } + color: #d5e5f8; } .headline { font-size: 110%; } @@ -178,8 +178,8 @@ StScrollBar { background-color: white; } .modal-dialog { - color: #657b83; - background-color: rgba(0, 43, 54, 0); + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0); border: none; border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; padding: 0 5px 6px 5px; } @@ -191,19 +191,19 @@ StScrollBar { box-shadow: inset 0 0 black; border-top-width: 1px; border-bottom-width: 0; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .modal-dialog-linked-button:hover { - background-color: rgba(9, 73, 89, 0.95); } + background-color: rgba(64, 69, 83, 0.95); } .modal-dialog-linked-button:focus { - color: #268bd2; } + color: #5294e2; } .modal-dialog-linked-button:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .modal-dialog-linked-button:insensitive { - color: rgba(101, 123, 131, 0.5); - background-color: rgba(6, 46, 57, 0.95); } + color: rgba(186, 195, 207, 0.5); + background-color: rgba(49, 52, 63, 0.95); } .modal-dialog-linked-button:first-child { border-radius: 0px 0px 0px 2px; } .modal-dialog-linked-button:last-child { @@ -225,7 +225,7 @@ StScrollBar { .end-session-dialog-subject { font-size: 11pt; font-weight: bold; - color: #657b83; } + color: #D3DAE3; } .end-session-dialog { spacing: 42px; } @@ -242,7 +242,7 @@ StScrollBar { text-align: right; } .end-session-dialog-warning { width: 28em; - color: #cb4b16; + color: #F27835; padding-top: 6px; } .end-session-dialog-warning:rtl { text-align: right; } @@ -253,7 +253,7 @@ StScrollBar { height: 48px; background-size: contain; } .end-session-dialog-shutdown-icon { - color: #657b83; + color: #D3DAE3; width: 48px; height: 48px; } .end-session-dialog-inhibitor-layout { @@ -272,17 +272,17 @@ StScrollBar { .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { font-weight: bold; } .end-session-dialog-app-list-item-description { - color: #708891; + color: #e3e7ed; font-size: 8pt; } .end-session-dialog .modal-dialog-linked-button:last-child { color: white; - background-color: #dc322f; } + background-color: #F04A50; } .end-session-dialog .modal-dialog-linked-button:last-child:hover { color: white; - background-color: #e35956; } + background-color: #f47479; } .end-session-dialog .modal-dialog-linked-button:last-child:active { color: white; - background-color: #cf2623; } + background-color: #ee3239; } .shell-mount-operation-icon { icon-size: 48px; } @@ -323,9 +323,9 @@ StScrollBar { padding-left: 32px; } .show-processes-dialog-app-list-item { - color: #4f6066; } + color: #b4c0cf; } .show-processes-dialog-app-list-item:hover { - color: #657b83; } + color: #D3DAE3; } .show-processes-dialog-app-list-item:ltr { padding-right: 1em; } .show-processes-dialog-app-list-item:rtl { @@ -350,7 +350,7 @@ StScrollBar { .prompt-dialog-headline { font-size: 12pt; font-weight: bold; - color: #657b83; } + color: #D3DAE3; } .prompt-dialog-descritption:rtl { text-align: right; } .prompt-dialog-password-box { @@ -358,7 +358,7 @@ StScrollBar { padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 9pt; - color: #dc322f; + color: #FC4138; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 9pt; @@ -378,7 +378,7 @@ StScrollBar { padding-right: 10px; } .polkit-dialog-user-root-label { - color: #cb4b16; } + color: #F27835; } .polkit-dialog-user-user-icon { border-radius: 2px; @@ -401,11 +401,11 @@ StScrollBar { spacing: 20px; } .audio-selection-device { - border: 1px solid #001317; + border: 1px solid #2b2e39; border-radius: 3px; } .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .audio-selection-device-box { padding: 20px; @@ -428,7 +428,7 @@ StScrollBar { .access-dialog-title { font-weight: bold; } .access-dialog-subtitle { - color: #657b83; + color: #D3DAE3; font-weight: bold; } .geolocation-dialog { @@ -442,7 +442,7 @@ StScrollBar { .geolocation-dialog-title { font-weight: bold; } .geolocation-dialog-reason { - color: #657b83; + color: #D3DAE3; font-weight: bold; } .network-dialog-secret-table { @@ -455,7 +455,7 @@ StScrollBar { .popup-menu { min-width: 15em; - color: #657b83; + color: #D3DAE3; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } .popup-menu .popup-sub-menu { background: none; @@ -475,16 +475,16 @@ StScrollBar { box-shadow: none; border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #fdf6e3; + color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { - color: rgba(101, 123, 131, 0.5); + color: rgba(211, 218, 227, 0.5); background: none; } .popup-menu .popup-inactive-menu-item { - color: #657b83; } + color: #D3DAE3; } .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .popup-menu.panel-menu { -boxpointer-gap: 0px; margin-bottom: 1.75em; } @@ -504,7 +504,7 @@ StScrollBar { .candidate-popup-boxpointer { -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 5; @@ -541,13 +541,13 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #268bd2; } + color: #5294e2; } .osd-window .level-bar { - background-color: #268bd2; + background-color: #5294e2; border-radius: 2px; } .resize-popup { - color: #657b83; + color: #BAC3CF; background: none; border: none; border-radius: 5px; @@ -572,11 +572,11 @@ StScrollBar { border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -584,11 +584,11 @@ StScrollBar { width: 256px; } .switcher-list .separator { width: 1px; - background: rgba(101, 123, 131, 0.33); } + background: rgba(211, 218, 227, 0.33); } .switcher-arrow { border-color: transparent; - color: #657b83; } + color: #BAC3CF; } .switcher-arrow:highlighted { color: white; } @@ -598,7 +598,7 @@ StScrollBar { height: 96px; } .cycler-highlight { - border: 5px solid #268bd2; } + border: 5px solid #5294e2; } .workspace-switcher { background: transparent; @@ -616,10 +616,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #268bd2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -634,8 +634,8 @@ StScrollBar { border-radius: 2px; } .tile-preview { - background-color: rgba(38, 139, 210, 0.35); - border: 1px solid #268bd2; } + background-color: rgba(82, 148, 226, 0.35); + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -690,8 +690,8 @@ StScrollBar { border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -703,7 +703,7 @@ StScrollBar { .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #7f949c; } + color: #f2f4f7; } .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, @@ -711,7 +711,7 @@ StScrollBar { .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #7f949c; } + color: #f2f4f7; } #panel #panelActivities.panel-button { -natural-hpadding: 12px; } #panel .panel-status-indicators-box, @@ -720,9 +720,9 @@ StScrollBar { #panel .power-status.panel-status-indicators-box { spacing: 0; } #panel .screencast-indicator { - color: #dc322f; } + color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #268bd2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -770,20 +770,20 @@ StScrollBar { .system-menu-action { padding: 13px; - color: #657b83; + color: #D3DAE3; border-radius: 32px; /* wish we could do 50% */ border: 1px solid transparent; } .system-menu-action:hover, .system-menu-action:focus { transition-duration: 100ms; padding: 13px; - color: #657b83; + color: #D3DAE3; background-color: transparent; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .system-menu-action:active { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -821,42 +821,42 @@ StScrollBar { .world-clocks-button, .message-list-section-title { padding: 7px 10px 7px 10px; - border: 1px solid rgba(7, 54, 66, 0); } + border: 1px solid rgba(64, 69, 82, 0); } .datemenu-today-button:hover, .datemenu-today-button:focus, .world-clocks-button:hover, .world-clocks-button:focus, .message-list-section-title:hover, .message-list-section-title:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #0a5062; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(10, 80, 98, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } .datemenu-today-button:active, .world-clocks-button:active, .message-list-section-title:active { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .datemenu-today-button .date-label { font-size: 1.5em; } .world-clocks-header, .message-list-section-title { - color: rgba(101, 123, 131, 0.4); + color: rgba(211, 218, 227, 0.4); font-weight: bold; } .world-clocks-button:active .world-clocks-header { - color: #fdf6e3; } + color: #ffffff; } .world-clocks-grid { spacing-rows: 0.4em; } .calendar-month-label { - color: #657b83; + color: #D3DAE3; font-weight: bold; padding: 8px 0; } @@ -905,17 +905,17 @@ StScrollBar { .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.1); } .calendar-day-base:active, .calendar-day-base:selected { - color: #657b83; + color: #D3DAE3; background-color: rgba(0, 0, 0, 0.15); border-width: 0; } .calendar-day-base.calendar-day-heading { - color: rgba(101, 123, 131, 0.85); + color: rgba(211, 218, 227, 0.85); margin-top: 1em; font-size: 70%; } .calendar-day { border-width: 0; - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .calendar-day-top { border-top-width: 0; } @@ -924,7 +924,7 @@ StScrollBar { border-left-width: 0; } .calendar-nonwork-day { - color: #657b83; + color: #D3DAE3; font-weight: bold; } .calendar-today, @@ -932,19 +932,19 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #268bd2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { - color: #fdf6e3; } + color: #ffffff; } .calendar-other-month-day { - color: rgba(101, 123, 131, 0.3); + color: rgba(211, 218, 227, 0.3); opacity: 1; } .calendar-week-number { @@ -955,8 +955,8 @@ StScrollBar { border-radius: 2px; padding: 0.5em 0 0; margin: 6px; - background-color: rgba(101, 123, 131, 0.3); - color: #002b36; } + background-color: rgba(211, 218, 227, 0.3); + color: #383C4A; } .message-list { width: 31.5em; } @@ -970,7 +970,7 @@ StScrollBar { width: 0; height: 0; } .message-list-placeholder StLabel { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .message-list-section-close > StIcon { icon-size: 18px; border-radius: 0px; @@ -988,13 +988,13 @@ StScrollBar { .message { padding: 4px; - color: #657b83; + color: #D3DAE3; border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } .message:hover, .message:focus { - color: #657b83; + color: #D3DAE3; border-image: url("dark-assets/misc/message-hover.svg") 9 9 9 9; } .message:active { - color: #fdf6e3; + color: #ffffff; border-image: url("dark-assets/misc/message-active.svg") 9 9 9 9; } .message-icon-bin { padding: 8px 0px 8px 8px; } @@ -1003,7 +1003,7 @@ StScrollBar { .message-icon-bin > StIcon { icon-size: 32px; } .message-secondary-bin { - color: rgba(101, 123, 131, 0.4); } + color: rgba(211, 218, 227, 0.4); } .message-secondary-bin:ltr { padding-left: 8px; } .message-secondary-bin:rtl { @@ -1020,25 +1020,25 @@ StScrollBar { .message-media-control { padding: 6px; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .message-media-control:last-child:ltr { padding-right: 18px; } .message-media-control:last-child:rtl { padding-left: 18px; } .message-media-control:hover { - color: #657b83; } + color: #D3DAE3; } .message-media-control:active { - color: #268bd2; } + color: #5294e2; } .media-message-cover-icon { icon-size: 32px; } .media-message-cover-icon.fallback { - color: rgba(101, 123, 131, 0.45); - background-color: #002b36; + color: rgba(211, 218, 227, 0.45); + background-color: #383C4A; border-radius: 2px; icon-size: 16px; padding: 8px; - border: 1px solid #001317; } + border: 1px solid #2b2e39; } .ripple-box { width: 52px; @@ -1090,13 +1090,13 @@ StScrollBar { font-weight: bold; text-align: center; } .nm-dialog-airplane-text { - color: #657b83; } + color: #D3DAE3; } .nm-dialog-header-icon { icon-size: 32px; } .nm-dialog-scroll-view { - border: 1px solid #001317; + border: 1px solid #2b2e39; border-radius: 2px; - background-color: #073642; } + background-color: #404552; } .nm-dialog-header { font-weight: bold; font-size: 1.2em; } @@ -1106,15 +1106,15 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { icon-size: 16px; } .no-networks-label { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .no-networks-box { spacing: 12px; } @@ -1135,13 +1135,13 @@ StScrollBar { padding: 32px; } .window-clone-border { - border: 3px solid rgba(38, 139, 210, 0.8); + border: 3px solid rgba(82, 148, 226, 0.8); border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(38, 139, 210, 0); } + box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } .window-caption, .window-caption:hover { spacing: 25px; - color: #657b83; + color: #BAC3CF; background-color: rgba(0, 0, 0, 0.7); border-radius: 2px; padding: 4px 12px; @@ -1152,21 +1152,21 @@ StScrollBar { padding: 7px 9px; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(64, 69, 82, 0.9); } .search-entry:focus { padding: 7px 9px; } .search-entry .search-entry-icon { icon-size: 16px; padding: 0 4px; - color: #657b83; } + color: #D3DAE3; } .search-entry:hover, .search-entry:focus { - color: #fdf6e3; - caret-color: #fdf6e3; - background-color: #268bd2; - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + color: #ffffff; + caret-color: #ffffff; + background-color: #5294e2; + selection-background-color: #ffffff; + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #fdf6e3; } + color: #ffffff; } #searchResultsBin { max-width: 1000px; } @@ -1211,19 +1211,17 @@ StScrollBar { #dash { font-size: 1em; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1232,14 +1230,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1252,30 +1247,24 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, .bottom #dash .app-well-app:active .overview-icon, .top #dash .app-well-app:active .overview-icon { box-shadow: none; - background-color: #1e6ea7; } + background-color: #2679db; } #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; - background-color: #268bd2; } + margin-bottom: 2px; + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1295,21 +1284,20 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #268bd2; } + color: #5294e2; } .show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1325,20 +1313,20 @@ StScrollBar { .app-view-control { padding: 4px 32px; - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1349,13 +1337,13 @@ StScrollBar { .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { - background-color: rgba(2, 16, 20, 0.85); } + background-color: rgba(31, 33, 40, 0.85); } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 200ms; } .app-well-app:active .overview-icon, @@ -1364,8 +1352,8 @@ StScrollBar { .app-well-app.app-folder:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { - background-color: rgba(2, 16, 20, 0.85); - box-shadow: inset 0 0 #268bd2; } + background-color: rgba(31, 33, 40, 0.85); + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1376,7 +1364,7 @@ StScrollBar { .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 0ms; border-image: none; background-image: none; } @@ -1385,7 +1373,7 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #268bd2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, @@ -1399,23 +1387,23 @@ StScrollBar { text-align: center; } .app-well-app.app-folder > .overview-icon { - background-color: rgba(3, 24, 29, 0.95); + background-color: rgba(35, 38, 46, 0.95); border: 1px solid rgba(0, 0, 0, 0.45); } .app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(8, 65, 80, 0.95); } + background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; - -arrow-background-color: rgba(3, 24, 29, 0.95); + -arrow-background-color: rgba(35, 38, 46, 0.95); -arrow-border-color: rgba(0, 0, 0, 0.45); -arrow-border-width: 1px; -arrow-base: 5; @@ -1465,7 +1453,7 @@ StScrollBar { border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } .workspace-thumbnail-indicator { - border: 4px solid rgba(38, 139, 210, 0.8); + border: 4px solid rgba(82, 148, 226, 0.8); border-radius: 1px; padding: 1px; } @@ -1477,10 +1465,10 @@ StScrollBar { .search-statustext, .no-frequent-applications-label { font-size: 2em; font-weight: bold; - color: #657b83; } + color: #D3DAE3; } .url-highlighter { - link-color: #78b9e6; } + link-color: #a9caf1; } .notification-banner, .notification-banner:hover, @@ -1489,7 +1477,7 @@ StScrollBar { width: 34em; margin: 5px; padding: 10px; - color: #657b83; + color: #D3DAE3; background-color: transparent; border: 1px solid transparent; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } @@ -1533,7 +1521,7 @@ StScrollBar { margin: 5px; } .chat-log-message { - color: #657b83; } + color: #D3DAE3; } .chat-new-group { padding-top: 1em; } @@ -1546,7 +1534,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #268bd2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1555,7 +1543,7 @@ StScrollBar { padding-left: 4px; font-size: 9pt; font-weight: bold; - color: rgba(101, 123, 131, 0.6); } + color: rgba(211, 218, 227, 0.6); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } @@ -1583,7 +1571,7 @@ StScrollBar { spacing: 8px; border-radius: 4px; } .hotplug-resident-mount:hover { - background-color: rgba(0, 43, 54, 0.3); } + background-color: rgba(56, 60, 74, 0.3); } .hotplug-resident-mount-label { color: inherit; @@ -1602,7 +1590,7 @@ StScrollBar { color: pink; } .legacy-tray { - background-color: rgba(5, 36, 44, 0.95); } + background-color: rgba(43, 46, 55, 0.95); } .legacy-tray:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } @@ -1619,7 +1607,7 @@ StScrollBar { .legacy-tray-handle:hover, .legacy-tray-handle:focus, .legacy-tray-icon:hover, .legacy-tray-icon:focus { - background-color: rgba(101, 123, 131, 0.1); } + background-color: rgba(211, 218, 227, 0.1); } .legacy-tray-icon-box { spacing: 12px; } @@ -1636,12 +1624,12 @@ StScrollBar { min-width: 155px; } .magnifier-zoom-region { - border: 2px solid #268bd2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } #keyboard { - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.2); } @@ -1660,35 +1648,35 @@ StScrollBar { font-weight: bold; border-radius: 3px; box-shadow: none; - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:hover { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-subkeys { - color: #657b83; + color: #BAC3CF; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -1698,20 +1686,20 @@ StScrollBar { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #657b83; + color: #BAC3CF; font-size: 1.15em; } .candidate-index { padding: 0 0.5em 0 0; - color: #7f949c; } + color: #d8dde4; } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .candidate-page-button-box { height: 2em; } @@ -1736,11 +1724,11 @@ StScrollBar { .framed-user-icon { background-size: contain; border: 0px solid transparent; - color: #657b83; + color: #D3DAE3; border-radius: 2px; } .framed-user-icon:hover { border-color: transparent; - color: #b8c4c9; } + color: white; } .login-dialog-banner-view { padding-top: 24px; @@ -1754,41 +1742,41 @@ StScrollBar { .login-dialog .modal-dialog-button { padding: 3px 18px; } .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #083e4b; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #444a58; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #657b83; - background-color: #0a5062; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(10, 80, 98, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #D3DAE3; + background-color: #505666; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #001317; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #2b2e39; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(7, 54, 66, 0); - color: rgba(101, 123, 131, 0.45); - border: 1px solid rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); - box-shadow: inset 0 1px rgba(8, 62, 75, 0.05); } + text-shadow: 0 1px rgba(64, 69, 82, 0); + color: rgba(211, 218, 227, 0.45); + border: 1px solid rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); + box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } .login-dialog-logo-bin { padding: 24px 0px; } .login-dialog-banner { - color: #4f6066; } + color: #9ca9ba; } .login-dialog-button-box { spacing: 5px; } .login-dialog-message-warning { - color: #cb4b16; } + color: #F27835; } .login-dialog-message-hint { padding-top: 0; @@ -1800,12 +1788,12 @@ StScrollBar { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #657b83; } + color: #BAC3CF; } .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #222a2d; + color: #62758e; padding-top: 1em; } .login-dialog-user-list-view { @@ -1816,32 +1804,32 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #268bd2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; padding: .2em; - color: #222a2d; } + color: #62758e; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; - background-color: #657b83; } + background-color: #BAC3CF; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #fdf6e3; } + background-color: #ffffff; } .login-dialog-username, .user-widget-label { - color: #657b83; + color: #BAC3CF; font-size: 120%; font-weight: bold; text-align: left; @@ -1860,7 +1848,7 @@ StScrollBar { width: 23em; } .login-dialog-prompt-label { - color: #394549; + color: #7e8fa5; font-size: 110%; padding-top: 1em; } @@ -1868,11 +1856,11 @@ StScrollBar { icon-size: 1.25em; } .login-dialog-session-list-button { - color: #222a2d; } + color: #62758e; } .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #657b83; } + color: #BAC3CF; } .login-dialog-session-list-button:active { - color: black; } + color: #394351; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1909,9 +1897,9 @@ StScrollBar { .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; - border: 1px solid rgba(101, 123, 131, 0.2); - background-color: rgba(7, 54, 66, 0.45); - color: #657b83; + border: 1px solid rgba(186, 195, 207, 0.2); + background-color: rgba(53, 57, 69, 0.45); + color: #BAC3CF; border-radius: 4px; } .screen-shield-notifications-container .notification { margin-right: 15px; } @@ -1924,7 +1912,7 @@ StScrollBar { padding: 0px 0px 0px 12px; } #panel.lock-screen { - background-color: rgba(7, 54, 66, 0.5); } + background-color: rgba(53, 57, 69, 0.5); } .screen-shield-background { background: black; @@ -1935,11 +1923,11 @@ StScrollBar { background-repeat: repeat; } #screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(0, 43, 54, 0.3); } + background-color: rgba(56, 60, 74, 0.3); } #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(0, 43, 54, 0.5); } + background-color: rgba(56, 60, 74, 0.5); } #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } #LookingGlassDialog { spacing: 4px; @@ -1948,7 +1936,7 @@ StScrollBar { border: 1px solid black; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } #LookingGlassDialog > #Toolbar { padding: 3px; border: none; @@ -1960,7 +1948,7 @@ StScrollBar { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; - color: #657b83; + color: #BAC3CF; transition-duration: 100ms; padding-left: .3em; padding-right: .3em; } @@ -1969,7 +1957,7 @@ StScrollBar { text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #268bd2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1978,25 +1966,25 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { - caret-color: #fdf6e3; - selection-background-color: #268bd2; - selected-color: #fdf6e3; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + caret-color: #ffffff; + selection-background-color: #5294e2; + selected-color: #ffffff; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid rgba(1, 9, 11, 0.35); + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + selection-background-color: #ffffff; + selected-color: #5294e2; } .lg-dialog .shell-link { - color: #78b9e6; } + color: #a9caf1; } .lg-dialog .shell-link:hover { - color: #a3cfee; } + color: #d5e5f8; } .lg-completions-text { font-size: .9em; @@ -2010,7 +1998,7 @@ StScrollBar { padding: 4px; border-radius: 4px; } .lg-obj-inspector-button:hover { - border: 1px solid #fdf6e3; } + border: 1px solid #ffffff; } #lookingGlassExtensions { padding: 4px; } @@ -2022,7 +2010,7 @@ StScrollBar { .lg-extension { border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 2px; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); padding: 4px; } .lg-extension-name { diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index 94ab355..45b2d1d 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -30,39 +30,39 @@ stage { .button, .notification-banner .notification-button, .notification-banner:hover .notification-button, .notification-banner:focus .notification-button, .hotplug-notification-item { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #268bd2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #268bd2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(101, 123, 131, 0.55); + border: 1px solid rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } @@ -70,27 +70,27 @@ StEntry { padding: 7px; caret-size: 1px; caret-color: #5c616c; - selection-background-color: #268bd2; - selected-color: #fdf6e3; + selection-background-color: #5294e2; + selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; color: #5c616c; - background-color: #fdf6e3; - border: 1px solid #657b83; - box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } StEntry:focus, StEntry:hover { color: #5c616c; - background-color: #fdf6e3; - border: 1px solid #268bd2; - box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } + background-color: #ffffff; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } StEntry:insensitive { color: rgba(92, 97, 108, 0.55); - background-color: #f9f6ec; - border-color: 1px solid #a6b2b7; - box-shadow: inset 0 2px 4px rgba(249, 246, 236, 0.05); } + background-color: #fbfbfb; + border-color: 1px solid #e0e4ee; + box-shadow: inset 0 2px 4px rgba(251, 251, 251, 0.05); } StEntry StIcon.capslock-warning { icon-size: 16px; - warning-color: #cb4b16; + warning-color: #F27835; padding: 0 4px; } StScrollView.vfade { @@ -105,7 +105,7 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 4px; @@ -115,13 +115,13 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #268bd2; } + background-color: #5294e2; } .slider { -slider-height: 4px; - -slider-background-color: #657b83; + -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #268bd2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0px; @@ -132,7 +132,7 @@ StScrollBar { color: transparent; } .popup-menu-item.selected .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #fdf6e3; } + -slider-active-background-color: #ffffff; } .check-box StBoxLayout { spacing: .8em; } @@ -164,9 +164,9 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .shell-link { - color: #1e6ea7; } + color: #2679db; } .shell-link:hover { - color: #268bd2; } + color: #5294e2; } .headline { font-size: 110%; } @@ -191,19 +191,19 @@ StScrollBar { box-shadow: inset 0 0 black; border-top-width: 0px; border-bottom-width: 0; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(5, 35, 43, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(42, 45, 55, 0.95); } .modal-dialog-linked-button:hover { - background-color: rgba(9, 73, 89, 0.95); } + background-color: rgba(64, 69, 83, 0.95); } .modal-dialog-linked-button:focus { - color: #268bd2; } + color: #5294e2; } .modal-dialog-linked-button:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .modal-dialog-linked-button:insensitive { - color: rgba(101, 123, 131, 0.5); - background-color: rgba(6, 46, 57, 0.95); } + color: rgba(186, 195, 207, 0.5); + background-color: rgba(49, 52, 63, 0.95); } .modal-dialog-linked-button:first-child { border-radius: 0px 0px 0px 2px; } .modal-dialog-linked-button:last-child { @@ -242,7 +242,7 @@ StScrollBar { text-align: right; } .end-session-dialog-warning { width: 28em; - color: #cb4b16; + color: #F27835; padding-top: 6px; } .end-session-dialog-warning:rtl { text-align: right; } @@ -276,13 +276,13 @@ StScrollBar { font-size: 8pt; } .end-session-dialog .modal-dialog-linked-button:last-child { color: white; - background-color: #dc322f; } + background-color: #F04A50; } .end-session-dialog .modal-dialog-linked-button:last-child:hover { color: white; - background-color: #e35956; } + background-color: #f47479; } .end-session-dialog .modal-dialog-linked-button:last-child:active { color: white; - background-color: #cf2623; } + background-color: #ee3239; } .shell-mount-operation-icon { icon-size: 48px; } @@ -358,7 +358,7 @@ StScrollBar { padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 9pt; - color: #dc322f; + color: #FC4138; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 9pt; @@ -378,7 +378,7 @@ StScrollBar { padding-right: 10px; } .polkit-dialog-user-root-label { - color: #cb4b16; } + color: #F27835; } .polkit-dialog-user-user-icon { border-radius: 2px; @@ -404,8 +404,8 @@ StScrollBar { border: 1px solid #dcdfe3; border-radius: 3px; } .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .audio-selection-device-box { padding: 20px; @@ -475,7 +475,7 @@ StScrollBar { box-shadow: none; border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #fdf6e3; + color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { @@ -504,7 +504,7 @@ StScrollBar { .candidate-popup-boxpointer { -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 5; @@ -541,13 +541,13 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #268bd2; } + color: #5294e2; } .osd-window .level-bar { - background-color: #268bd2; + background-color: #5294e2; border-radius: 2px; } .resize-popup { - color: #657b83; + color: #BAC3CF; background: none; border: none; border-radius: 5px; @@ -572,11 +572,11 @@ StScrollBar { border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -588,7 +588,7 @@ StScrollBar { .switcher-arrow { border-color: transparent; - color: #657b83; } + color: #BAC3CF; } .switcher-arrow:highlighted { color: white; } @@ -598,7 +598,7 @@ StScrollBar { height: 96px; } .cycler-highlight { - border: 5px solid #268bd2; } + border: 5px solid #5294e2; } .workspace-switcher { background: transparent; @@ -616,10 +616,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #268bd2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -634,8 +634,8 @@ StScrollBar { border-radius: 2px; } .tile-preview { - background-color: rgba(38, 139, 210, 0.35); - border: 1px solid #268bd2; } + background-color: rgba(82, 148, 226, 0.35); + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -690,8 +690,8 @@ StScrollBar { border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -720,9 +720,9 @@ StScrollBar { #panel .power-status.panel-status-indicators-box { spacing: 0; } #panel .screencast-indicator { - color: #dc322f; } + color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #268bd2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -779,11 +779,11 @@ StScrollBar { padding: 13px; color: #5c616c; background-color: transparent; - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } .system-menu-action:active { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; } + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -821,25 +821,25 @@ StScrollBar { .world-clocks-button, .message-list-section-title { padding: 7px 10px 7px 10px; - border: 1px solid rgba(253, 246, 227, 0); } + border: 1px solid rgba(255, 255, 255, 0); } .datemenu-today-button:hover, .datemenu-today-button:focus, .world-clocks-button:hover, .world-clocks-button:focus, .message-list-section-title:hover, .message-list-section-title:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .datemenu-today-button:active, .world-clocks-button:active, .message-list-section-title:active { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .datemenu-today-button .date-label { font-size: 1.5em; } @@ -850,7 +850,7 @@ StScrollBar { font-weight: bold; } .world-clocks-button:active .world-clocks-header { - color: #fdf6e3; } + color: #ffffff; } .world-clocks-grid { spacing-rows: 0.4em; } @@ -932,16 +932,16 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #268bd2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { - color: #fdf6e3; } + color: #ffffff; } .calendar-other-month-day { color: rgba(92, 97, 108, 0.3); @@ -994,7 +994,7 @@ StScrollBar { color: #5c616c; border-image: url("light-assets/misc/message-hover.svg") 9 9 9 9; } .message:active { - color: #fdf6e3; + color: #ffffff; border-image: url("light-assets/misc/message-active.svg") 9 9 9 9; } .message-icon-bin { padding: 8px 0px 8px 8px; } @@ -1028,7 +1028,7 @@ StScrollBar { .message-media-control:hover { color: #5c616c; } .message-media-control:active { - color: #268bd2; } + color: #5294e2; } .media-message-cover-icon { icon-size: 32px; } @@ -1096,7 +1096,7 @@ StScrollBar { .nm-dialog-scroll-view { border: 1px solid #dcdfe3; border-radius: 2px; - background-color: #fdf6e3; } + background-color: #ffffff; } .nm-dialog-header { font-weight: bold; font-size: 1.2em; } @@ -1106,8 +1106,8 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { @@ -1135,13 +1135,13 @@ StScrollBar { padding: 32px; } .window-clone-border { - border: 3px solid rgba(38, 139, 210, 0.8); + border: 3px solid rgba(82, 148, 226, 0.8); border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(38, 139, 210, 0); } + box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } .window-caption, .window-caption:hover { spacing: 25px; - color: #657b83; + color: #BAC3CF; background-color: rgba(0, 0, 0, 0.7); border-radius: 2px; padding: 4px 12px; @@ -1152,7 +1152,7 @@ StScrollBar { padding: 7px 9px; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(253, 246, 227, 0.9); } + background-color: rgba(255, 255, 255, 0.9); } .search-entry:focus { padding: 7px 9px; } .search-entry .search-entry-icon { @@ -1160,13 +1160,13 @@ StScrollBar { padding: 0 4px; color: #5c616c; } .search-entry:hover, .search-entry:focus { - color: #fdf6e3; - caret-color: #fdf6e3; - background-color: #268bd2; - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + color: #ffffff; + caret-color: #ffffff; + background-color: #5294e2; + selection-background-color: #ffffff; + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #fdf6e3; } + color: #ffffff; } #searchResultsBin { max-width: 1000px; } @@ -1211,19 +1211,17 @@ StScrollBar { #dash { font-size: 1em; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); border-color: rgba(0, 0, 0, 0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; } #dash:rtl { border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 1px; } - .bottom #dash { - padding: 1px 6px 0px 6px; } - .top #dash { - padding: 0px 6px 1px 6px; } + padding: 4px 0; } + .top #dash, .bottom #dash { + padding: 0; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1232,14 +1230,11 @@ StScrollBar { width: 24px; height: 24px; } -.dash-item-container > StWidget { - padding: 0px 4px 0px 5px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 0px 5px 0px 4px; } - .bottom .dash-item-container > StWidget { - padding: 4px 0px 5px 0px; } - .top .dash-item-container > StWidget { - padding: 5px 0px 4px 0px; } +.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { + padding: 4px 8px; } + +.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { + padding: 6px; } .dash-label { border-radius: 3px; @@ -1252,30 +1247,24 @@ StScrollBar { -y-offset: 3px; -x-offset: 0; } -#dash .app-well-app .overview-icon, -.right #dash .app-well-app .overview-icon, -.bottom #dash .app-well-app .overview-icon, -.top #dash .app-well-app .overview-icon { - padding: 10px; } - #dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, .bottom #dash .app-well-app:active .overview-icon, .top #dash .app-well-app:active .overview-icon { box-shadow: none; - background-color: #1e6ea7; } + background-color: #2679db; } #dash .app-well-app-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; - background-color: #268bd2; } + margin-bottom: 2px; + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1295,21 +1284,20 @@ StScrollBar { background-image: url("common-assets/dash/running4.svg"); } .show-apps .overview-icon { - padding: 11px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; border: 0px solid; } .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #268bd2; } + color: #5294e2; } .show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1325,20 +1313,20 @@ StScrollBar { .app-view-control { padding: 4px 32px; - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1349,13 +1337,13 @@ StScrollBar { .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { - background-color: rgba(2, 16, 20, 0.85); } + background-color: rgba(31, 33, 40, 0.85); } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 200ms; } .app-well-app:active .overview-icon, @@ -1364,8 +1352,8 @@ StScrollBar { .app-well-app.app-folder:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { - background-color: rgba(2, 16, 20, 0.85); - box-shadow: inset 0 0 #268bd2; } + background-color: rgba(31, 33, 40, 0.85); + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1376,7 +1364,7 @@ StScrollBar { .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { - background-color: rgba(101, 123, 131, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 0ms; border-image: none; background-image: none; } @@ -1385,7 +1373,7 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #268bd2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, @@ -1399,23 +1387,23 @@ StScrollBar { text-align: center; } .app-well-app.app-folder > .overview-icon { - background-color: rgba(3, 24, 29, 0.95); + background-color: rgba(35, 38, 46, 0.95); border: 1px solid rgba(0, 0, 0, 0.45); } .app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(8, 65, 80, 0.95); } + background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #268bd2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; - -arrow-background-color: rgba(3, 24, 29, 0.95); + -arrow-background-color: rgba(35, 38, 46, 0.95); -arrow-border-color: rgba(0, 0, 0, 0.45); -arrow-border-width: 1px; -arrow-base: 5; @@ -1465,7 +1453,7 @@ StScrollBar { border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } .workspace-thumbnail-indicator { - border: 4px solid rgba(38, 139, 210, 0.8); + border: 4px solid rgba(82, 148, 226, 0.8); border-radius: 1px; padding: 1px; } @@ -1480,7 +1468,7 @@ StScrollBar { color: #5c616c; } .url-highlighter { - link-color: #1e6ea7; } + link-color: #2679db; } .notification-banner, .notification-banner:hover, @@ -1546,7 +1534,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #268bd2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1602,7 +1590,7 @@ StScrollBar { color: pink; } .legacy-tray { - background-color: rgba(5, 36, 44, 0.95); } + background-color: rgba(43, 46, 55, 0.95); } .legacy-tray:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } @@ -1636,12 +1624,12 @@ StScrollBar { min-width: 155px; } .magnifier-zoom-region { - border: 2px solid #268bd2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } #keyboard { - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.2); } @@ -1660,35 +1648,35 @@ StScrollBar { font-weight: bold; border-radius: 3px; box-shadow: none; - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:hover { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #657b83; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #234b56; - border: 1px solid rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #5d626e; + border: 1px solid rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .keyboard-subkeys { - color: #657b83; + color: #BAC3CF; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(7, 54, 66, 0.95); + -arrow-background-color: rgba(53, 57, 69, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -1698,20 +1686,20 @@ StScrollBar { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #657b83; + color: #BAC3CF; font-size: 1.15em; } .candidate-index { padding: 0 0.5em 0 0; - color: #7f949c; } + color: #d8dde4; } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .candidate-page-button-box { height: 2em; } @@ -1740,7 +1728,7 @@ StScrollBar { border-radius: 2px; } .framed-user-icon:hover { border-color: transparent; - color: #b8c4c9; } + color: white; } .login-dialog-banner-view { padding-top: 24px; @@ -1754,27 +1742,27 @@ StScrollBar { .login-dialog .modal-dialog-button { padding: 3px 18px; } .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: white; - border: 1px solid #657b83; + border: 1px solid #cfd6e6; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(253, 246, 227, 0); - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid #268bd2; - box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(253, 246, 227, 0); + text-shadow: 0 1px rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(101, 123, 131, 0.55); + border: 1px solid rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } @@ -1782,13 +1770,13 @@ StScrollBar { padding: 24px 0px; } .login-dialog-banner { - color: #4f6066; } + color: #9ca9ba; } .login-dialog-button-box { spacing: 5px; } .login-dialog-message-warning { - color: #cb4b16; } + color: #F27835; } .login-dialog-message-hint { padding-top: 0; @@ -1800,12 +1788,12 @@ StScrollBar { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #657b83; } + color: #BAC3CF; } .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #222a2d; + color: #62758e; padding-top: 1em; } .login-dialog-user-list-view { @@ -1816,32 +1804,32 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #268bd2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; padding: .2em; - color: #222a2d; } + color: #62758e; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; - background-color: #657b83; } + background-color: #BAC3CF; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #fdf6e3; } + background-color: #ffffff; } .login-dialog-username, .user-widget-label { - color: #657b83; + color: #BAC3CF; font-size: 120%; font-weight: bold; text-align: left; @@ -1860,7 +1848,7 @@ StScrollBar { width: 23em; } .login-dialog-prompt-label { - color: #394549; + color: #7e8fa5; font-size: 110%; padding-top: 1em; } @@ -1868,11 +1856,11 @@ StScrollBar { icon-size: 1.25em; } .login-dialog-session-list-button { - color: #222a2d; } + color: #62758e; } .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #657b83; } + color: #BAC3CF; } .login-dialog-session-list-button:active { - color: black; } + color: #394351; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1909,9 +1897,9 @@ StScrollBar { .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; - border: 1px solid rgba(101, 123, 131, 0.2); - background-color: rgba(7, 54, 66, 0.45); - color: #657b83; + border: 1px solid rgba(186, 195, 207, 0.2); + background-color: rgba(53, 57, 69, 0.45); + color: #BAC3CF; border-radius: 4px; } .screen-shield-notifications-container .notification { margin-right: 15px; } @@ -1924,7 +1912,7 @@ StScrollBar { padding: 0px 0px 0px 12px; } #panel.lock-screen { - background-color: rgba(7, 54, 66, 0.5); } + background-color: rgba(53, 57, 69, 0.5); } .screen-shield-background { background: black; @@ -1939,7 +1927,7 @@ StScrollBar { #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { background-color: rgba(245, 246, 247, 0.5); } #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } #LookingGlassDialog { spacing: 4px; @@ -1948,7 +1936,7 @@ StScrollBar { border: 1px solid black; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 2px; - color: #657b83; } + color: #BAC3CF; } #LookingGlassDialog > #Toolbar { padding: 3px; border: none; @@ -1960,7 +1948,7 @@ StScrollBar { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; - color: #657b83; + color: #BAC3CF; transition-duration: 100ms; padding-left: .3em; padding-right: .3em; } @@ -1969,7 +1957,7 @@ StScrollBar { text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #268bd2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1978,25 +1966,25 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { - caret-color: #fdf6e3; - selection-background-color: #268bd2; - selected-color: #fdf6e3; - color: #657b83; - background-color: rgba(18, 137, 167, 0.35); - border: 1px solid rgba(1, 9, 11, 0.35); + caret-color: #ffffff; + selection-background-color: #5294e2; + selected-color: #ffffff; + color: #BAC3CF; + background-color: rgba(102, 109, 132, 0.35); + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { - color: #fdf6e3; - background-color: #268bd2; - border: 1px solid rgba(1, 9, 11, 0.35); + color: #ffffff; + background-color: #5294e2; + border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); - selection-background-color: #fdf6e3; - selected-color: #268bd2; } + selection-background-color: #ffffff; + selected-color: #5294e2; } .lg-dialog .shell-link { - color: #1e6ea7; } + color: #2679db; } .lg-dialog .shell-link:hover { - color: #268bd2; } + color: #5294e2; } .lg-completions-text { font-size: .9em; @@ -2010,7 +1998,7 @@ StScrollBar { padding: 4px; border-radius: 4px; } .lg-obj-inspector-button:hover { - border: 1px solid #fdf6e3; } + border: 1px solid #ffffff; } #lookingGlassExtensions { padding: 4px; } @@ -2022,7 +2010,7 @@ StScrollBar { .lg-extension { border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 2px; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); padding: 4px; } .lg-extension-name { diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 89c30fb..3da3c1a 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -1583,21 +1583,16 @@ StScrollBar { color: $osd_fg_color; background-color: $dark_sidebar_bg; border-color: rgba(0,0,0,0.4); - padding: 6px 1px 6px 0px; + padding: 4px 0; border-radius: 0 3px 3px 0; &:rtl { border-radius: 3px 0 0 3px; } .right &, - &:rtl { - padding: 6px 0px 6px 1px; - } - .bottom & { - padding: 1px 6px 0px 6px; - } - .top & { - padding: 0px 6px 1px 6px; - } + &:rtl { padding: 4px 0; } + + .top &, .bottom & { padding: 0; } + .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; @@ -1611,11 +1606,10 @@ StScrollBar { } .dash-item-container > StWidget { - padding: 0px 4px 0px 5px; - .right &, &:rtl { padding: 0px 5px 0px 4px; } - .bottom & { padding: 4px 0px 5px 0px; } - .top & { padding: 5px 0px 4px 0px; } + &, &:rtl, .right & { padding: 4px 8px; } + + .top &, .bottom & { padding: 6px; } } //osd tooltip @@ -1636,13 +1630,6 @@ StScrollBar { // Dash Buttons #dash .app-well-app { - .overview-icon, - .right & .overview-icon, - .bottom & .overview-icon, - .top & .overview-icon { - padding: 10px; - } - &:hover .overview-icon, .right &:hover .overview-icon, .bottom &:hover .overview-icon, @@ -1661,7 +1648,7 @@ StScrollBar { &-running-dot { width: 11px; height: 2px; - margin-bottom: 6px; + margin-bottom: 2px; background-color: $selected_bg_color; } } @@ -1683,7 +1670,6 @@ StScrollBar { .show-apps { .overview-icon { - padding: 11px; background-color: transparentize(black, 0.5); border-radius: 2px; border: 0px solid; diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc index ecf8ee8..ee5cf61 100644 --- a/common/gtk-2.0/apps.rc +++ b/common/gtk-2.0/apps.rc @@ -76,11 +76,82 @@ style "entry_border" { } } +style "combobox_entry_border" = "combobox_entry" { + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-border.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-border-focus.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-border-rtl.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-border-focus-rtl.png" + border = { 4, 4, 12, 12 } + stretch = TRUE + direction = RTL + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + } + } +} + + # Mousepad search entry -widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" +widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" # Mousepad find and replace -widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border" +widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border" + +# Thunar bulk rename +widget_class "*ThunarRenamerDialog*.<GtkEntry>" style "entry_border" # Hexchat input box -class "SexySpellEntry" style:highest "entry_border" +class "SexySpellEntry" style:highest "entry_border" + +# Geany search entries +widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border" +widget "*GeanyToolbar.*GtkEntry*" style "entry_border" + +widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border" diff --git a/common/gtk-2.0/assets-dark.svg b/common/gtk-2.0/assets-dark.svg index 467ef3c..be83659 100644 --- a/common/gtk-2.0/assets-dark.svg +++ b/common/gtk-2.0/assets-dark.svg @@ -741,6 +741,90 @@ x2="51.5" y2="-256.63782" gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1-0"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9-1" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171-1" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618-1" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-8"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-7" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> </defs> <sodipodi:namedview id="base" @@ -749,9 +833,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="37.403863" - inkscape:cy="228.51884" + inkscape:zoom="7.9999996" + inkscape:cx="190.41345" + inkscape:cy="213.5177" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -5916,5 +6000,129 @@ rx="2.7755599e-17" ry="2.7755599e-17" inkscape:label="#rect5008-1" /> + <g + style="display:inline" + id="combo-entry-border" + inkscape:label="#g9335" + transform="translate(161,169)" + clip-path="url(#clipPath4466-3)"> + <path + style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70" + style="display:inline;opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus" + inkscape:label="#g9335" + transform="translate(186,169)" + clip-path="url(#clipPath4466-3-1)"> + <path + style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9" + style="display:inline;opacity:1;fill:url(#linearGradient6618);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,176,199)" + clip-path="url(#clipPath4466-3-8)"> + <path + style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-30" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-6" + style="display:inline;opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,201,199)" + clip-path="url(#clipPath4466-3-1-0)"> + <path + style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3-8" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171-1);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9-8" + style="display:inline;opacity:1;fill:url(#linearGradient6618-1);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> </g> </svg> diff --git a/common/gtk-2.0/assets-dark/combo-entry-border-focus-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-border-focus-rtl.png Binary files differnew file mode 100644 index 0000000..5288d13 --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border-focus-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-border-focus.png b/common/gtk-2.0/assets-dark/combo-entry-border-focus.png Binary files differnew file mode 100644 index 0000000..e000d0d --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border-focus.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-border-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-border-rtl.png Binary files differnew file mode 100644 index 0000000..f2fb6b0 --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-border.png b/common/gtk-2.0/assets-dark/combo-entry-border.png Binary files differnew file mode 100644 index 0000000..92ebe4e --- /dev/null +++ b/common/gtk-2.0/assets-dark/combo-entry-border.png diff --git a/common/gtk-2.0/assets.svg b/common/gtk-2.0/assets.svg index ea245f1..9579564 100644 --- a/common/gtk-2.0/assets.svg +++ b/common/gtk-2.0/assets.svg @@ -20,6 +20,20 @@ <defs id="defs9894"> <linearGradient + id="linearGradient6614"> + <stop + style="stop-color:#cfd6e6;stop-opacity:1;" + offset="0" + id="stop6616" /> + </linearGradient> + <linearGradient + id="linearGradient5167"> + <stop + style="stop-color:#cfd6e6;stop-opacity:1;" + offset="0" + id="stop5169" /> + </linearGradient> + <linearGradient id="linearGradient5117"> <stop style="stop-color:#657b83;stop-opacity:1;" @@ -866,6 +880,90 @@ x2="51.5" y2="-256.63782" gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-1-0"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-9-1" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5171-1" + x1="9.5" + y1="-279.63782" + x2="9.5" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient6618-1" + x1="17.5" + y1="-279.13782" + x2="17.5" + y2="-256.13782" + gradientUnits="userSpaceOnUse" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4466-3-8"> + <rect + style="opacity:0.55800003;fill:#ff1111;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4468-5-7" + width="21" + height="25.999998" + x="-18" + y="-280.63782" + transform="scale(-1,1)" /> + </clipPath> </defs> <sodipodi:namedview id="base" @@ -874,11 +972,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="2.828427" - inkscape:cx="74.28003" - inkscape:cy="188.10678" + inkscape:zoom="1.4142135" + inkscape:cx="205.16573" + inkscape:cy="193.28696" inkscape:document-units="px" - inkscape:current-layer="combo-entry-focus-notebook-rtl" + inkscape:current-layer="layer1" showgrid="true" showborder="false" inkscape:window-width="1366" @@ -6009,5 +6107,129 @@ rx="2.7755599e-17" ry="2.7755599e-17" inkscape:label="#rect5008-1" /> + <g + style="display:inline" + id="combo-entry-border" + inkscape:label="#g9335" + transform="translate(161,169)" + clip-path="url(#clipPath4466-3)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70" + style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus" + inkscape:label="#g9335" + transform="translate(186,169)" + clip-path="url(#clipPath4466-3-1)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9" + style="display:inline;opacity:1;fill:url(#linearGradient6618);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,176,199)" + clip-path="url(#clipPath4466-3-8)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-30" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-6" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-6" + style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + style="display:inline" + id="combo-entry-border-focus-rtl" + inkscape:label="#g9335" + transform="matrix(-1,0,0,1,201,199)" + clip-path="url(#clipPath4466-3-1-0)"> + <path + style="display:inline;opacity:1;fill:#f5f6f7;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m -43,149 0,24 26,0 0,-24 -26,0 z m 3,1 18,0 c 1.108,0 2,0.892 2,2 l 0,18 c 0,1.108 -0.892,2 -2,2 l -18,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-18 c 0,-1.108 0.892,-2 2,-2 z" + transform="translate(40,-428.63782)" + id="rect5025-2-2-3-8" + inkscape:connector-curvature="0" /> + <rect + rx="3" + inkscape:transform-center-y="0.42353254" + inkscape:transform-center-x="-4.8613592" + y="-279.13782" + x="-2.5" + height="23" + width="24" + id="rect7903-7-8-6-2-9-2" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5171-1);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + ry="3" /> + <rect + y="-278.63782" + x="17" + height="22" + width="1" + id="rect4699-70-9-8" + style="display:inline;opacity:1;fill:url(#linearGradient6618-1);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> </g> </svg> diff --git a/common/gtk-2.0/assets.txt b/common/gtk-2.0/assets.txt index 853a182..710871e 100644 --- a/common/gtk-2.0/assets.txt +++ b/common/gtk-2.0/assets.txt @@ -56,13 +56,17 @@ entry-toolbar entry-active-toolbar entry-disabled-toolbar combo-entry +combo-entry-border combo-entry-focus +combo-entry-border-focus combo-entry-insensitive combo-entry-notebook combo-entry-focus-notebook combo-entry-insensitive-notebook combo-entry-rtl +combo-entry-border-rtl combo-entry-focus-rtl +combo-entry-border-focus-rtl combo-entry-insensitive-rtl combo-entry-notebook-rtl combo-entry-focus-notebook-rtl diff --git a/common/gtk-2.0/assets/combo-entry-border-focus-rtl.png b/common/gtk-2.0/assets/combo-entry-border-focus-rtl.png Binary files differnew file mode 100644 index 0000000..4923da4 --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border-focus-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-border-focus.png b/common/gtk-2.0/assets/combo-entry-border-focus.png Binary files differnew file mode 100644 index 0000000..623c777 --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border-focus.png diff --git a/common/gtk-2.0/assets/combo-entry-border-rtl.png b/common/gtk-2.0/assets/combo-entry-border-rtl.png Binary files differnew file mode 100644 index 0000000..f30c410 --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-border.png b/common/gtk-2.0/assets/combo-entry-border.png Binary files differnew file mode 100644 index 0000000..0644fef --- /dev/null +++ b/common/gtk-2.0/assets/combo-entry-border.png diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index f612057..a99c8b1 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #78b9e6; - -GtkWidget-visited-link-color: #4ca2df; + -GtkWidget-link-color: #a9caf1; + -GtkWidget-visited-link-color: #7eafe9; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -22,64 +22,64 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(211, 218, 227, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #657b83; - background-color: rgba(0, 43, 54, 0.999); } + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0.999); } *:insensitive { -gtk-image-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:prelight { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:insensitive { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { - color: rgba(101, 123, 131, 0.55); } + color: rgba(211, 218, 227, 0.55); } .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { - color: #657b83; } + color: #D3DAE3; } GtkLabel:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .subtitle { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } GtkAssistant.csd .sidebar { border-top-style: none; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #04313c; } + background-color: #3c414e; } GtkFlowBox .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkFlowBox .grid-child { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,42 +128,42 @@ GtkFlowBox .grid-child { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.55)); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -180,90 +180,90 @@ GtkFlowBox .grid-child { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #7d4328); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #873437); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #526d76; } + color: #b6bcc6; } .linked.vertical > .entry { - border-bottom-color: #052b35; + border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(8, 62, 75, 0); - border-color: rgba(0, 19, 23, 0); + background-color: rgba(68, 74, 88, 0); + border-color: rgba(43, 46, 57, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -271,62 +271,62 @@ GtkSearchEntry.entry { .button.flat:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; transition-duration: 50ms; } .button:active { - color: #657b83; } + color: #D3DAE3; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -346,112 +346,112 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.suggested-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } .button.destructive-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.destructive-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, @@ -491,7 +491,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -503,30 +503,30 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar GtkToolButton > .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -539,7 +539,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -552,7 +552,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -560,7 +560,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -585,7 +585,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5), inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -597,7 +597,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -609,7 +609,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -641,34 +641,34 @@ GtkSearchEntry.entry { outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover { - background-color: #0a333e; } + background-color: #484c59; } .menuitem.button.flat:checked { - color: #657b83; } + color: #D3DAE3; } *:link, .button:link, .button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, .button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } .spinbutton .button { background-image: none; - border: 1px solid rgba(0, 19, 23, 0.6); + border: 1px solid rgba(43, 46, 57, 0.6); border-style: none none none solid; - color: #607880; + color: #ccd3dc; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -676,50 +676,50 @@ GtkSearchEntry.entry { .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { @@ -735,7 +735,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -746,7 +746,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -754,63 +754,63 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } .search-bar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } .action-bar { - background-color: #001f27; } + background-color: #313541; } .header-bar { padding: 5px 5px 4px 5px; border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -819,42 +819,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -864,43 +864,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd .titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -912,88 +912,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(125, 63, 34, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(135, 47, 50, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1003,29 +1003,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1037,30 +1037,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1071,30 +1071,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1102,41 +1102,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1145,20 +1145,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.37); } + background-color: rgba(21, 23, 28, 0.37); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1167,22 +1167,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.27)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 72, 90, 0.991)); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); + border-color: rgba(21, 23, 28, 0.67); } .path-bar .button { padding: 5px 10px; } @@ -1210,52 +1210,52 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-color: rgba(101, 123, 131, 0.2); } + border-color: rgba(211, 218, 227, 0.2); } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #365963; } + color: #8a909b; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #657b83; - background-image: linear-gradient(to bottom, #001317); + color: #D3DAE3; + background-image: linear-gradient(to bottom, #2b2e39); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #526d76; - background-color: #073642; } + color: #b6bcc6; + background-color: #404552; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #657b83; + color: #D3DAE3; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1264,8 +1264,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #073642, inset -1px 0 #073642; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1274,37 +1274,37 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #073642; } + background-color: #404552; } column-header .button:active:hover { - color: #657b83; } + color: #D3DAE3; } column-header .button:insensitive { - border-color: #002b36; + border-color: #383C4A; background-image: none; } .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd .menu { padding: 4px 0px; border-radius: 2px; @@ -1312,12 +1312,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1326,11 +1326,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #103d49; } + border-bottom: 1px solid #4f5461; } .menu.button.bottom { - border-top: 1px solid #103d49; } + border-top: 1px solid #4f5461; } .menu.button:hover { - background-color: #103d49; } + background-color: #4f5461; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1345,13 +1345,13 @@ column-header .button, column-header .button:hover, column-header .button:active .popover { margin: 10px; padding: 2px; - border: 1px solid black; + border: 1px solid #20222a; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1376,7 +1376,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #073642; + background-color: #404552; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1386,7 +1386,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-focus-line-width: 0; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } .notebook.frame.top { border-top-width: 0; } .notebook.frame.bottom { @@ -1396,9 +1396,9 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.frame.left { border-left-width: 0; } .notebook.header { - background-color: #002b36; } + background-color: #383C4A; } .notebook.header.frame { - border: 0px solid #001317; } + border: 0px solid #2b2e39; } .notebook.header.frame.top { border-bottom-width: 0; } .notebook.header.frame.bottom { @@ -1408,13 +1408,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.header.frame.left { border-right-width: 0; } .notebook.header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } .notebook.header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .notebook.header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .notebook.header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } .notebook tab { border-width: 0; border-style: solid; @@ -1435,76 +1435,76 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #073642, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #073642; - box-shadow: inset 0 -1px #073642, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #073642, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #073642; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #657b83; } + color: #D3DAE3; } .notebook tab .button { padding: 0; - color: #425f68; } + color: #9da3ad; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook.arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook.arrow:active { - color: #657b83; } + color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } .scrollbar { background-clip: padding-box; @@ -1520,35 +1520,35 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .button { border: none; } .scrollbar.trough { - background-color: #07323d; - border-left: 1px solid #001317; } + background-color: #3e434f; + border-left: 1px solid #2b2e39; } .scrollbar.trough.horizontal { border-left: none; - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .scrollbar.slider { border-radius: 21px 20px 20px 21px; border: 3px solid transparent; border-left-width: 4px; - background-color: #284b55; } + background-color: #767b87; } .scrollbar.slider.horizontal { border-radius: 21px 21px 20px 20px; border-left-width: 3px; border-top-width: 4px; } .scrollbar.slider:hover { - background-color: #193f49; } + background-color: #5f6470; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - background-color: #07323d; } + background-color: #3e434f; } GtkSwitch { font: 1; @@ -1784,7 +1784,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .scale { -GtkScale-slider-length: 15; @@ -1799,63 +1799,63 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 3px; } .scale.slider { background-clip: border-box; - background-image: linear-gradient(to bottom, #083e4b); - border: 1px solid #000b0d; + background-image: linear-gradient(to bottom, #444a58); + border: 1px solid #262933; border-radius: 50%; box-shadow: none; } .scale.slider:hover { - background-image: linear-gradient(to bottom, #0a5062); - border-color: #000b0d; } + background-image: linear-gradient(to bottom, #505666); + border-color: #262933; } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #04313d); - border-color: rgba(0, 11, 13, 0.8); } + background-image: linear-gradient(to bottom, #3c414e); + border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #00171d); } + background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 23, 29, 0.55)); } + background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1863,11 +1863,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1876,30 +1876,30 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1921,25 +1921,25 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } .frame { - border: 1px solid #001317; + border: 1px solid #2b2e39; padding: 0; } .frame.flat { border-style: none; } @@ -1965,8 +1965,8 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } .list-row, .grid-child { @@ -1980,14 +1980,14 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:hover { background-color: rgba(255, 255, 255, 0.03); } .list-row.button:active { - color: #657b83; } + color: #D3DAE3; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive GtkLabel { color: inherit; } @@ -1999,73 +1999,73 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #b8c4c9; } + color: white; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #657b83; + color: #D3DAE3; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #657b83; } + color: #D3DAE3; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); background-color: transparent; background-image: none; } GtkCalendar.highlight { @@ -2077,8 +2077,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2096,29 +2096,29 @@ GtkCalendar { border-bottom-left-radius: 3px; } GtkFileChooserDialog .search-bar { - background-color: #002b36; - border-color: #001317; + background-color: #383C4A; + border-color: #2b2e39; box-shadow: none; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .sidebar { border: none; - background-color: #003340; } + background-color: #3c4150; } .sidebar .scrollbar.trough { background-color: transparent; border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { - color: #657b83; + color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2135,7 +2135,7 @@ GtkPaned { margin-left: 8px; } .pane-separator { - background-image: linear-gradient(to bottom, #001317); } + background-image: linear-gradient(to bottom, #2b2e39); } GtkInfoBar { border-style: none; } @@ -2145,44 +2145,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2227,13 +2227,13 @@ GtkColorSwatch { border-color: rgba(255, 255, 255, 0.5); } GtkColorChooserWidget #add-color-button { - border-color: #001f27; - background-color: #001f27; - color: #002b36; + border-color: #313541; + background-color: #313541; + color: #383C4A; box-shadow: none; } GtkColorChooserWidget #add-color-button:hover { - border-color: #001317; - background-color: #001317; } + border-color: #2b2e39; + background-color: #2b2e39; } GtkColorButton.button { padding: 5px; } @@ -2243,10 +2243,10 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkVolumeButton.button { padding: 8px; } @@ -2259,7 +2259,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2268,7 +2268,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2277,7 +2277,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2286,7 +2286,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2333,10 +2333,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2344,7 +2344,7 @@ GtkVolumeButton.button { border-radius: 0; } .window-frame.csd.popup, .window-frame.csd.menu { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } .window-frame.csd.tooltip { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2362,8 +2362,8 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); color: transparent; background-position: center; background-repeat: no-repeat; } @@ -2601,7 +2601,7 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { padding: 4px 6px 4px 6px; - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, @@ -2634,8 +2634,8 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, @@ -2649,10 +2649,10 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, @@ -2666,17 +2666,17 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2709,7 +2709,7 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, @@ -2719,14 +2719,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } GtkHTML { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2747,12 +2747,12 @@ TerminalWindow .scrollbar.trough { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } NautilusNotebook.notebook { - background-color: #073642; } + background-color: #404552; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2762,7 +2762,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #073642; } + background-color: #404552; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2771,32 +2771,32 @@ NemoWindow .sidebar .frame { border-width: 0; } NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #001317; } + color: #2b2e39; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2805,16 +2805,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } .open-document-selector-listbox-row { - border-bottom: 1px solid #00171d; + border-bottom: 1px solid #2d303b; padding: 6px 6px 6px 12px; } .open-document-selector-listbox-row .path-label { font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } .open-document-selector-listbox-row:selected .path-label { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .gedit-document-panel .list-row .button { color: transparent; @@ -2827,7 +2827,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: inherit; } .gedit-document-panel .prelight-row .button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2840,19 +2840,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } GeditStatusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } GeditStatusMenuButton.button.flat, GeditStatusMenuButton:prelight.button.flat, @@ -2861,17 +2861,17 @@ GeditStatusMenuButton:checked.button.flat { border-radius: 0; } GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); margin: 2px; padding: 2px; } GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } @@ -2879,9 +2879,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2889,45 +2889,45 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } GdTaggedEntry { - color: #657b83; } + color: #D3DAE3; } .preferences.sidebar GtkViewport { border: none; } .preferences.sidebar GtkListBox { - background-color: #002b36; } + background-color: #383C4A; } .preferences.sidebar GtkListBoxRow { padding: 10px; } @@ -2941,16 +2941,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2965,53 +2965,53 @@ GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook { - background-color: #073642; } + background-color: #404552; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } EphyWindow .floating-bar { - color: #657b83; } + color: #D3DAE3; } .documents-load-more.button { border-width: 1px 0 0; border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3023,7 +3023,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3035,8 +3035,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3044,10 +3044,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3058,47 +3058,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3119,8 +3119,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3133,21 +3133,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3224,14 +3224,14 @@ WingpanelWidgetsIndicatorPopover.popover { border: solid rgba(255, 255, 255, 0.07); border-width: 1px 0; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #657b83; } + color: #D3DAE3; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3243,39 +3243,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3287,7 +3287,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3360,20 +3360,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3385,7 +3385,7 @@ GraniteWidgetsStaticNotebook .frame { .secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { padding: 0 3px 0 3px; } @@ -3393,8 +3393,8 @@ GraniteWidgetsStaticNotebook .frame { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { padding: 2px 3px 2px 3px; } @@ -3404,28 +3404,28 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:prelight { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3434,8 +3434,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3444,11 +3444,11 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3461,16 +3461,16 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome GtkLabel { - color: #33535d; + color: #868b97; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3485,7 +3485,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642); + background-image: linear-gradient(to bottom, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3506,7 +3506,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3517,17 +3517,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3539,35 +3540,35 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } #content_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3575,35 +3576,35 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(0, 27, 34, 0.97); } + box-shadow: inset 0 1px rgba(38, 42, 51, 0.97); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -3616,49 +3617,49 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } NemoWindow GtkEventBox { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog *, NautilusWindow *, @@ -3668,12 +3669,12 @@ NemoWindow { GtkFileChooserDialog .sidebar, NautilusWindow .sidebar, NemoWindow .sidebar { - border-right: 1px solid rgba(5, 35, 43, 0.95); } + border-right: 1px solid rgba(42, 45, 55, 0.95); } GtkFileChooserDialog .sidebar:dir(rtl), NautilusWindow .sidebar:dir(rtl), NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid rgba(5, 35, 43, 0.95); } + border-left: 1px solid rgba(42, 45, 55, 0.95); } NautilusWindow GtkBox.sidebar { background-color: transparent; } @@ -3701,7 +3702,7 @@ NemoWindow .sidebar, NemoWindow MarlinPlacesSidebar, MarlinViewWindow .sidebar, MarlinViewWindow MarlinPlacesSidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, NautilusWindow .sidebar .view, NautilusWindow .sidebar .source-list.sidebar row, @@ -3716,7 +3717,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow MarlinPlacesSidebar .view, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar .source-list.sidebar row.image, @@ -3730,7 +3731,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.image, MarlinViewWindow MarlinPlacesSidebar .view.image, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar .source-list.sidebar row.cell:selected, @@ -3744,8 +3745,8 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, NautilusWindow MarlinPlacesSidebar.frame, @@ -3753,7 +3754,7 @@ MarlinViewWindow MarlinPlacesSidebar { NemoWindow MarlinPlacesSidebar.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow MarlinPlacesSidebar.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3776,44 +3777,44 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #073642; } + background-color: #404552; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar { background-color: transparent; } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-action-box { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3823,21 +3824,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(38, 42, 51, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3847,99 +3848,99 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbars-junction.frame { border-color: transparent; background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3947,13 +3948,13 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, NautilusWindow .sidebar .trough.scrollbar, @@ -3974,7 +3975,7 @@ MarlinViewWindow .sidebar .slider.scrollbar, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { border-radius: 20px; border: 3px solid transparent; - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, NautilusWindow .sidebar .slider.scrollbar:hover, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, @@ -3982,7 +3983,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, MarlinViewWindow .sidebar .slider.scrollbar:hover, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, NautilusWindow .sidebar .slider.scrollbar:prelight:active, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, @@ -3990,7 +3991,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, NautilusWindow .sidebar .slider.fine-tune.scrollbar, NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, @@ -4006,7 +4007,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4017,47 +4018,47 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . background-color: transparent; } /* GTK NAMED COLORS */ -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; -@define-color content_view_bg #073642; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; +@define-color content_view_bg #404552; diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css index 4b8a55a..a5f7f0d 100644 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ b/common/gtk-3.0/3.14/gtk-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ GtkLabel:insensitive { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } GtkFlowBox .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkFlowBox .grid-child { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkFlowBox .grid-child { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkFlowBox .grid-child { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkFlowBox .grid-child { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,60 +272,60 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -345,68 +345,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -414,7 +414,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -422,26 +422,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -449,7 +449,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -490,7 +490,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -504,28 +504,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -538,7 +538,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -551,7 +551,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -559,7 +559,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -584,7 +584,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -596,7 +596,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -608,7 +608,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -645,21 +645,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -667,7 +667,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -677,47 +677,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,19 +751,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -773,15 +773,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -806,14 +806,14 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -822,42 +822,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -867,43 +867,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd .titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -915,88 +915,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(125, 63, 34, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(135, 47, 50, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1006,29 +1006,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1040,30 +1040,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1074,30 +1074,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1105,41 +1105,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1148,20 +1148,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.37); } + background-color: rgba(21, 23, 28, 0.37); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1170,22 +1170,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.27)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 72, 90, 0.991)); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); + border-color: rgba(21, 23, 28, 0.67); } .path-bar .button { padding: 5px 10px; } @@ -1217,44 +1217,44 @@ GtkTreeView.view { GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1267,8 +1267,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1277,7 +1277,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1287,26 +1287,26 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1315,12 +1315,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1329,11 +1329,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1351,10 +1351,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1379,7 +1379,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1438,52 +1438,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1497,7 +1497,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1523,7 +1523,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .button { border: none; } .scrollbar.trough { - background-color: #fdf4de; + background-color: #fcfcfc; border-left: 1px solid #dcdfe3; } .scrollbar.trough.horizontal { border-left: none; @@ -1540,18 +1540,18 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.slider:hover { background-color: #cfd1d4; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - background-color: #fdf4de; } + background-color: #fcfcfc; } GtkSwitch { font: 1; @@ -1803,62 +1803,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1866,11 +1866,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1886,23 +1886,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1924,19 +1924,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -1968,7 +1968,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -1985,12 +1985,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive GtkLabel { color: inherit; } @@ -2002,41 +2002,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2053,8 +2053,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2080,8 +2080,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2114,14 +2114,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2148,44 +2148,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2248,7 +2248,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2262,7 +2262,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2271,7 +2271,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2280,7 +2280,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2289,7 +2289,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2336,10 +2336,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2365,8 +2365,8 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); color: transparent; background-position: center; background-repeat: no-repeat; } @@ -2604,7 +2604,7 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { padding: 4px 6px 4px 6px; - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, @@ -2637,8 +2637,8 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, @@ -2652,10 +2652,10 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, @@ -2669,17 +2669,17 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2722,14 +2722,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2752,10 +2752,10 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2765,7 +2765,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2777,29 +2777,29 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sideba color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2808,7 +2808,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } .open-document-selector-listbox-row { border-bottom: 1px solid #e7e9ec; @@ -2817,7 +2817,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { font-size: smaller; color: rgba(92, 97, 108, 0.7); } .open-document-selector-listbox-row:selected .path-label { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .gedit-document-panel .list-row .button { color: transparent; @@ -2843,7 +2843,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2882,9 +2882,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2892,33 +2892,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2944,16 +2944,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2971,7 +2971,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2983,8 +2983,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2993,28 +2993,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3026,7 +3026,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3038,8 +3038,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3047,10 +3047,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3061,47 +3061,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3122,8 +3122,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3136,21 +3136,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3246,39 +3246,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3290,7 +3290,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3363,13 +3363,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3421,8 +3421,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3437,8 +3437,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3447,8 +3447,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3488,7 +3488,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3520,17 +3520,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3555,21 +3556,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3578,32 +3579,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -3619,46 +3620,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3694,7 +3695,7 @@ NemoWindow .sidebar, NemoWindow MarlinPlacesSidebar, MarlinViewWindow .sidebar, MarlinViewWindow MarlinPlacesSidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, NautilusWindow .sidebar .view, NautilusWindow .sidebar .source-list.sidebar row, @@ -3709,7 +3710,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow MarlinPlacesSidebar .view, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar .source-list.sidebar row.image, @@ -3723,7 +3724,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.image, MarlinViewWindow MarlinPlacesSidebar .view.image, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar .source-list.sidebar row.cell:selected, @@ -3737,8 +3738,8 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, NautilusWindow MarlinPlacesSidebar.frame, @@ -3746,7 +3747,7 @@ MarlinViewWindow MarlinPlacesSidebar { NemoWindow MarlinPlacesSidebar.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow MarlinPlacesSidebar.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3769,22 +3770,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3796,17 +3797,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: rgba(5, 35, 43, 0.95); } + border-color: rgba(42, 45, 55, 0.95); } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3816,21 +3817,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(38, 42, 51, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3840,99 +3841,99 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbars-junction.frame { border-color: transparent; background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3940,13 +3941,13 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, NautilusWindow .sidebar .trough.scrollbar, @@ -3967,7 +3968,7 @@ MarlinViewWindow .sidebar .slider.scrollbar, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { border-radius: 20px; border: 3px solid transparent; - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, NautilusWindow .sidebar .slider.scrollbar:hover, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, @@ -3975,7 +3976,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, MarlinViewWindow .sidebar .slider.scrollbar:hover, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, NautilusWindow .sidebar .slider.scrollbar:prelight:active, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, @@ -3983,7 +3984,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, NautilusWindow .sidebar .slider.fine-tune.scrollbar, NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, @@ -3999,7 +4000,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4013,44 +4014,44 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; -@define-color content_view_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; +@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css index 731a4f8..6394a6a 100644 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-solid-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #78b9e6; - -GtkWidget-visited-link-color: #4ca2df; + -GtkWidget-link-color: #a9caf1; + -GtkWidget-visited-link-color: #7eafe9; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -22,64 +22,64 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(211, 218, 227, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #657b83; - background-color: #002b36; } + color: #D3DAE3; + background-color: #383C4A; } *:insensitive { -gtk-image-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:prelight { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:insensitive { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { - color: rgba(101, 123, 131, 0.55); } + color: rgba(211, 218, 227, 0.55); } .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { - color: #657b83; } + color: #D3DAE3; } GtkLabel:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .subtitle { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } GtkAssistant.csd .sidebar { border-top-style: none; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #04313c; } + background-color: #3c414e; } GtkFlowBox .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkFlowBox .grid-child { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,42 +128,42 @@ GtkFlowBox .grid-child { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.55)); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -180,90 +180,90 @@ GtkFlowBox .grid-child { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #7d4328); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #873437); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #526d76; } + color: #b6bcc6; } .linked.vertical > .entry { - border-bottom-color: #052b35; + border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(8, 62, 75, 0); - border-color: rgba(0, 19, 23, 0); + background-color: rgba(68, 74, 88, 0); + border-color: rgba(43, 46, 57, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -271,62 +271,62 @@ GtkSearchEntry.entry { .button.flat:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; transition-duration: 50ms; } .button:active { - color: #657b83; } + color: #D3DAE3; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -346,112 +346,112 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.suggested-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } .button.destructive-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.destructive-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, @@ -491,7 +491,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -503,30 +503,30 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar GtkToolButton > .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -539,7 +539,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -552,7 +552,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -560,7 +560,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -585,7 +585,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5), inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -597,7 +597,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -609,7 +609,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -641,34 +641,34 @@ GtkSearchEntry.entry { outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover { - background-color: #0a333e; } + background-color: #484c59; } .menuitem.button.flat:checked { - color: #657b83; } + color: #D3DAE3; } *:link, .button:link, .button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, .button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } .spinbutton .button { background-image: none; - border: 1px solid rgba(0, 19, 23, 0.6); + border: 1px solid rgba(43, 46, 57, 0.6); border-style: none none none solid; - color: #607880; + color: #ccd3dc; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -676,50 +676,50 @@ GtkSearchEntry.entry { .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { @@ -735,7 +735,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -746,7 +746,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -754,63 +754,63 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } .search-bar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } .action-bar { - background-color: #001f27; } + background-color: #313541; } .header-bar { padding: 5px 5px 4px 5px; border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -819,42 +819,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -864,43 +864,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -912,88 +912,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #7a3e23); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #a45d39); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #842f32); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #aa3c3b); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1003,29 +1003,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1037,30 +1037,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1071,30 +1071,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1102,41 +1102,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1145,20 +1145,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.4); } + background-color: rgba(21, 23, 28, 0.4); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1167,22 +1167,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #00475a); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #3e4553); + border-color: rgba(21, 23, 28, 0.7); } .path-bar .button { padding: 5px 10px; } @@ -1210,52 +1210,52 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-color: rgba(101, 123, 131, 0.2); } + border-color: rgba(211, 218, 227, 0.2); } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #365963; } + color: #8a909b; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #657b83; - background-image: linear-gradient(to bottom, #001317); + color: #D3DAE3; + background-image: linear-gradient(to bottom, #2b2e39); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #526d76; - background-color: #073642; } + color: #b6bcc6; + background-color: #404552; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #657b83; + color: #D3DAE3; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1264,8 +1264,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #073642, inset -1px 0 #073642; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1274,37 +1274,37 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #073642; } + background-color: #404552; } column-header .button:active:hover { - color: #657b83; } + color: #D3DAE3; } column-header .button:insensitive { - border-color: #002b36; + border-color: #383C4A; background-image: none; } .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd .menu { padding: 4px 0px; border-radius: 2px; @@ -1312,12 +1312,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1326,11 +1326,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #103d49; } + border-bottom: 1px solid #4f5461; } .menu.button.bottom { - border-top: 1px solid #103d49; } + border-top: 1px solid #4f5461; } .menu.button:hover { - background-color: #103d49; } + background-color: #4f5461; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1345,13 +1345,13 @@ column-header .button, column-header .button:hover, column-header .button:active .popover { margin: 10px; padding: 2px; - border: 1px solid black; + border: 1px solid #20222a; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1376,7 +1376,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #073642; + background-color: #404552; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1386,7 +1386,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-focus-line-width: 0; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } .notebook.frame.top { border-top-width: 0; } .notebook.frame.bottom { @@ -1396,9 +1396,9 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.frame.left { border-left-width: 0; } .notebook.header { - background-color: #002b36; } + background-color: #383C4A; } .notebook.header.frame { - border: 0px solid #001317; } + border: 0px solid #2b2e39; } .notebook.header.frame.top { border-bottom-width: 0; } .notebook.header.frame.bottom { @@ -1408,13 +1408,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.header.frame.left { border-right-width: 0; } .notebook.header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } .notebook.header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .notebook.header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .notebook.header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } .notebook tab { border-width: 0; border-style: solid; @@ -1435,76 +1435,76 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #073642, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #073642; - box-shadow: inset 0 -1px #073642, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #073642, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #073642; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #657b83; } + color: #D3DAE3; } .notebook tab .button { padding: 0; - color: #425f68; } + color: #9da3ad; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook.arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook.arrow:active { - color: #657b83; } + color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } .scrollbar { background-clip: padding-box; @@ -1520,35 +1520,35 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .button { border: none; } .scrollbar.trough { - background-color: #07323d; - border-left: 1px solid #001317; } + background-color: #3e434f; + border-left: 1px solid #2b2e39; } .scrollbar.trough.horizontal { border-left: none; - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .scrollbar.slider { border-radius: 21px 20px 20px 21px; border: 3px solid transparent; border-left-width: 4px; - background-color: #284b55; } + background-color: #767b87; } .scrollbar.slider.horizontal { border-radius: 21px 21px 20px 20px; border-left-width: 3px; border-top-width: 4px; } .scrollbar.slider:hover { - background-color: #193f49; } + background-color: #5f6470; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - background-color: #07323d; } + background-color: #3e434f; } GtkSwitch { font: 1; @@ -1784,7 +1784,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .scale { -GtkScale-slider-length: 15; @@ -1799,63 +1799,63 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 3px; } .scale.slider { background-clip: border-box; - background-image: linear-gradient(to bottom, #083e4b); - border: 1px solid #000b0d; + background-image: linear-gradient(to bottom, #444a58); + border: 1px solid #262933; border-radius: 50%; box-shadow: none; } .scale.slider:hover { - background-image: linear-gradient(to bottom, #0a5062); - border-color: #000b0d; } + background-image: linear-gradient(to bottom, #505666); + border-color: #262933; } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #04313d); - border-color: rgba(0, 11, 13, 0.8); } + background-image: linear-gradient(to bottom, #3c414e); + border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #00171d); } + background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 23, 29, 0.55)); } + background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1863,11 +1863,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1876,30 +1876,30 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1921,25 +1921,25 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } .frame { - border: 1px solid #001317; + border: 1px solid #2b2e39; padding: 0; } .frame.flat { border-style: none; } @@ -1965,8 +1965,8 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } .list-row, .grid-child { @@ -1980,14 +1980,14 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:hover { background-color: rgba(255, 255, 255, 0.03); } .list-row.button:active { - color: #657b83; } + color: #D3DAE3; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive GtkLabel { color: inherit; } @@ -1999,73 +1999,73 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #b8c4c9; } + color: white; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #657b83; + color: #D3DAE3; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #657b83; } + color: #D3DAE3; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); background-color: transparent; background-image: none; } GtkCalendar.highlight { @@ -2077,8 +2077,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2096,29 +2096,29 @@ GtkCalendar { border-bottom-left-radius: 3px; } GtkFileChooserDialog .search-bar { - background-color: #002b36; - border-color: #001317; + background-color: #383C4A; + border-color: #2b2e39; box-shadow: none; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .sidebar { border: none; - background-color: #003340; } + background-color: #3c4150; } .sidebar .scrollbar.trough { background-color: transparent; border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { - color: #657b83; + color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2135,7 +2135,7 @@ GtkPaned { margin-left: 8px; } .pane-separator { - background-image: linear-gradient(to bottom, #001317); } + background-image: linear-gradient(to bottom, #2b2e39); } GtkInfoBar { border-style: none; } @@ -2145,44 +2145,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2227,13 +2227,13 @@ GtkColorSwatch { border-color: rgba(255, 255, 255, 0.5); } GtkColorChooserWidget #add-color-button { - border-color: #001f27; - background-color: #001f27; - color: #002b36; + border-color: #313541; + background-color: #313541; + color: #383C4A; box-shadow: none; } GtkColorChooserWidget #add-color-button:hover { - border-color: #001317; - background-color: #001317; } + border-color: #2b2e39; + background-color: #2b2e39; } GtkColorButton.button { padding: 5px; } @@ -2243,10 +2243,10 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkVolumeButton.button { padding: 8px; } @@ -2259,7 +2259,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2268,7 +2268,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2277,7 +2277,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2286,7 +2286,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2333,10 +2333,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2344,7 +2344,7 @@ GtkVolumeButton.button { border-radius: 0; } .window-frame.csd.popup, .window-frame.csd.menu { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } .window-frame.csd.tooltip { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2362,8 +2362,8 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); color: transparent; background-position: center; background-repeat: no-repeat; } @@ -2601,7 +2601,7 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { padding: 4px 6px 4px 6px; - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, @@ -2634,8 +2634,8 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, @@ -2649,10 +2649,10 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, @@ -2666,17 +2666,17 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2709,7 +2709,7 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, @@ -2719,14 +2719,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } GtkHTML { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2747,12 +2747,12 @@ TerminalWindow .scrollbar.trough { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } NautilusNotebook.notebook { - background-color: #073642; } + background-color: #404552; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2762,7 +2762,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #073642; } + background-color: #404552; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2771,32 +2771,32 @@ NemoWindow .sidebar .frame { border-width: 0; } NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #001317; } + color: #2b2e39; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2805,16 +2805,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: #001b22; } + color: #262a33; } .open-document-selector-listbox-row { - border-bottom: 1px solid #00171d; + border-bottom: 1px solid #2d303b; padding: 6px 6px 6px 12px; } .open-document-selector-listbox-row .path-label { font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } .open-document-selector-listbox-row:selected .path-label { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .gedit-document-panel .list-row .button { color: transparent; @@ -2827,7 +2827,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: inherit; } .gedit-document-panel .prelight-row .button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2840,19 +2840,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } GeditStatusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } GeditStatusMenuButton.button.flat, GeditStatusMenuButton:prelight.button.flat, @@ -2861,17 +2861,17 @@ GeditStatusMenuButton:checked.button.flat { border-radius: 0; } GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); margin: 2px; padding: 2px; } GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } @@ -2879,9 +2879,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2889,45 +2889,45 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } GdTaggedEntry { - color: #657b83; } + color: #D3DAE3; } .preferences.sidebar GtkViewport { border: none; } .preferences.sidebar GtkListBox { - background-color: #002b36; } + background-color: #383C4A; } .preferences.sidebar GtkListBoxRow { padding: 10px; } @@ -2941,16 +2941,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2965,53 +2965,53 @@ GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook { - background-color: #073642; } + background-color: #404552; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } EphyWindow .floating-bar { - color: #657b83; } + color: #D3DAE3; } .documents-load-more.button { border-width: 1px 0 0; border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3023,7 +3023,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3035,8 +3035,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, #2b2e37); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3044,10 +3044,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3058,47 +3058,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3119,8 +3119,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3133,21 +3133,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3224,14 +3224,14 @@ WingpanelWidgetsIndicatorPopover.popover { border: solid rgba(255, 255, 255, 0.07); border-width: 1px 0; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #657b83; } + color: #D3DAE3; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3243,39 +3243,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12); } + background-image: linear-gradient(to bottom, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3287,7 +3287,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3360,20 +3360,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3385,7 +3385,7 @@ GraniteWidgetsStaticNotebook .frame { .secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { padding: 0 3px 0 3px; } @@ -3393,8 +3393,8 @@ GraniteWidgetsStaticNotebook .frame { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { padding: 2px 3px 2px 3px; } @@ -3404,28 +3404,28 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:prelight { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3434,8 +3434,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3444,11 +3444,11 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3461,16 +3461,16 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome GtkLabel { - color: #33535d; + color: #868b97; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3485,7 +3485,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642); + background-image: linear-gradient(to bottom, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3506,7 +3506,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3517,17 +3517,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3539,35 +3540,35 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } #content_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3575,35 +3576,35 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #002b36; + background-color: #2f343f; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #001b22; } + box-shadow: inset 0 1px #262a33; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -3616,49 +3617,49 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #001b22; } + color: #262a33; } NemoWindow GtkEventBox { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog *, NautilusWindow *, @@ -3668,12 +3669,12 @@ NemoWindow { GtkFileChooserDialog .sidebar, NautilusWindow .sidebar, NemoWindow .sidebar { - border-right: 1px solid #05232b; } + border-right: 1px solid #2a2d37; } GtkFileChooserDialog .sidebar:dir(rtl), NautilusWindow .sidebar:dir(rtl), NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid #05232b; } + border-left: 1px solid #2a2d37; } NautilusWindow GtkBox.sidebar { background-color: transparent; } @@ -3701,7 +3702,7 @@ NemoWindow .sidebar, NemoWindow MarlinPlacesSidebar, MarlinViewWindow .sidebar, MarlinViewWindow MarlinPlacesSidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, NautilusWindow .sidebar .view, NautilusWindow .sidebar .source-list.sidebar row, @@ -3716,7 +3717,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow MarlinPlacesSidebar .view, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar .source-list.sidebar row.image, @@ -3730,7 +3731,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.image, MarlinViewWindow MarlinPlacesSidebar .view.image, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar .source-list.sidebar row.cell:selected, @@ -3744,8 +3745,8 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, NautilusWindow MarlinPlacesSidebar.frame, @@ -3753,7 +3754,7 @@ MarlinViewWindow MarlinPlacesSidebar { NemoWindow MarlinPlacesSidebar.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow MarlinPlacesSidebar.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3776,44 +3777,44 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #05232b; } + background-color: #2a2d37; } NautilusWindow NautilusWindowSlot { - background-color: #073642; } + background-color: #404552; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar { background-color: transparent; } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-action-box { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: #021014; } + border-color: #1f2128; } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3823,21 +3824,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #001b22; } + background-color: #262a33; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3847,99 +3848,99 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #05232b; } + background-color: #2a2d37; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbars-junction.frame { border-color: transparent; background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3947,13 +3948,13 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, NautilusWindow .sidebar .trough.scrollbar, @@ -3974,7 +3975,7 @@ MarlinViewWindow .sidebar .slider.scrollbar, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { border-radius: 20px; border: 3px solid transparent; - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, NautilusWindow .sidebar .slider.scrollbar:hover, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, @@ -3982,7 +3983,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, MarlinViewWindow .sidebar .slider.scrollbar:hover, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, NautilusWindow .sidebar .slider.scrollbar:prelight:active, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, @@ -3990,7 +3991,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, NautilusWindow .sidebar .slider.fine-tune.scrollbar, NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, @@ -4006,7 +4007,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4017,47 +4018,47 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . background-color: transparent; } /* GTK NAMED COLORS */ -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; -@define-color content_view_bg #073642; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; +@define-color content_view_bg #404552; diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css index 810e664..3164d2f 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ GtkLabel:insensitive { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } GtkFlowBox .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkFlowBox .grid-child { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkFlowBox .grid-child { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkFlowBox .grid-child { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkFlowBox .grid-child { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,60 +272,60 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -345,68 +345,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -414,7 +414,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -422,26 +422,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -449,7 +449,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -490,7 +490,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -504,28 +504,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -538,7 +538,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -551,7 +551,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -559,7 +559,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -584,7 +584,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -596,7 +596,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -608,7 +608,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -645,21 +645,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -667,7 +667,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -677,47 +677,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,19 +751,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -773,15 +773,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -806,14 +806,14 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -822,42 +822,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -867,43 +867,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -915,88 +915,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #7a3e23); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #a45d39); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #842f32); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #aa3c3b); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1006,29 +1006,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1040,30 +1040,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1074,30 +1074,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1105,41 +1105,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1148,20 +1148,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.4); } + background-color: rgba(21, 23, 28, 0.4); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1170,22 +1170,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #00475a); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #3e4553); + border-color: rgba(21, 23, 28, 0.7); } .path-bar .button { padding: 5px 10px; } @@ -1217,44 +1217,44 @@ GtkTreeView.view { GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1267,8 +1267,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1277,7 +1277,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1287,26 +1287,26 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1315,12 +1315,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1329,11 +1329,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1351,10 +1351,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1379,7 +1379,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1438,52 +1438,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1497,7 +1497,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1523,7 +1523,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .button { border: none; } .scrollbar.trough { - background-color: #fdf4de; + background-color: #fcfcfc; border-left: 1px solid #dcdfe3; } .scrollbar.trough.horizontal { border-left: none; @@ -1540,18 +1540,18 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.slider:hover { background-color: #cfd1d4; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - background-color: #fdf4de; } + background-color: #fcfcfc; } GtkSwitch { font: 1; @@ -1803,62 +1803,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1866,11 +1866,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1886,23 +1886,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1924,19 +1924,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -1968,7 +1968,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -1985,12 +1985,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive GtkLabel { color: inherit; } @@ -2002,41 +2002,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2053,8 +2053,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2080,8 +2080,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2114,14 +2114,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2148,44 +2148,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2248,7 +2248,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2262,7 +2262,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2271,7 +2271,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2280,7 +2280,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2289,7 +2289,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2336,10 +2336,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2365,8 +2365,8 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); color: transparent; background-position: center; background-repeat: no-repeat; } @@ -2604,7 +2604,7 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { padding: 4px 6px 4px 6px; - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, @@ -2637,8 +2637,8 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { background-image: none; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, @@ -2652,10 +2652,10 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, @@ -2669,17 +2669,17 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2722,14 +2722,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2752,10 +2752,10 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2765,7 +2765,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2777,29 +2777,29 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sideba color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2808,7 +2808,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: #001b22; } + color: #262a33; } .open-document-selector-listbox-row { border-bottom: 1px solid #e7e9ec; @@ -2817,7 +2817,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { font-size: smaller; color: rgba(92, 97, 108, 0.7); } .open-document-selector-listbox-row:selected .path-label { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .gedit-document-panel .list-row .button { color: transparent; @@ -2843,7 +2843,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2882,9 +2882,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2892,33 +2892,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2944,16 +2944,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2971,7 +2971,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2983,8 +2983,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2993,28 +2993,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3026,7 +3026,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3038,8 +3038,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, #2b2e37); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3047,10 +3047,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3061,47 +3061,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3122,8 +3122,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3136,21 +3136,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3246,39 +3246,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12); } + background-image: linear-gradient(to bottom, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3290,7 +3290,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3363,13 +3363,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3421,8 +3421,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3437,8 +3437,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3447,8 +3447,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3488,7 +3488,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3520,17 +3520,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3555,21 +3556,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3578,32 +3579,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -3619,46 +3620,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #001b22; } + color: #262a33; } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3694,7 +3695,7 @@ NemoWindow .sidebar, NemoWindow MarlinPlacesSidebar, MarlinViewWindow .sidebar, MarlinViewWindow MarlinPlacesSidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, NautilusWindow .sidebar .view, NautilusWindow .sidebar .source-list.sidebar row, @@ -3709,7 +3710,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow MarlinPlacesSidebar .view, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar .source-list.sidebar row.image, @@ -3723,7 +3724,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.image, MarlinViewWindow MarlinPlacesSidebar .view.image, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar .source-list.sidebar row.cell:selected, @@ -3737,8 +3738,8 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, NautilusWindow MarlinPlacesSidebar.frame, @@ -3746,7 +3747,7 @@ MarlinViewWindow MarlinPlacesSidebar { NemoWindow MarlinPlacesSidebar.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow MarlinPlacesSidebar.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3769,22 +3770,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #073642; } + background-color: #353945; } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3796,17 +3797,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: #05232b; } + border-color: #2a2d37; } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3816,21 +3817,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #001b22; } + background-color: #262a33; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3840,99 +3841,99 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #073642; } + background-color: #353945; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbars-junction.frame { border-color: transparent; background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3940,13 +3941,13 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, NautilusWindow .sidebar .trough.scrollbar, @@ -3967,7 +3968,7 @@ MarlinViewWindow .sidebar .slider.scrollbar, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { border-radius: 20px; border: 3px solid transparent; - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, NautilusWindow .sidebar .slider.scrollbar:hover, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, @@ -3975,7 +3976,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, MarlinViewWindow .sidebar .slider.scrollbar:hover, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, NautilusWindow .sidebar .slider.scrollbar:prelight:active, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, @@ -3983,7 +3984,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, NautilusWindow .sidebar .slider.fine-tune.scrollbar, NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, @@ -3999,7 +4000,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4013,44 +4014,44 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; -@define-color content_view_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; +@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css index d4e6573..0e2152c 100644 --- a/common/gtk-3.0/3.14/gtk-solid.css +++ b/common/gtk-3.0/3.14/gtk-solid.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ GtkLabel:insensitive { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } GtkFlowBox .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkFlowBox .grid-child { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkFlowBox .grid-child { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkFlowBox .grid-child { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkFlowBox .grid-child { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,60 +272,60 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -345,68 +345,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -414,7 +414,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -422,26 +422,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -449,7 +449,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -490,7 +490,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -504,28 +504,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -538,7 +538,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -551,7 +551,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -559,7 +559,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -584,7 +584,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -596,7 +596,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -608,7 +608,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -645,21 +645,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -667,7 +667,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -677,47 +677,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,19 +751,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -773,15 +773,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, #e4dabc) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, #d4d5db) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -806,12 +806,12 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; } + background-color: #e7e8eb; } .csd .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar:backdrop { color: rgba(82, 93, 118, 0.5); } .header-bar .title { @@ -822,42 +822,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -867,43 +867,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px #f2eee0; } + background-color: #e7e8eb; + box-shadow: inset 0 1px #eff0f2; } .csd .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .maximized .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -924,56 +924,56 @@ GtkComboBox { .primary-toolbar .entry, .header-bar .entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); background-clip: border-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #d98a62); } + border-color: #F27835; + background-image: linear-gradient(to bottom, #eea57e); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e37b71); } + border-color: #FC4138; + background-image: linear-gradient(to bottom, #f48480); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { color: rgba(82, 93, 118, 0.8); outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { @@ -982,21 +982,21 @@ GtkComboBox { border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1013,10 +1013,10 @@ GtkComboBox { .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { color: rgba(82, 93, 118, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { @@ -1040,30 +1040,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1074,30 +1074,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1105,12 +1105,12 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { color: rgba(82, 93, 118, 0.8); } @@ -1128,18 +1128,18 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1181,10 +1181,10 @@ GtkComboBox { background-image: linear-gradient(to bottom, white); border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f7f5f0); + background-image: linear-gradient(to bottom, #f5f5f7); border-color: rgba(82, 93, 118, 0.3); } .path-bar .button { @@ -1217,44 +1217,44 @@ GtkTreeView.view { GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1267,8 +1267,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1277,7 +1277,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1287,7 +1287,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } .menubar:backdrop { color: rgba(82, 93, 118, 0.5); } @@ -1296,8 +1296,8 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); border-color: transparent; } @@ -1306,7 +1306,7 @@ column-header .button, column-header .button:hover, column-header .button:active margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1315,12 +1315,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1329,11 +1329,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1351,10 +1351,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1379,7 +1379,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1438,52 +1438,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1497,7 +1497,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1523,7 +1523,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .button { border: none; } .scrollbar.trough { - background-color: #fdf4de; + background-color: #fcfcfc; border-left: 1px solid #dcdfe3; } .scrollbar.trough.horizontal { border-left: none; @@ -1540,18 +1540,18 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.slider:hover { background-color: #cfd1d4; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - background-color: #fdf4de; } + background-color: #fcfcfc; } GtkSwitch { font: 1; @@ -1803,62 +1803,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1866,11 +1866,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1886,23 +1886,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1924,19 +1924,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -1968,7 +1968,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -1985,12 +1985,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive GtkLabel { color: inherit; } @@ -2002,41 +2002,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2053,8 +2053,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2080,8 +2080,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #eee8d5; - border-bottom: 1px solid #e4dabc; } + background-color: #e7e8eb; + border-bottom: 1px solid #d4d5db; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2114,14 +2114,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2148,44 +2148,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2248,7 +2248,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2262,7 +2262,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2271,7 +2271,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2280,7 +2280,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2289,7 +2289,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2365,8 +2365,8 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); color: transparent; background-position: center; background-repeat: no-repeat; } @@ -2637,8 +2637,8 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { background-image: none; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, @@ -2669,17 +2669,17 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2722,14 +2722,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2752,10 +2752,10 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2765,7 +2765,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2784,10 +2784,10 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { background-color: rgba(255, 255, 255, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(82, 93, 118, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2808,7 +2808,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: #e4dabc; } + color: #d4d5db; } .open-document-selector-listbox-row { border-bottom: 1px solid #e7e9ec; @@ -2817,7 +2817,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { font-size: smaller; color: rgba(92, 97, 108, 0.7); } .open-document-selector-listbox-row:selected .path-label { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .gedit-document-panel .list-row .button { color: transparent; @@ -2843,7 +2843,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2884,7 +2884,7 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2892,33 +2892,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2944,16 +2944,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2971,7 +2971,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2983,8 +2983,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2993,28 +2993,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3026,7 +3026,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3038,8 +3038,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, #2b2e37); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3047,10 +3047,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3061,47 +3061,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3122,8 +3122,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3138,19 +3138,19 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3246,7 +3246,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3255,9 +3255,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px #f2eee0; } + box-shadow: inset 0 1px #eff0f2; } UnityDecoration.top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3267,18 +3267,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3290,7 +3290,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #faf8f2; + background-color: #fdfdfe; border-radius: 0px; padding: 0px; color: white; } @@ -3363,13 +3363,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3421,8 +3421,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3437,8 +3437,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3447,8 +3447,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3488,7 +3488,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3520,17 +3520,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3555,21 +3556,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3578,32 +3579,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -3619,46 +3620,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #e4dabc; } + color: #d4d5db; } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3694,7 +3695,7 @@ NemoWindow .sidebar, NemoWindow MarlinPlacesSidebar, MarlinViewWindow .sidebar, MarlinViewWindow MarlinPlacesSidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, NautilusWindow .sidebar .view, NautilusWindow .sidebar .source-list.sidebar row, @@ -3709,7 +3710,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow MarlinPlacesSidebar .view, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar .source-list.sidebar row.image, @@ -3723,7 +3724,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.image, MarlinViewWindow MarlinPlacesSidebar .view.image, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar .source-list.sidebar row.cell:selected, @@ -3737,8 +3738,8 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, NautilusWindow MarlinPlacesSidebar.frame, @@ -3746,7 +3747,7 @@ MarlinViewWindow MarlinPlacesSidebar { NemoWindow MarlinPlacesSidebar.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow MarlinPlacesSidebar.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3769,22 +3770,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #073642; } + background-color: #353945; } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3796,17 +3797,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: #05232b; } + border-color: #2a2d37; } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3816,21 +3817,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #e4dabc; } + background-color: #d4d5db; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3840,99 +3841,99 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #073642; } + background-color: #353945; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbars-junction.frame { border-color: transparent; background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3940,13 +3941,13 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, NautilusWindow .sidebar .trough.scrollbar, @@ -3967,7 +3968,7 @@ MarlinViewWindow .sidebar .slider.scrollbar, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { border-radius: 20px; border: 3px solid transparent; - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, NautilusWindow .sidebar .slider.scrollbar:hover, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, @@ -3975,7 +3976,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, MarlinViewWindow .sidebar .slider.scrollbar:hover, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, NautilusWindow .sidebar .slider.scrollbar:prelight:active, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, @@ -3983,7 +3984,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, NautilusWindow .sidebar .slider.fine-tune.scrollbar, NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, @@ -3999,7 +4000,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4013,44 +4014,44 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; +@define-color link_color #2679db; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; -@define-color content_view_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; +@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css index ee41f76..0b0cae4 100644 --- a/common/gtk-3.0/3.14/gtk.css +++ b/common/gtk-3.0/3.14/gtk.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ GtkLabel:insensitive { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } GtkFlowBox .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkFlowBox .grid-child { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkFlowBox .grid-child { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkFlowBox .grid-child { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkFlowBox .grid-child { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,60 +272,60 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -345,68 +345,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -414,7 +414,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -422,26 +422,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -449,7 +449,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -490,7 +490,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -504,28 +504,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -538,7 +538,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -551,7 +551,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -559,7 +559,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -584,7 +584,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -596,7 +596,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -608,7 +608,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -645,21 +645,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -667,7 +667,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -677,47 +677,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,19 +751,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -773,15 +773,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, rgba(228, 218, 188, 0.95)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, rgba(212, 213, 219, 0.95)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -806,12 +806,12 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; } + background-color: #e7e8eb; } .csd .header-bar { - background-color: rgba(238, 232, 213, 0.95); - border-color: rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-color: rgba(212, 213, 219, 0.95); } .header-bar:backdrop { color: rgba(82, 93, 118, 0.5); } .header-bar .title { @@ -822,42 +822,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -867,43 +867,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + background-color: #e7e8eb; + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd .titlebar { - background-color: rgba(238, 232, 213, 0.95); } + background-color: rgba(231, 232, 235, 0.95); } .titlebar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd .titlebar:backdrop { - background-color: rgba(242, 238, 224, 0.95); } + background-color: rgba(239, 240, 242, 0.95); } .maximized .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -924,56 +924,56 @@ GtkComboBox { .primary-toolbar .entry, .header-bar .entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); background-clip: border-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, rgba(216, 134, 94, 0.98)); } + border-color: #F27835; + background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: #dc322f; - background-image: linear-gradient(to bottom, rgba(227, 118, 109, 0.98)); } + border-color: #FC4138; + background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { color: rgba(82, 93, 118, 0.8); outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { @@ -982,21 +982,21 @@ GtkComboBox { border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1013,10 +1013,10 @@ GtkComboBox { .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { color: rgba(82, 93, 118, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { @@ -1040,30 +1040,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1074,30 +1074,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1105,12 +1105,12 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { color: rgba(82, 93, 118, 0.8); } @@ -1128,18 +1128,18 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1181,10 +1181,10 @@ GtkComboBox { background-image: linear-gradient(to bottom, white); border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(247, 246, 241, 0.985)); + background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985)); border-color: rgba(82, 93, 118, 0.3); } .path-bar .button { @@ -1217,44 +1217,44 @@ GtkTreeView.view { GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1267,8 +1267,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1277,7 +1277,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1287,7 +1287,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } .menubar:backdrop { color: rgba(82, 93, 118, 0.5); } @@ -1296,8 +1296,8 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); border-color: transparent; } @@ -1306,7 +1306,7 @@ column-header .button, column-header .button:hover, column-header .button:active margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1315,12 +1315,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1329,11 +1329,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1351,10 +1351,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1379,7 +1379,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1438,52 +1438,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1497,7 +1497,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1523,7 +1523,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .button { border: none; } .scrollbar.trough { - background-color: #fdf4de; + background-color: #fcfcfc; border-left: 1px solid #dcdfe3; } .scrollbar.trough.horizontal { border-left: none; @@ -1540,18 +1540,18 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.slider:hover { background-color: #cfd1d4; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - background-color: #fdf4de; } + background-color: #fcfcfc; } GtkSwitch { font: 1; @@ -1803,62 +1803,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1866,11 +1866,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1886,23 +1886,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1924,19 +1924,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -1968,7 +1968,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -1985,12 +1985,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive GtkLabel { color: inherit; } @@ -2002,41 +2002,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2053,8 +2053,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2080,8 +2080,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(238, 232, 213, 0.95); - border-bottom: 1px solid rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-bottom: 1px solid rgba(212, 213, 219, 0.95); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2114,14 +2114,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2148,44 +2148,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2248,7 +2248,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2262,7 +2262,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2271,7 +2271,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2280,7 +2280,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2289,7 +2289,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2365,8 +2365,8 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); color: transparent; background-position: center; background-repeat: no-repeat; } @@ -2637,8 +2637,8 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { background-image: none; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, @@ -2669,17 +2669,17 @@ GtkVolumeButton.button { .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2722,14 +2722,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2752,10 +2752,10 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2765,7 +2765,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2784,10 +2784,10 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { background-color: rgba(255, 255, 255, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(82, 93, 118, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2808,7 +2808,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: rgba(228, 218, 188, 0.95); } + color: rgba(212, 213, 219, 0.95); } .open-document-selector-listbox-row { border-bottom: 1px solid #e7e9ec; @@ -2817,7 +2817,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { font-size: smaller; color: rgba(92, 97, 108, 0.7); } .open-document-selector-listbox-row:selected .path-label { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .gedit-document-panel .list-row .button { color: transparent; @@ -2843,7 +2843,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2884,7 +2884,7 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2892,33 +2892,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2944,16 +2944,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2971,7 +2971,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2983,8 +2983,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2993,28 +2993,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3026,7 +3026,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3038,8 +3038,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3047,10 +3047,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3061,47 +3061,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3122,8 +3122,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3138,19 +3138,19 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3246,7 +3246,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3255,9 +3255,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration.top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3267,18 +3267,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3290,7 +3290,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(250, 248, 242, 0.95); + background-color: rgba(253, 253, 254, 0.95); border-radius: 0px; padding: 0px; color: white; } @@ -3363,13 +3363,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3421,8 +3421,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3437,8 +3437,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3447,8 +3447,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3488,7 +3488,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3520,17 +3520,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3555,21 +3556,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3578,32 +3579,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -3619,46 +3620,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(228, 218, 188, 0.95); } + color: rgba(212, 213, 219, 0.95); } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3694,7 +3695,7 @@ NemoWindow .sidebar, NemoWindow MarlinPlacesSidebar, MarlinViewWindow .sidebar, MarlinViewWindow MarlinPlacesSidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, NautilusWindow .sidebar .view, NautilusWindow .sidebar .source-list.sidebar row, @@ -3709,7 +3710,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow MarlinPlacesSidebar .view, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar .source-list.sidebar row.image, @@ -3723,7 +3724,7 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.image, MarlinViewWindow MarlinPlacesSidebar .view.image, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar .source-list.sidebar row.cell:selected, @@ -3737,8 +3738,8 @@ MarlinViewWindow MarlinPlacesSidebar { MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, NautilusWindow MarlinPlacesSidebar.frame, @@ -3746,7 +3747,7 @@ MarlinViewWindow MarlinPlacesSidebar { NemoWindow MarlinPlacesSidebar.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow MarlinPlacesSidebar.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3769,22 +3770,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3796,17 +3797,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: rgba(5, 35, 43, 0.95); } + border-color: rgba(42, 45, 55, 0.95); } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3816,21 +3817,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(228, 218, 188, 0.95); } + background-color: rgba(212, 213, 219, 0.95); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(238, 232, 213, 0.95); } + background-color: rgba(231, 232, 235, 0.95); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(242, 238, 224, 0.95); } + background-color: rgba(239, 240, 242, 0.95); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3840,99 +3841,99 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .scrollbars-junction, GeditFileBrowserWidget .scrollbars-junction.frame { border-color: transparent; background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3940,13 +3941,13 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, NautilusWindow .sidebar .trough.scrollbar, @@ -3967,7 +3968,7 @@ MarlinViewWindow .sidebar .slider.scrollbar, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { border-radius: 20px; border: 3px solid transparent; - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, NautilusWindow .sidebar .slider.scrollbar:hover, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, @@ -3975,7 +3976,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, MarlinViewWindow .sidebar .slider.scrollbar:hover, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, NautilusWindow .sidebar .slider.scrollbar:prelight:active, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, @@ -3983,7 +3984,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, NautilusWindow .sidebar .slider.fine-tune.scrollbar, NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, @@ -3999,7 +4000,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4013,44 +4014,44 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; +@define-color link_color #2679db; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; -@define-color content_view_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; +@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/sass/_lightdm.scss b/common/gtk-3.0/3.14/sass/_lightdm.scss index 89cdfcd..bb7214a 100644 --- a/common/gtk-3.0/3.14/sass/_lightdm.scss +++ b/common/gtk-3.0/3.14/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; + .menubar { + padding-left: 5px; + + &, > .menuitem { + background-color: transparent; + color: $panel_fg; + font: bold; + } } .menubar .menuitem:insensitive { diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css index b9b8e7e..a081fa2 100644 --- a/common/gtk-3.0/3.16/gtk-dark.css +++ b/common/gtk-3.0/3.16/gtk-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #78b9e6; - -GtkWidget-visited-link-color: #4ca2df; + -GtkWidget-link-color: #a9caf1; + -GtkWidget-visited-link-color: #7eafe9; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -22,64 +22,64 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(211, 218, 227, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #657b83; - background-color: rgba(0, 43, 54, 0.999); } + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0.999); } *:insensitive { -gtk-image-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:prelight { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:insensitive { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { - color: rgba(101, 123, 131, 0.55); } + color: rgba(211, 218, 227, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { - color: #657b83; } + color: #D3DAE3; } .label:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } GtkAssistant.csd .sidebar { border-top-style: none; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #04313c; } + background-color: #3c414e; } .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,42 +128,42 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.55)); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -180,90 +180,90 @@ GtkTextView { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #7d4328); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #873437); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #526d76; } + color: #b6bcc6; } .linked.vertical > .entry { - border-bottom-color: #052b35; + border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(8, 62, 75, 0); - border-color: rgba(0, 19, 23, 0); + background-color: rgba(68, 74, 88, 0); + border-color: rgba(43, 46, 57, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -271,63 +271,63 @@ GtkSearchEntry.entry { .button.flat:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; transition-duration: 50ms; } .button:active { - color: #657b83; } + color: #D3DAE3; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -347,112 +347,112 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.suggested-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } .button.destructive-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.destructive-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } .button.image-button, .header-bar .button.titlebutton, @@ -496,7 +496,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -508,30 +508,30 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar GtkToolButton > .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -544,7 +544,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -557,7 +557,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -565,7 +565,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -590,7 +590,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5), inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -602,7 +602,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -614,7 +614,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -646,34 +646,34 @@ GtkSearchEntry.entry { outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover { - background-color: #0a333e; } + background-color: #484c59; } .menuitem.button.flat:checked { - color: #657b83; } + color: #D3DAE3; } *:link, .button:link, .button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, .button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } .spinbutton .button { background-image: none; - border: 1px solid rgba(0, 19, 23, 0.6); + border: 1px solid rgba(43, 46, 57, 0.6); border-style: none none none solid; - color: #607880; + color: #ccd3dc; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -681,50 +681,50 @@ GtkSearchEntry.entry { .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { @@ -740,7 +740,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,7 +751,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -759,63 +759,63 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } .search-bar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } .action-bar { - background-color: #001f27; } + background-color: #313541; } .header-bar { padding: 5px 5px 4px 5px; border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -824,42 +824,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -869,43 +869,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd .titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -917,88 +917,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(125, 63, 34, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(135, 47, 50, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1008,29 +1008,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1042,30 +1042,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1076,30 +1076,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1107,41 +1107,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1150,20 +1150,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.37); } + background-color: rgba(21, 23, 28, 0.37); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1172,22 +1172,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.27)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 72, 90, 0.991)); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); + border-color: rgba(21, 23, 28, 0.67); } .path-bar .button { padding: 5px 10px; } @@ -1215,61 +1215,61 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(101, 123, 131, 0.15); + border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; - border-top-color: rgba(101, 123, 131, 0.1); } + border-left-color: #a9caf1; + border-top-color: rgba(211, 218, 227, 0.1); } GtkTreeView.view:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #365963; } + color: #8a909b; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #657b83; - background-image: linear-gradient(to bottom, #001317); + color: #D3DAE3; + background-image: linear-gradient(to bottom, #2b2e39); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #526d76; - background-color: #073642; } + color: #b6bcc6; + background-color: #404552; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #657b83; + color: #D3DAE3; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1278,8 +1278,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #073642, inset -1px 0 #073642; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1288,37 +1288,37 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #073642; } + background-color: #404552; } column-header .button:active:hover { - color: #657b83; } + color: #D3DAE3; } column-header .button:insensitive { - border-color: #002b36; + border-color: #383C4A; background-image: none; } .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd .menu { padding: 4px 0px; border-radius: 2px; @@ -1326,12 +1326,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1340,11 +1340,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #103d49; } + border-bottom: 1px solid #4f5461; } .menu.button.bottom { - border-top: 1px solid #103d49; } + border-top: 1px solid #4f5461; } .menu.button:hover { - background-color: #103d49; } + background-color: #4f5461; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1358,13 +1358,13 @@ column-header .button, column-header .button:hover, column-header .button:active .popover { padding: 2px; - border: 1px solid black; + border: 1px solid #20222a; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1389,7 +1389,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #073642; + background-color: #404552; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1399,7 +1399,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-focus-line-width: 0; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } .notebook.frame.top { border-top-width: 0; } .notebook.frame.bottom { @@ -1409,9 +1409,9 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.frame.left { border-left-width: 0; } .notebook.header { - background-color: #002b36; } + background-color: #383C4A; } .notebook.header.frame { - border: 0px solid #001317; } + border: 0px solid #2b2e39; } .notebook.header.frame.top { border-bottom-width: 0; } .notebook.header.frame.bottom { @@ -1421,13 +1421,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.header.frame.left { border-right-width: 0; } .notebook.header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } .notebook.header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .notebook.header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .notebook.header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } .notebook tab { border-width: 0; border-style: solid; @@ -1448,76 +1448,76 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #073642, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #073642; - box-shadow: inset 0 -1px #073642, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #073642, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #073642; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #657b83; } + color: #D3DAE3; } .notebook tab .button { padding: 0; - color: #425f68; } + color: #9da3ad; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook.arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook.arrow:active { - color: #657b83; } + color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } .scrollbar { -GtkRange-slider-width: 13; @@ -1534,7 +1534,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #47636c; + background-color: #a5abb5; border: 1px solid rgba(0, 0, 0, 0.3); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1549,14 +1549,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #07323d; - border: 1px none #001317; } + background-color: #3e434f; + border: 1px none #2b2e39; } .scrollbar .slider { - background-color: #284b55; } + background-color: #767b87; } .scrollbar .slider:hover { - background-color: #1e434d; } + background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1589,8 +1589,8 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - border-image: linear-gradient(to bottom, #001317 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #07323d; } + border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3e434f; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1829,7 +1829,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .scale { -GtkScale-slider-length: 15; @@ -1844,63 +1844,63 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 3px; } .scale.slider { background-clip: border-box; - background-image: linear-gradient(to bottom, #083e4b); - border: 1px solid #000b0d; + background-image: linear-gradient(to bottom, #444a58); + border: 1px solid #262933; border-radius: 50%; box-shadow: none; } .scale.slider:hover { - background-image: linear-gradient(to bottom, #0a5062); - border-color: #000b0d; } + background-image: linear-gradient(to bottom, #505666); + border-color: #262933; } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #04313d); - border-color: rgba(0, 11, 13, 0.8); } + background-image: linear-gradient(to bottom, #3c414e); + border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #00171d); } + background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 23, 29, 0.55)); } + background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1908,11 +1908,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1921,30 +1921,30 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1966,25 +1966,25 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } .frame { - border: 1px solid #001317; + border: 1px solid #2b2e39; padding: 0; } .frame.flat { border-style: none; } @@ -2010,8 +2010,8 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } .list-row, .grid-child { @@ -2025,14 +2025,14 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:hover { background-color: rgba(255, 255, 255, 0.03); } .list-row.button:active { - color: #657b83; } + color: #D3DAE3; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive .label { color: inherit; } @@ -2044,73 +2044,73 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #b8c4c9; } + color: white; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #657b83; + color: #D3DAE3; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #657b83; } + color: #D3DAE3; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); background-color: transparent; background-image: none; } GtkCalendar.highlight { @@ -2122,8 +2122,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2141,25 +2141,25 @@ GtkCalendar { border-bottom-left-radius: 3px; } GtkFileChooserDialog .search-bar { - background-color: #002b36; - border-color: #001317; + background-color: #383C4A; + border-color: #2b2e39; box-shadow: none; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .sidebar, .sidebar .view { border: none; - background-color: #003340; } + background-color: #3c4150; } .sidebar:selected, .sidebar .view:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { - color: #657b83; + color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2177,7 +2177,7 @@ GtkPaned { margin-right: 0; margin-left: 8px; } GtkPaned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } GtkPaned.wide { -GtkPaned-handle-size: 5; @@ -2185,7 +2185,7 @@ GtkPaned.wide { GtkPaned.wide .pane-separator { background-color: transparent; border-style: none solid; - border-color: #001317; + border-color: #2b2e39; border-width: 1px; } GtkPaned.wide.vertical .pane-separator { border-style: solid none; } @@ -2198,44 +2198,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2248,7 +2248,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2293,15 +2293,15 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } GtkColorSwatch#add-color-button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; background-color: transparent; @@ -2315,10 +2315,10 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkVolumeButton.button { padding: 8px; } @@ -2331,7 +2331,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2340,7 +2340,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2349,7 +2349,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2358,7 +2358,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2405,10 +2405,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2421,7 +2421,7 @@ GtkVolumeButton.button { border-radius: 0; } .window-frame.csd.popup { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } .window-frame.csd.tooltip { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2430,7 +2430,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2445,24 +2445,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2517,9 +2517,9 @@ GtkVolumeButton.button { .view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2552,7 +2552,7 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, @@ -2562,14 +2562,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } GtkHTML { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2590,20 +2590,20 @@ TerminalWindow .scrollbar.trough { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #33535d; } + color: #868b97; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #073642; } + background-color: #404552; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2613,7 +2613,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #073642; } + background-color: #404552; } .nautilus-circular-button { border-radius: 50%; @@ -2623,14 +2623,14 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(101, 123, 131, 0.5); - border-color: rgba(79, 96, 102, 0.5); } + background-color: rgba(211, 218, 227, 0.5); + border-color: rgba(180, 192, 207, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { - background-color: #001f27; - border-color: black; } + background-color: #313541; + border-color: #1b1d24; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2639,32 +2639,32 @@ NemoWindow .sidebar .frame { border-width: 0; } NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #001317; } + color: #2b2e39; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2673,25 +2673,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #073642; } + border-color: #404552; } .open-document-selector-treeview.view:prelight { - background-color: #0e3b47; } + background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { - color: #657b83; } + color: #D3DAE3; } .open-document-selector-path-label { - color: #365963; + color: #8a909b; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2704,7 +2704,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: inherit; } .gedit-document-panel .prelight-row .button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2717,19 +2717,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } GeditStatusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } GeditStatusMenuButton.button.flat, GeditStatusMenuButton:prelight.button.flat, @@ -2738,17 +2738,17 @@ GeditStatusMenuButton:checked.button.flat { border-radius: 0; } GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); margin: 2px; padding: 2px; } GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } @@ -2756,9 +2756,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2766,45 +2766,45 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } GdTaggedEntry { - color: #657b83; } + color: #D3DAE3; } .preferences.sidebar GtkViewport { border: none; } .preferences.sidebar GtkListBox { - background-color: #002b36; } + background-color: #383C4A; } .preferences.sidebar GtkListBoxRow { padding: 10px; } @@ -2818,16 +2818,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2842,53 +2842,53 @@ GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook { - background-color: #073642; } + background-color: #404552; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } EphyWindow .floating-bar { - color: #657b83; } + color: #D3DAE3; } .documents-load-more.button { border-width: 1px 0 0; border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -2900,7 +2900,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2912,8 +2912,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -2921,10 +2921,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -2935,47 +2935,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -2996,8 +2996,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3010,21 +3010,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3101,14 +3101,14 @@ WingpanelWidgetsIndicatorPopover.popover { border: solid rgba(255, 255, 255, 0.07); border-width: 1px 0; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #657b83; } + color: #D3DAE3; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3120,39 +3120,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3164,7 +3164,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3237,20 +3237,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3262,7 +3262,7 @@ GraniteWidgetsStaticNotebook .frame { .secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { padding: 0 3px 0 3px; } @@ -3270,8 +3270,8 @@ GraniteWidgetsStaticNotebook .frame { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { padding: 2px 3px 2px 3px; } @@ -3281,28 +3281,28 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:prelight { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3311,8 +3311,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3321,11 +3321,11 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3338,16 +3338,16 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome GtkLabel { - color: #33535d; + color: #868b97; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3362,7 +3362,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642); + background-image: linear-gradient(to bottom, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3383,7 +3383,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3394,17 +3394,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3416,35 +3417,35 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } #content_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3452,35 +3453,35 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(0, 27, 34, 0.97); } + box-shadow: inset 0 1px rgba(38, 42, 51, 0.97); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -3493,49 +3494,49 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } NemoWindow GtkEventBox { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog *, NautilusWindow *, @@ -3545,12 +3546,12 @@ NemoWindow { GtkFileChooserDialog .sidebar, NautilusWindow .sidebar, NemoWindow .sidebar { - border-right: 1px solid rgba(5, 35, 43, 0.95); } + border-right: 1px solid rgba(42, 45, 55, 0.95); } GtkFileChooserDialog .sidebar:dir(rtl), NautilusWindow .sidebar:dir(rtl), NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid rgba(5, 35, 43, 0.95); } + border-left: 1px solid rgba(42, 45, 55, 0.95); } GtkFileChooserDialog.csd.background, GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, @@ -3575,7 +3576,7 @@ NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, NautilusWindow .sidebar .view, NautilusWindow .sidebar row, @@ -3590,7 +3591,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar row.image, @@ -3604,7 +3605,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar row.cell:selected, @@ -3618,8 +3619,8 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, NautilusWindow .source-list.sidebar.view.frame, @@ -3627,7 +3628,7 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3644,44 +3645,44 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #073642; } + background-color: #404552; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar { background-color: transparent; } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-action-box { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3691,21 +3692,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(38, 42, 51, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3715,91 +3716,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3807,19 +3808,19 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, @@ -3839,64 +3840,64 @@ NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .scrollbar .slider:hover, NautilusWindow .sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, NautilusWindow .sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color content_view_bg #073642; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color content_view_bg #404552; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css index d1c015b..fa9430a 100644 --- a/common/gtk-3.0/3.16/gtk-darker.css +++ b/common/gtk-3.0/3.16/gtk-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkTextView { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,61 +272,61 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -346,68 +346,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -415,7 +415,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -423,26 +423,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -450,7 +450,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -495,7 +495,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -509,28 +509,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -543,7 +543,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -556,7 +556,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -564,7 +564,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -589,7 +589,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -601,7 +601,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -613,7 +613,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -650,21 +650,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -672,7 +672,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -682,47 +682,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,19 +756,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -778,15 +778,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -811,14 +811,14 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -827,42 +827,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -872,43 +872,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd .titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -920,88 +920,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(125, 63, 34, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(135, 47, 50, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1011,29 +1011,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1045,30 +1045,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1079,30 +1079,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1110,41 +1110,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1153,20 +1153,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.37); } + background-color: rgba(21, 23, 28, 0.37); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1175,22 +1175,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.27)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 72, 90, 0.991)); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); + border-color: rgba(21, 23, 28, 0.67); } .path-bar .button { padding: 5px 10px; } @@ -1222,53 +1222,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1281,8 +1281,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1301,26 +1301,26 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1329,12 +1329,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1343,11 +1343,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1364,10 +1364,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1392,7 +1392,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1451,52 +1451,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1510,7 +1510,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1552,14 +1552,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1593,7 +1593,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1848,62 +1848,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1911,11 +1911,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1931,23 +1931,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1969,19 +1969,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2013,7 +2013,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2030,12 +2030,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive .label { color: inherit; } @@ -2047,41 +2047,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2098,8 +2098,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2125,8 +2125,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2155,14 +2155,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2201,44 +2201,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2251,7 +2251,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2298,12 +2298,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2320,7 +2320,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2334,7 +2334,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2343,7 +2343,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2352,7 +2352,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2361,7 +2361,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2408,10 +2408,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2433,7 +2433,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2448,24 +2448,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2520,9 +2520,9 @@ GtkVolumeButton.button { .view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2565,14 +2565,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2595,7 +2595,7 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2603,10 +2603,10 @@ TerminalWindow .scrollbar.trough { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2616,7 +2616,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button { border-radius: 50%; @@ -2629,8 +2629,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2645,29 +2645,29 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sideba color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2676,25 +2676,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2720,7 +2720,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2759,9 +2759,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2769,33 +2769,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2821,16 +2821,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2848,7 +2848,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2860,8 +2860,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2870,28 +2870,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -2903,7 +2903,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2915,8 +2915,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -2924,10 +2924,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -2938,47 +2938,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -2999,8 +2999,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3013,21 +3013,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3123,39 +3123,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3167,7 +3167,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3240,13 +3240,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3298,8 +3298,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3314,8 +3314,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3324,8 +3324,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3341,7 +3341,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3365,7 +3365,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3397,17 +3397,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3432,21 +3433,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3455,32 +3456,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -3496,46 +3497,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3568,7 +3569,7 @@ NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, NautilusWindow .sidebar .view, NautilusWindow .sidebar row, @@ -3583,7 +3584,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar row.image, @@ -3597,7 +3598,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar row.cell:selected, @@ -3611,8 +3612,8 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, NautilusWindow .source-list.sidebar.view.frame, @@ -3620,7 +3621,7 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3637,22 +3638,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3664,17 +3665,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: rgba(5, 35, 43, 0.95); } + border-color: rgba(42, 45, 55, 0.95); } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3684,21 +3685,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(38, 42, 51, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3708,91 +3709,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3800,19 +3801,19 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, @@ -3832,17 +3833,17 @@ NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .scrollbar .slider:hover, NautilusWindow .sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, NautilusWindow .sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3852,44 +3853,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css index 4677ed7..3bd18b0 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #78b9e6; - -GtkWidget-visited-link-color: #4ca2df; + -GtkWidget-link-color: #a9caf1; + -GtkWidget-visited-link-color: #7eafe9; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -22,64 +22,64 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(211, 218, 227, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #657b83; - background-color: #002b36; } + color: #D3DAE3; + background-color: #383C4A; } *:insensitive { -gtk-image-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:prelight { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:insensitive { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { - color: rgba(101, 123, 131, 0.55); } + color: rgba(211, 218, 227, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { - color: #657b83; } + color: #D3DAE3; } .label:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } GtkAssistant.csd .sidebar { border-top-style: none; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #04313c; } + background-color: #3c414e; } .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,42 +128,42 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.55)); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -180,90 +180,90 @@ GtkTextView { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #7d4328); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #873437); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #526d76; } + color: #b6bcc6; } .linked.vertical > .entry { - border-bottom-color: #052b35; + border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #052b35; } + border-bottom-color: #3a3e4a; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(8, 62, 75, 0); - border-color: rgba(0, 19, 23, 0); + background-color: rgba(68, 74, 88, 0); + border-color: rgba(43, 46, 57, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -271,63 +271,63 @@ GtkSearchEntry.entry { .button.flat:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; transition-duration: 50ms; } .button:active { - color: #657b83; } + color: #D3DAE3; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -347,112 +347,112 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.suggested-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } .button.destructive-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.destructive-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } .button.image-button, .header-bar .button.titlebutton, @@ -496,7 +496,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -508,30 +508,30 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar GtkToolButton > .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -544,7 +544,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -557,7 +557,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -565,7 +565,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -590,7 +590,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5), inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -602,7 +602,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -614,7 +614,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -646,34 +646,34 @@ GtkSearchEntry.entry { outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover { - background-color: #0a333e; } + background-color: #484c59; } .menuitem.button.flat:checked { - color: #657b83; } + color: #D3DAE3; } *:link, .button:link, .button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, .button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } .spinbutton .button { background-image: none; - border: 1px solid rgba(0, 19, 23, 0.6); + border: 1px solid rgba(43, 46, 57, 0.6); border-style: none none none solid; - color: #607880; + color: #ccd3dc; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -681,50 +681,50 @@ GtkSearchEntry.entry { .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { @@ -740,7 +740,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,7 +751,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -759,63 +759,63 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.55); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } .search-bar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } .action-bar { - background-color: #001f27; } + background-color: #313541; } .header-bar { padding: 5px 5px 4px 5px; border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -824,42 +824,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -869,43 +869,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -917,88 +917,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #7a3e23); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #a45d39); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #842f32); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #aa3c3b); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1008,29 +1008,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1042,30 +1042,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1076,30 +1076,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1107,41 +1107,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1150,20 +1150,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.4); } + background-color: rgba(21, 23, 28, 0.4); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1172,22 +1172,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #00475a); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #3e4553); + border-color: rgba(21, 23, 28, 0.7); } .path-bar .button { padding: 5px 10px; } @@ -1215,61 +1215,61 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(101, 123, 131, 0.15); + border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; - border-top-color: rgba(101, 123, 131, 0.1); } + border-left-color: #a9caf1; + border-top-color: rgba(211, 218, 227, 0.1); } GtkTreeView.view:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #365963; } + color: #8a909b; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #657b83; - background-image: linear-gradient(to bottom, #001317); + color: #D3DAE3; + background-image: linear-gradient(to bottom, #2b2e39); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #526d76; - background-color: #073642; } + color: #b6bcc6; + background-color: #404552; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #657b83; + color: #D3DAE3; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1278,8 +1278,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #073642, inset -1px 0 #073642; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1288,37 +1288,37 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #073642; } + background-color: #404552; } column-header .button:active:hover { - color: #657b83; } + color: #D3DAE3; } column-header .button:insensitive { - border-color: #002b36; + border-color: #383C4A; background-image: none; } .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd .menu { padding: 4px 0px; border-radius: 2px; @@ -1326,12 +1326,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1340,11 +1340,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #103d49; } + border-bottom: 1px solid #4f5461; } .menu.button.bottom { - border-top: 1px solid #103d49; } + border-top: 1px solid #4f5461; } .menu.button:hover { - background-color: #103d49; } + background-color: #4f5461; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1358,13 +1358,13 @@ column-header .button, column-header .button:hover, column-header .button:active .popover { padding: 2px; - border: 1px solid black; + border: 1px solid #20222a; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1389,7 +1389,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #073642; + background-color: #404552; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1399,7 +1399,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-focus-line-width: 0; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } .notebook.frame.top { border-top-width: 0; } .notebook.frame.bottom { @@ -1409,9 +1409,9 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.frame.left { border-left-width: 0; } .notebook.header { - background-color: #002b36; } + background-color: #383C4A; } .notebook.header.frame { - border: 0px solid #001317; } + border: 0px solid #2b2e39; } .notebook.header.frame.top { border-bottom-width: 0; } .notebook.header.frame.bottom { @@ -1421,13 +1421,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.header.frame.left { border-right-width: 0; } .notebook.header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } .notebook.header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .notebook.header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .notebook.header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } .notebook tab { border-width: 0; border-style: solid; @@ -1448,76 +1448,76 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #073642, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #073642; - box-shadow: inset 0 -1px #073642, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #073642, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #073642; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #657b83; } + color: #D3DAE3; } .notebook tab .button { padding: 0; - color: #425f68; } + color: #9da3ad; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook.arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook.arrow:active { - color: #657b83; } + color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } .scrollbar { -GtkRange-slider-width: 13; @@ -1534,7 +1534,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #47636c; + background-color: #a5abb5; border: 1px solid rgba(0, 0, 0, 0.3); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1549,14 +1549,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #07323d; - border: 1px none #001317; } + background-color: #3e434f; + border: 1px none #2b2e39; } .scrollbar .slider { - background-color: #284b55; } + background-color: #767b87; } .scrollbar .slider:hover { - background-color: #1e434d; } + background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1589,8 +1589,8 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - border-image: linear-gradient(to bottom, #001317 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #07323d; } + border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3e434f; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1829,7 +1829,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .scale { -GtkScale-slider-length: 15; @@ -1844,63 +1844,63 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 3px; } .scale.slider { background-clip: border-box; - background-image: linear-gradient(to bottom, #083e4b); - border: 1px solid #000b0d; + background-image: linear-gradient(to bottom, #444a58); + border: 1px solid #262933; border-radius: 50%; box-shadow: none; } .scale.slider:hover { - background-image: linear-gradient(to bottom, #0a5062); - border-color: #000b0d; } + background-image: linear-gradient(to bottom, #505666); + border-color: #262933; } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #04313d); - border-color: rgba(0, 11, 13, 0.8); } + background-image: linear-gradient(to bottom, #3c414e); + border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #00171d); } + background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 23, 29, 0.55)); } + background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1908,11 +1908,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1921,30 +1921,30 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1966,25 +1966,25 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } .frame { - border: 1px solid #001317; + border: 1px solid #2b2e39; padding: 0; } .frame.flat { border-style: none; } @@ -2010,8 +2010,8 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } .list-row, .grid-child { @@ -2025,14 +2025,14 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:hover { background-color: rgba(255, 255, 255, 0.03); } .list-row.button:active { - color: #657b83; } + color: #D3DAE3; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive .label { color: inherit; } @@ -2044,73 +2044,73 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #b8c4c9; } + color: white; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #657b83; + color: #D3DAE3; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #657b83; } + color: #D3DAE3; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); background-color: transparent; background-image: none; } GtkCalendar.highlight { @@ -2122,8 +2122,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2141,25 +2141,25 @@ GtkCalendar { border-bottom-left-radius: 3px; } GtkFileChooserDialog .search-bar { - background-color: #002b36; - border-color: #001317; + background-color: #383C4A; + border-color: #2b2e39; box-shadow: none; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .sidebar, .sidebar .view { border: none; - background-color: #003340; } + background-color: #3c4150; } .sidebar:selected, .sidebar .view:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { - color: #657b83; + color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2177,7 +2177,7 @@ GtkPaned { margin-right: 0; margin-left: 8px; } GtkPaned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } GtkPaned.wide { -GtkPaned-handle-size: 5; @@ -2185,7 +2185,7 @@ GtkPaned.wide { GtkPaned.wide .pane-separator { background-color: transparent; border-style: none solid; - border-color: #001317; + border-color: #2b2e39; border-width: 1px; } GtkPaned.wide.vertical .pane-separator { border-style: solid none; } @@ -2198,44 +2198,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2248,7 +2248,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2293,15 +2293,15 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } GtkColorSwatch#add-color-button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; background-color: transparent; @@ -2315,10 +2315,10 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkVolumeButton.button { padding: 8px; } @@ -2331,7 +2331,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2340,7 +2340,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2349,7 +2349,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2358,7 +2358,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2405,10 +2405,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2421,7 +2421,7 @@ GtkVolumeButton.button { border-radius: 0; } .window-frame.csd.popup { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } .window-frame.csd.tooltip { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2430,7 +2430,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: #002b36; + background-color: #2f343f; box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2445,24 +2445,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2517,9 +2517,9 @@ GtkVolumeButton.button { .view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2552,7 +2552,7 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, @@ -2562,14 +2562,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } GtkHTML { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2590,20 +2590,20 @@ TerminalWindow .scrollbar.trough { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #33535d; } + color: #868b97; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #073642; } + background-color: #404552; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2613,7 +2613,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #073642; } + background-color: #404552; } .nautilus-circular-button { border-radius: 50%; @@ -2623,14 +2623,14 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(101, 123, 131, 0.5); - border-color: rgba(79, 96, 102, 0.5); } + background-color: rgba(211, 218, 227, 0.5); + border-color: rgba(180, 192, 207, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { - background-color: #001f27; - border-color: black; } + background-color: #313541; + border-color: #1b1d24; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -2639,32 +2639,32 @@ NemoWindow .sidebar .frame { border-width: 0; } NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #001317; } + color: #2b2e39; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2673,25 +2673,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: #001b22; } + color: #262a33; } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #073642; } + border-color: #404552; } .open-document-selector-treeview.view:prelight { - background-color: #0e3b47; } + background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { - color: #657b83; } + color: #D3DAE3; } .open-document-selector-path-label { - color: #365963; + color: #8a909b; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2704,7 +2704,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: inherit; } .gedit-document-panel .prelight-row .button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2717,19 +2717,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } GeditStatusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } GeditStatusMenuButton.button.flat, GeditStatusMenuButton:prelight.button.flat, @@ -2738,17 +2738,17 @@ GeditStatusMenuButton:checked.button.flat { border-radius: 0; } GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); margin: 2px; padding: 2px; } GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } @@ -2756,9 +2756,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2766,45 +2766,45 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } GdTaggedEntry { - color: #657b83; } + color: #D3DAE3; } .preferences.sidebar GtkViewport { border: none; } .preferences.sidebar GtkListBox { - background-color: #002b36; } + background-color: #383C4A; } .preferences.sidebar GtkListBoxRow { padding: 10px; } @@ -2818,16 +2818,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2842,53 +2842,53 @@ GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook { - background-color: #073642; } + background-color: #404552; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } EphyWindow .floating-bar { - color: #657b83; } + color: #D3DAE3; } .documents-load-more.button { border-width: 1px 0 0; border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -2900,7 +2900,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2912,8 +2912,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, #2b2e37); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -2921,10 +2921,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -2935,47 +2935,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -2996,8 +2996,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3010,21 +3010,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3101,14 +3101,14 @@ WingpanelWidgetsIndicatorPopover.popover { border: solid rgba(255, 255, 255, 0.07); border-width: 1px 0; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #657b83; } + color: #D3DAE3; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3120,39 +3120,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12); } + background-image: linear-gradient(to bottom, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3164,7 +3164,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3237,20 +3237,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3262,7 +3262,7 @@ GraniteWidgetsStaticNotebook .frame { .secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { padding: 0 3px 0 3px; } @@ -3270,8 +3270,8 @@ GraniteWidgetsStaticNotebook .frame { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { padding: 2px 3px 2px 3px; } @@ -3281,28 +3281,28 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:prelight { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3311,8 +3311,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3321,11 +3321,11 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3338,16 +3338,16 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome GtkLabel { - color: #33535d; + color: #868b97; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3362,7 +3362,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642); + background-image: linear-gradient(to bottom, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3383,7 +3383,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3394,17 +3394,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3416,35 +3417,35 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } #content_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3452,35 +3453,35 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #002b36; + background-color: #2f343f; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #001b22; } + box-shadow: inset 0 1px #262a33; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -3493,49 +3494,49 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #001b22; } + color: #262a33; } NemoWindow GtkEventBox { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog *, NautilusWindow *, @@ -3545,12 +3546,12 @@ NemoWindow { GtkFileChooserDialog .sidebar, NautilusWindow .sidebar, NemoWindow .sidebar { - border-right: 1px solid #05232b; } + border-right: 1px solid #2a2d37; } GtkFileChooserDialog .sidebar:dir(rtl), NautilusWindow .sidebar:dir(rtl), NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid #05232b; } + border-left: 1px solid #2a2d37; } GtkFileChooserDialog.csd.background, GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, @@ -3575,7 +3576,7 @@ NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, NautilusWindow .sidebar .view, NautilusWindow .sidebar row, @@ -3590,7 +3591,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar row.image, @@ -3604,7 +3605,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar row.cell:selected, @@ -3618,8 +3619,8 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, NautilusWindow .source-list.sidebar.view.frame, @@ -3627,7 +3628,7 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3644,44 +3645,44 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #05232b; } + background-color: #2a2d37; } NautilusWindow NautilusWindowSlot { - background-color: #073642; } + background-color: #404552; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar { background-color: transparent; } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-action-box { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: #021014; } + border-color: #1f2128; } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3691,21 +3692,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #001b22; } + background-color: #262a33; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3715,91 +3716,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #05232b; } + background-color: #2a2d37; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3807,19 +3808,19 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, @@ -3839,64 +3840,64 @@ NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .scrollbar .slider:hover, NautilusWindow .sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, NautilusWindow .sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color content_view_bg #073642; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color content_view_bg #404552; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css index 5a7bf09..5add043 100644 --- a/common/gtk-3.0/3.16/gtk-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-solid-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkTextView { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,61 +272,61 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -346,68 +346,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -415,7 +415,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -423,26 +423,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -450,7 +450,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -495,7 +495,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -509,28 +509,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -543,7 +543,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -556,7 +556,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -564,7 +564,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -589,7 +589,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -601,7 +601,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -613,7 +613,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -650,21 +650,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -672,7 +672,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -682,47 +682,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,19 +756,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -778,15 +778,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -811,14 +811,14 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -827,42 +827,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -872,43 +872,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -920,88 +920,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #7a3e23); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #a45d39); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #842f32); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #aa3c3b); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1011,29 +1011,29 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { box-shadow: none; } .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { @@ -1045,30 +1045,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1079,30 +1079,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1110,41 +1110,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1153,20 +1153,20 @@ GtkComboBox { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 transparent; } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 transparent; } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.4); } + background-color: rgba(21, 23, 28, 0.4); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1175,22 +1175,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #00475a); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #3e4553); + border-color: rgba(21, 23, 28, 0.7); } .path-bar .button { padding: 5px 10px; } @@ -1222,53 +1222,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1281,8 +1281,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1301,26 +1301,26 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1329,12 +1329,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1343,11 +1343,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1364,10 +1364,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1392,7 +1392,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1451,52 +1451,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1510,7 +1510,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1552,14 +1552,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1593,7 +1593,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1848,62 +1848,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1911,11 +1911,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1931,23 +1931,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1969,19 +1969,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2013,7 +2013,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2030,12 +2030,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive .label { color: inherit; } @@ -2047,41 +2047,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2098,8 +2098,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2125,8 +2125,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2155,14 +2155,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2201,44 +2201,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2251,7 +2251,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2298,12 +2298,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2320,7 +2320,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2334,7 +2334,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2343,7 +2343,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2352,7 +2352,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2361,7 +2361,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2408,10 +2408,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2433,7 +2433,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: #002b36; + background-color: #2f343f; box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2448,24 +2448,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2520,9 +2520,9 @@ GtkVolumeButton.button { .view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2565,14 +2565,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2595,7 +2595,7 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2603,10 +2603,10 @@ TerminalWindow .scrollbar.trough { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2616,7 +2616,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button { border-radius: 50%; @@ -2629,8 +2629,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2645,29 +2645,29 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sideba color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { @@ -2676,25 +2676,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: #001b22; } + color: #262a33; } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2720,7 +2720,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2759,9 +2759,9 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2769,33 +2769,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2821,16 +2821,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2848,7 +2848,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2860,8 +2860,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2870,28 +2870,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -2903,7 +2903,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2915,8 +2915,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, #2b2e37); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -2924,10 +2924,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -2938,47 +2938,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -2999,8 +2999,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3013,21 +3013,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3123,39 +3123,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12); } + background-image: linear-gradient(to bottom, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3167,7 +3167,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3240,13 +3240,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3298,8 +3298,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3314,8 +3314,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3324,8 +3324,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3341,7 +3341,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3365,7 +3365,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3397,17 +3397,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3432,21 +3433,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3455,32 +3456,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -3496,46 +3497,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #001b22; } + color: #262a33; } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3568,7 +3569,7 @@ NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, NautilusWindow .sidebar .view, NautilusWindow .sidebar row, @@ -3583,7 +3584,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar row.image, @@ -3597,7 +3598,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar row.cell:selected, @@ -3611,8 +3612,8 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, NautilusWindow .source-list.sidebar.view.frame, @@ -3620,7 +3621,7 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3637,22 +3638,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #073642; } + background-color: #353945; } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3664,17 +3665,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: #05232b; } + border-color: #2a2d37; } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3684,21 +3685,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #001b22; } + background-color: #262a33; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3708,91 +3709,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #073642; } + background-color: #353945; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3800,19 +3801,19 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, @@ -3832,17 +3833,17 @@ NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .scrollbar .slider:hover, NautilusWindow .sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, NautilusWindow .sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3852,44 +3853,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css index 5116dab..603b3ff 100644 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ b/common/gtk-3.0/3.16/gtk-solid.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkTextView { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,61 +272,61 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -346,68 +346,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -415,7 +415,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -423,26 +423,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -450,7 +450,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -495,7 +495,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -509,28 +509,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -543,7 +543,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -556,7 +556,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -564,7 +564,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -589,7 +589,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -601,7 +601,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -613,7 +613,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -650,21 +650,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -672,7 +672,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -682,47 +682,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,19 +756,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -778,15 +778,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, #e4dabc) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, #d4d5db) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -811,12 +811,12 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; } + background-color: #e7e8eb; } .csd .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar:backdrop { color: rgba(82, 93, 118, 0.5); } .header-bar .title { @@ -827,42 +827,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -872,43 +872,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px #f2eee0; } + background-color: #e7e8eb; + box-shadow: inset 0 1px #eff0f2; } .csd .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .maximized .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -929,56 +929,56 @@ GtkComboBox { .primary-toolbar .entry, .header-bar .entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); background-clip: border-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #d98a62); } + border-color: #F27835; + background-image: linear-gradient(to bottom, #eea57e); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e37b71); } + border-color: #FC4138; + background-image: linear-gradient(to bottom, #f48480); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { color: rgba(82, 93, 118, 0.8); outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { @@ -987,21 +987,21 @@ GtkComboBox { border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1018,10 +1018,10 @@ GtkComboBox { .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { color: rgba(82, 93, 118, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { @@ -1045,30 +1045,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1079,30 +1079,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1110,12 +1110,12 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { color: rgba(82, 93, 118, 0.8); } @@ -1133,18 +1133,18 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1186,10 +1186,10 @@ GtkComboBox { background-image: linear-gradient(to bottom, white); border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f7f5f0); + background-image: linear-gradient(to bottom, #f5f5f7); border-color: rgba(82, 93, 118, 0.3); } .path-bar .button { @@ -1222,53 +1222,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1281,8 +1281,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1301,7 +1301,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } .menubar:backdrop { color: rgba(82, 93, 118, 0.5); } @@ -1310,8 +1310,8 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); border-color: transparent; } @@ -1320,7 +1320,7 @@ column-header .button, column-header .button:hover, column-header .button:active margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1329,12 +1329,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1343,11 +1343,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1364,10 +1364,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1392,7 +1392,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1451,52 +1451,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1510,7 +1510,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1552,14 +1552,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1593,7 +1593,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1848,62 +1848,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1911,11 +1911,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1931,23 +1931,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1969,19 +1969,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2013,7 +2013,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2030,12 +2030,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive .label { color: inherit; } @@ -2047,41 +2047,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2098,8 +2098,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2125,8 +2125,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #eee8d5; - border-bottom: 1px solid #e4dabc; } + background-color: #e7e8eb; + border-bottom: 1px solid #d4d5db; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2155,14 +2155,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2201,44 +2201,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2251,7 +2251,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2298,12 +2298,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2320,7 +2320,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2334,7 +2334,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2343,7 +2343,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2352,7 +2352,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2361,7 +2361,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2433,7 +2433,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2448,7 +2448,7 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; @@ -2462,10 +2462,10 @@ GtkVolumeButton.button { .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2520,9 +2520,9 @@ GtkVolumeButton.button { .view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2565,14 +2565,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2595,7 +2595,7 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2603,10 +2603,10 @@ TerminalWindow .scrollbar.trough { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2616,7 +2616,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button { border-radius: 50%; @@ -2629,8 +2629,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2652,10 +2652,10 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { background-color: rgba(255, 255, 255, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(82, 93, 118, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2676,25 +2676,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: #e4dabc; } + color: #d4d5db; } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2720,7 +2720,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2761,7 +2761,7 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2769,33 +2769,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2821,16 +2821,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2848,7 +2848,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2860,8 +2860,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2870,28 +2870,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -2903,7 +2903,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2915,8 +2915,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, #2b2e37); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -2924,10 +2924,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -2938,47 +2938,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -2999,8 +2999,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3015,19 +3015,19 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3123,7 +3123,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3132,9 +3132,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px #f2eee0; } + box-shadow: inset 0 1px #eff0f2; } UnityDecoration.top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3144,18 +3144,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3167,7 +3167,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #faf8f2; + background-color: #fdfdfe; border-radius: 0px; padding: 0px; color: white; } @@ -3240,13 +3240,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3298,8 +3298,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3314,8 +3314,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3324,8 +3324,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3341,7 +3341,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3365,7 +3365,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3397,17 +3397,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3432,21 +3433,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3455,32 +3456,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -3496,46 +3497,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #e4dabc; } + color: #d4d5db; } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3568,7 +3569,7 @@ NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, NautilusWindow .sidebar .view, NautilusWindow .sidebar row, @@ -3583,7 +3584,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar row.image, @@ -3597,7 +3598,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar row.cell:selected, @@ -3611,8 +3612,8 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, NautilusWindow .source-list.sidebar.view.frame, @@ -3620,7 +3621,7 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3637,22 +3638,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #073642; } + background-color: #353945; } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3664,17 +3665,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: #05232b; } + border-color: #2a2d37; } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3684,21 +3685,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #e4dabc; } + background-color: #d4d5db; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3708,91 +3709,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #073642; } + background-color: #353945; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3800,19 +3801,19 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, @@ -3832,17 +3833,17 @@ NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .scrollbar .slider:hover, NautilusWindow .sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, NautilusWindow .sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3852,44 +3853,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css index c0427b9..d33a027 100644 --- a/common/gtk-3.0/3.16/gtk.css +++ b/common/gtk-3.0/3.16/gtk.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkPaned-handle-size: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; @@ -13,8 +13,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -45,24 +45,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband { - border: 1px solid #268bd2; - background-color: rgba(38, 139, 210, 0.2); } + border: 1px solid #5294e2; + background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { color: #5c616c; } @@ -74,7 +74,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -88,11 +88,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -101,11 +101,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -129,9 +129,9 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -139,30 +139,30 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -179,74 +179,74 @@ GtkTextView { .linked > .entry:last-child:dir(rtl) { border-left-style: solid; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .entry.image { - color: #7c7f84; } + color: #7d8189; } .linked.vertical > .entry { - border-bottom-color: #f3efe3; + border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #268bd2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f3efe3; } + border-bottom-color: #f4f5f6; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { - border-bottom-color: #268bd2; - box-shadow: 0 -1px 0 0 #268bd2; } + border-bottom-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:last-child:insensitive { border-bottom-color: rgba(0, 0, 0, 0.14); } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -255,14 +255,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,61 +272,61 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); border-radius: 0; border-left-style: none; border-right-style: none; } @@ -346,68 +346,68 @@ GtkSearchEntry.entry { border-radius: 3px; border-style: solid; } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { box-shadow: none; } .osd .button.flat:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .button.flat:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -415,7 +415,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -423,26 +423,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive { border-color: transparent; background-color: transparent; @@ -450,7 +450,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -495,7 +495,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -509,28 +509,28 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -543,7 +543,7 @@ GtkSearchEntry.entry { border-left-style: none; border-right-style: none; } .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { box-shadow: none; } .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), @@ -556,7 +556,7 @@ GtkSearchEntry.entry { border-radius: 3px 0 0 3px; border-left-style: solid; } .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { box-shadow: none; } @@ -564,7 +564,7 @@ GtkSearchEntry.entry { border-radius: 0 3px 3px 0; border-right-style: solid; } .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { box-shadow: none; } .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { @@ -589,7 +589,7 @@ GtkSearchEntry.entry { border-radius: 0; } .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4), inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, .linked.vertical > GtkComboBox > .button:checked { @@ -601,7 +601,7 @@ GtkSearchEntry.entry { border-top-style: solid; } .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, .linked.vertical > GtkComboBox:first-child > .button:checked { @@ -613,7 +613,7 @@ GtkSearchEntry.entry { border-bottom-style: solid; } .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.4); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, .linked.vertical > GtkComboBox:last-child > .button:checked { @@ -650,21 +650,21 @@ GtkSearchEntry.entry { color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .spinbutton { border-radius: 3px; } @@ -672,7 +672,7 @@ GtkSearchEntry.entry { background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -682,47 +682,47 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,19 +756,19 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #657b83; } + box-shadow: inset -1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.55); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; @@ -778,15 +778,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, rgba(228, 218, 188, 0.95)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, rgba(212, 213, 219, 0.95)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -811,12 +811,12 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; } + background-color: #e7e8eb; } .csd .header-bar { - background-color: rgba(238, 232, 213, 0.95); - border-color: rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-color: rgba(212, 213, 219, 0.95); } .header-bar:backdrop { color: rgba(82, 93, 118, 0.5); } .header-bar .title { @@ -827,42 +827,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -872,43 +872,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + background-color: #e7e8eb; + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd .titlebar { - background-color: rgba(238, 232, 213, 0.95); } + background-color: rgba(231, 232, 235, 0.95); } .titlebar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd .titlebar:backdrop { - background-color: rgba(242, 238, 224, 0.95); } + background-color: rgba(239, 240, 242, 0.95); } .maximized .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -929,56 +929,56 @@ GtkComboBox { .primary-toolbar .entry, .header-bar .entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); background-clip: border-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, rgba(216, 134, 94, 0.98)); } + border-color: #F27835; + background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: #dc322f; - background-image: linear-gradient(to bottom, rgba(227, 118, 109, 0.98)); } + border-color: #FC4138; + background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { color: rgba(82, 93, 118, 0.8); outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { @@ -987,21 +987,21 @@ GtkComboBox { border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked > .button, .header-bar .linked > .button { border-radius: 3px; @@ -1018,10 +1018,10 @@ GtkComboBox { .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { color: rgba(82, 93, 118, 0.4); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { @@ -1045,30 +1045,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1079,30 +1079,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1110,12 +1110,12 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { color: rgba(82, 93, 118, 0.8); } @@ -1133,18 +1133,18 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } @@ -1186,10 +1186,10 @@ GtkComboBox { background-image: linear-gradient(to bottom, white); border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(247, 246, 241, 0.985)); + background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985)); border-color: rgba(82, 93, 118, 0.3); } .path-bar .button { @@ -1222,53 +1222,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1281,8 +1281,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1301,7 +1301,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } .menubar:backdrop { color: rgba(82, 93, 118, 0.5); } @@ -1310,8 +1310,8 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); border-color: transparent; } @@ -1320,7 +1320,7 @@ column-header .button, column-header .button:hover, column-header .button:active margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1329,12 +1329,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1343,11 +1343,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1364,10 +1364,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1392,7 +1392,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1451,52 +1451,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1510,7 +1510,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1552,14 +1552,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1593,7 +1593,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1848,62 +1848,62 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1911,11 +1911,11 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { @@ -1931,23 +1931,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1969,19 +1969,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2013,7 +2013,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list, .list-row { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2030,12 +2030,12 @@ GtkScrolledWindow GtkViewport.frame { .list-row.button:active { color: #5c616c; } .list-row.button:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.button:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.button:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.button:selected:insensitive .label { color: inherit; } @@ -2047,41 +2047,41 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2098,8 +2098,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2125,8 +2125,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(238, 232, 213, 0.95); - border-bottom: 1px solid rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-bottom: 1px solid rgba(212, 213, 219, 0.95); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2155,14 +2155,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #268bd2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2201,44 +2201,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, GtkInfoBar .flat.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2251,7 +2251,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2298,12 +2298,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2320,7 +2320,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2334,7 +2334,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2343,7 +2343,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2352,7 +2352,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2361,7 +2361,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2433,7 +2433,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: rgba(238, 232, 213, 0.95); + background-color: rgba(231, 232, 235, 0.95); box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2448,7 +2448,7 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; @@ -2462,10 +2462,10 @@ GtkVolumeButton.button { .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2520,9 +2520,9 @@ GtkVolumeButton.button { .view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2565,14 +2565,14 @@ PantheonTerminalPantheonTerminalWindow .notebook tab.top { TerminalWindow .notebook.header.top, PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2595,7 +2595,7 @@ TerminalWindow .scrollbar.trough { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2603,10 +2603,10 @@ TerminalWindow .scrollbar.trough { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2616,7 +2616,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button { border-radius: 50%; @@ -2629,8 +2629,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2652,10 +2652,10 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { background-color: rgba(255, 255, 255, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(82, 93, 118, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2676,25 +2676,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { box-shadow: none; } .gedit-headerbar-paned { - color: rgba(228, 218, 188, 0.95); } + color: rgba(212, 213, 219, 0.95); } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2720,7 +2720,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2761,7 +2761,7 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2769,33 +2769,33 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; border-radius: 0 3px 3px 0; outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; border-radius: 3px 0 0 3px; outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2821,16 +2821,16 @@ GbPreferencesPageLanguage GtkScrolledWindow { GtkBox.gb-command-bar-box { border: none; - background-color: #073642; } + background-color: #353945; } GtkBox.gb-command-bar-box GtkLabel { - color: #657b83; } + color: #BAC3CF; } GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } @@ -2848,7 +2848,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2860,8 +2860,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -2870,28 +2870,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -2903,7 +2903,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2915,8 +2915,8 @@ PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -2924,10 +2924,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -2938,47 +2938,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -2999,8 +2999,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3015,19 +3015,19 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3123,7 +3123,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3132,9 +3132,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration.top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3144,18 +3144,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3167,7 +3167,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(250, 248, 242, 0.95); + background-color: rgba(253, 253, 254, 0.95); border-radius: 0px; padding: 0px; color: white; } @@ -3240,13 +3240,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3298,8 +3298,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3314,8 +3314,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3324,8 +3324,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3341,7 +3341,7 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3365,7 +3365,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3397,17 +3397,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3432,21 +3433,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3455,32 +3456,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -3496,46 +3497,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(228, 218, 188, 0.95); } + color: rgba(212, 213, 219, 0.95); } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3568,7 +3569,7 @@ NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, NautilusWindow .sidebar .view, NautilusWindow .sidebar row, @@ -3583,7 +3584,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, NautilusWindow .sidebar .view.image, NautilusWindow .sidebar row.image, @@ -3597,7 +3598,7 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, NautilusWindow .sidebar .view.cell:selected, NautilusWindow .sidebar row.cell:selected, @@ -3611,8 +3612,8 @@ MarlinViewWindow .source-list.sidebar.view { MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, NautilusWindow .source-list.sidebar.view.frame, @@ -3620,7 +3621,7 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, NautilusWindow .sidebar .separator, NautilusWindow GtkPlacesSidebar.sidebar .view.separator, @@ -3637,22 +3638,22 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog .sidebar { background-color: transparent; } @@ -3664,17 +3665,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog .action-bar.frame { background-color: transparent; - border-color: rgba(5, 35, 43, 0.95); } + border-color: rgba(42, 45, 55, 0.95); } GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3684,21 +3685,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(228, 218, 188, 0.95); } + background-color: rgba(212, 213, 219, 0.95); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(238, 232, 213, 0.95); } + background-color: rgba(231, 232, 235, 0.95); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(242, 238, 224, 0.95); } + background-color: rgba(239, 240, 242, 0.95); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3708,91 +3709,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, @@ -3800,19 +3801,19 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, @@ -3832,17 +3833,17 @@ NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog .sidebar .scrollbar .slider:hover, NautilusWindow .sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, NautilusWindow .sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3852,44 +3853,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/sass/_lightdm.scss b/common/gtk-3.0/3.16/sass/_lightdm.scss index 89cdfcd..bb7214a 100644 --- a/common/gtk-3.0/3.16/sass/_lightdm.scss +++ b/common/gtk-3.0/3.16/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; + .menubar { + padding-left: 5px; + + &, > .menuitem { + background-color: transparent; + color: $panel_fg; + font: bold; + } } .menubar .menuitem:insensitive { diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index ca8e7fe..14a739d 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; -GtkScrolledWindow-scrollbar-spacing: 0; @@ -12,8 +12,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #78b9e6; - -GtkWidget-visited-link-color: #4ca2df; + -GtkWidget-link-color: #a9caf1; + -GtkWidget-visited-link-color: #7eafe9; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -21,64 +21,64 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(211, 218, 227, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #657b83; - background-color: rgba(0, 43, 54, 0.999); } + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0.999); } *:insensitive { -gtk-image-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:prelight { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:insensitive { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(101, 123, 131, 0.55); } + color: rgba(211, 218, 227, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #657b83; } + color: #D3DAE3; } .label:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } GtkAssistant.csd .sidebar { border-top-style: none; } @@ -87,11 +87,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #04313c; } + background-color: #3c414e; } .grid-child { padding: 3px; @@ -100,11 +100,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -127,109 +127,109 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); } .entry.image { - color: #526d76; } + color: #b6bcc6; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.55)); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; box-shadow: none; } .entry.warning { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #7d4328); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #873437); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .button.flat, .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(8, 62, 75, 0); - border-color: rgba(0, 19, 23, 0); + background-color: rgba(68, 74, 88, 0); + border-color: rgba(43, 46, 57, 0); transition: none; } .button.flat:hover, .sidebar-button.button:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -237,101 +237,101 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; transition-duration: 50ms; } .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive { color: inherit; opacity: 0.6; } .button:active { - color: #657b83; } + color: #D3DAE3; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat, .osd .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover, .osd .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; } @@ -339,70 +339,70 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat, .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.suggested-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } .button.destructive-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat, .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.destructive-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } .button.image-button, .header-bar .button.titlebutton, @@ -446,7 +446,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -458,86 +458,86 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar GtkToolButton > .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked:not(.vertical):not(.path-bar) > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -551,66 +551,66 @@ GtkSearchEntry.entry { border-left-style: none; } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .linked.vertical > .entry + .entry { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry.error + .entry, .linked.vertical > .entry + .entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry.warning + .entry, .linked.vertical > .entry + .entry.warning { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry.error + .entry.warning, .linked.vertical > .entry.warning + .entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry + .entry.error:focus:not(:last-child), .linked.vertical > .entry + .entry.error:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .button + .button { border-top-style: none; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked.vertical > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -690,26 +690,26 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #0a333e; } + background-color: #484c59; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #657b83; } + color: #D3DAE3; } *:link, .button:link, .button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, .button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .button:link > .label, .button:visited > .label { text-decoration-line: underline; } @@ -718,9 +718,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-radius: 3px; } .spinbutton .button { background-image: none; - border: 1px solid rgba(0, 19, 23, 0.6); + border: 1px solid rgba(43, 46, 57, 0.6); border-style: none none none solid; - color: #607880; + color: #ccd3dc; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -728,50 +728,50 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { @@ -787,7 +787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -798,7 +798,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -819,52 +819,52 @@ GtkComboBox { .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } .search-bar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } .action-bar { - background-color: #001f27; } + background-color: #313541; } .header-bar { padding: 5px 5px 4px 5px; border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -873,42 +873,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -918,43 +918,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd .titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -966,88 +966,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(125, 63, 34, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(135, 47, 50, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { border-radius: 3px; @@ -1057,93 +1057,93 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1154,30 +1154,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1185,41 +1185,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } @@ -1235,7 +1235,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.37); } + background-color: rgba(21, 23, 28, 0.37); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1244,22 +1244,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.27)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 72, 90, 0.991)); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); + border-color: rgba(21, 23, 28, 0.67); } .path-bar .button { padding: 5px 10px; } @@ -1287,61 +1287,61 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(101, 123, 131, 0.15); + border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; - border-top-color: rgba(101, 123, 131, 0.1); } + border-left-color: #a9caf1; + border-top-color: rgba(211, 218, 227, 0.1); } GtkTreeView.view:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #365963; } + color: #8a909b; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #657b83; - background-image: linear-gradient(to bottom, #001317); + color: #D3DAE3; + background-image: linear-gradient(to bottom, #2b2e39); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #526d76; - background-color: #073642; } + color: #b6bcc6; + background-color: #404552; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #657b83; + color: #D3DAE3; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1350,8 +1350,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #073642, inset -1px 0 #073642; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1360,37 +1360,37 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #073642; } + background-color: #404552; } column-header .button:active:hover { - color: #657b83; } + color: #D3DAE3; } column-header .button:insensitive { - border-color: #002b36; + border-color: #383C4A; background-image: none; } .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd .menu { padding: 4px 0px; border-radius: 2px; @@ -1398,12 +1398,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1412,11 +1412,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #103d49; } + border-bottom: 1px solid #4f5461; } .menu.button.bottom { - border-top: 1px solid #103d49; } + border-top: 1px solid #4f5461; } .menu.button:hover { - background-color: #103d49; } + background-color: #4f5461; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1430,13 +1430,13 @@ column-header .button, column-header .button:hover, column-header .button:active .popover { padding: 2px; - border: 1px solid black; + border: 1px solid #20222a; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1461,7 +1461,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #073642; + background-color: #404552; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1471,7 +1471,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-focus-line-width: 0; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } .notebook.frame.top { border-top-width: 0; } .notebook.frame.bottom { @@ -1481,9 +1481,9 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.frame.left { border-left-width: 0; } .notebook.header { - background-color: #002b36; } + background-color: #383C4A; } .notebook.header.frame { - border: 0px solid #001317; } + border: 0px solid #2b2e39; } .notebook.header.frame.top { border-bottom-width: 0; } .notebook.header.frame.bottom { @@ -1493,13 +1493,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.header.frame.left { border-right-width: 0; } .notebook.header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } .notebook.header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .notebook.header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .notebook.header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } .notebook tab { border-width: 0; border-style: solid; @@ -1520,76 +1520,76 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #073642, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #073642; - box-shadow: inset 0 -1px #073642, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #073642, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #073642; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #657b83; } + color: #D3DAE3; } .notebook tab .button { padding: 0; - color: #425f68; } + color: #9da3ad; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook.arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook.arrow:active { - color: #657b83; } + color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } .scrollbar { -GtkRange-slider-width: 13; @@ -1606,7 +1606,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #47636c; + background-color: #a5abb5; border: 1px solid rgba(0, 0, 0, 0.3); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1621,14 +1621,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #07323d; - border: 1px none #001317; } + background-color: #3e434f; + border: 1px none #2b2e39; } .scrollbar .slider { - background-color: #284b55; } + background-color: #767b87; } .scrollbar .slider:hover { - background-color: #1e434d; } + background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1661,8 +1661,8 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - border-image: linear-gradient(to bottom, #001317 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #07323d; } + border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3e434f; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1916,7 +1916,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .scale { -GtkScale-slider-length: 15; @@ -1932,67 +1932,67 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 3px; } .scale.slider { background-clip: border-box; - background-image: linear-gradient(to bottom, #083e4b); - border: 1px solid #000b0d; + background-image: linear-gradient(to bottom, #444a58); + border: 1px solid #262933; border-radius: 50%; box-shadow: none; } .scale.slider:hover { - background-image: linear-gradient(to bottom, #0a5062); - border-color: #000b0d; } + background-image: linear-gradient(to bottom, #505666); + border-color: #262933; } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #04313d); - border-color: rgba(0, 11, 13, 0.8); } + background-image: linear-gradient(to bottom, #3c414e); + border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #00171d); } + background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 23, 29, 0.55)); } + background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, @@ -2002,12 +2002,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, @@ -2017,30 +2017,30 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -2062,25 +2062,25 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } .frame { - border: 1px solid #001317; + border: 1px solid #2b2e39; padding: 0; } .frame.flat { border-style: none; } @@ -2107,8 +2107,8 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } .list-row, .grid-child { @@ -2118,17 +2118,17 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(255, 255, 255, 0.03); } .list-row.activatable:active { - color: #657b83; } + color: #D3DAE3; } .list-row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.activatable:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.activatable:selected:insensitive .label { color: inherit; } @@ -2140,80 +2140,80 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #b8c4c9; } + color: white; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #657b83; + color: #D3DAE3; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #657b83; } + color: #D3DAE3; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #657b83; } + color: #D3DAE3; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2221,8 +2221,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2240,16 +2240,16 @@ GtkCalendar { border-bottom-left-radius: 3px; } GtkFileChooserDialog .search-bar { - background-color: #002b36; - border-color: #001317; + background-color: #383C4A; + border-color: #2b2e39; box-shadow: none; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .sidebar, .sidebar .view { border: none; - background-color: #003340; } + background-color: #3c4150; } GtkSidebarRow.list-row { padding: 0px; } @@ -2270,13 +2270,13 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #268bd2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: #000203; } + background-color: #22242d; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(101, 123, 131, 0.8); + color: rgba(211, 218, 227, 0.8); border-width: 0; border-style: solid; } @@ -2316,7 +2316,7 @@ GtkPaned { margin-right: 0; margin-left: 8px; } GtkPaned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } GtkPaned.wide { -GtkPaned-handle-size: 5; @@ -2324,7 +2324,7 @@ GtkPaned.wide { GtkPaned.wide .pane-separator { background-color: transparent; border-style: none solid; - border-color: #001317; + border-color: #2b2e39; border-width: 1px; } GtkPaned.wide.vertical .pane-separator { border-style: solid none; } @@ -2337,44 +2337,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2387,7 +2387,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2432,15 +2432,15 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } GtkColorSwatch#add-color-button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; background-color: transparent; @@ -2452,17 +2452,17 @@ GtkColorButton.button { border-radius: 0; } .content-view { - background-color: #073642; } + background-color: #404552; } .content-view:hover { -gtk-image-effect: highlight; } .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkVolumeButton.button { padding: 8px; } @@ -2475,7 +2475,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2484,7 +2484,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2493,7 +2493,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2502,7 +2502,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2549,10 +2549,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2565,7 +2565,7 @@ GtkVolumeButton.button { border-radius: 0; } .window-frame.csd.popup { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } .window-frame.csd.tooltip { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2574,7 +2574,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2589,24 +2589,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2666,9 +2666,9 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2695,21 +2695,21 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, TerminalWindow .notebook tab.top:active, TerminalWindow .notebook tab.top.active-page, TerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top { padding-top: 7px; border-top-width: 3px; } TerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } GtkHTML { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2724,17 +2724,17 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #425f68; } + color: #9da3ad; } TerminalWindow .notebook tab .button:hover { - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #268bd2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2746,20 +2746,20 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #33535d; } + color: #868b97; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #073642; } + background-color: #404552; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2769,7 +2769,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #073642; } + background-color: #404552; } .nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, .titlebar .nautilus-circular-button.button.titlebutton { @@ -2781,65 +2781,65 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(101, 123, 131, 0.5); - border-color: rgba(79, 96, 102, 0.5); } + background-color: rgba(211, 218, 227, 0.5); + border-color: rgba(180, 192, 207, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { - background-color: #001f27; - border-color: black; } + background-color: #313541; + border-color: #1b1d24; } NemoWindow .sidebar .frame { border-width: 0; } NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #001317; } + color: #2b2e39; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .gedit-headerbar-paned { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #073642; } + border-color: #404552; } .open-document-selector-treeview.view:prelight { - background-color: #0e3b47; } + background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { - color: #657b83; } + color: #D3DAE3; } .open-document-selector-path-label { - color: #365963; + color: #8a909b; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2852,7 +2852,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2865,19 +2865,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } GeditStatusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, GeditStatusMenuButton:prelight.button.flat, @@ -2888,31 +2888,31 @@ GeditStatusMenuButton.sidebar-button.button:checked { border-radius: 0; } GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .gedit-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); border: none; margin: 2px; padding: 2px; } GeditViewFrame .gedit-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } GbWorkbench .floating-bar { - color: #657b83; } + color: #D3DAE3; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2920,19 +2920,19 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, @@ -2963,23 +2963,23 @@ GbEditorTweakWidget GtkScrolledWindow { border-top: none; } GbViewStack GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook, #project_sidebar_header.focused { - background-color: #073642; } + background-color: #404552; } GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { border-radius: 3px 0 0 3px; } GbWorkspacePane GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbWorkspacePane:not(.focused) GtkBox.header.notebook { - background-color: #002b36; } + background-color: #383C4A; } DhSidebar GtkSearchEntry.entry, SymbolTree GtkSearchEntry.entry { @@ -2991,15 +2991,15 @@ SymbolTree GtkSearchEntry.entry { GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } GbTerminalView { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3012,53 +3012,53 @@ GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook { - background-color: #073642; } + background-color: #404552; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } EphyWindow .floating-bar { - color: #657b83; } + color: #D3DAE3; } .documents-load-more.button { border-width: 1px 0 0; border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3070,20 +3070,20 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-color: #2b2e37; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3091,10 +3091,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3105,47 +3105,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3166,8 +3166,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3180,21 +3180,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3212,8 +3212,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .panel .maximized { - background-color: rgba(5, 36, 44, 0.95); - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } + background-color: rgba(43, 46, 55, 0.95); + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } .panel-shadow { background-image: none; background-color: transparent; } @@ -3275,17 +3275,17 @@ WingpanelWidgetsIndicatorPopover.popover { WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { padding: 0 3px; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #657b83; } + color: #D3DAE3; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3297,39 +3297,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3341,7 +3341,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3414,20 +3414,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3439,7 +3439,7 @@ GraniteWidgetsStaticNotebook .frame { .secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { padding: 0 3px 0 3px; } @@ -3447,8 +3447,8 @@ GraniteWidgetsStaticNotebook .frame { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { padding: 2px 3px 2px 3px; } @@ -3458,28 +3458,28 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:prelight { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3488,8 +3488,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3498,11 +3498,11 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3518,16 +3518,16 @@ GraniteWidgetsStaticNotebook .frame { padding: 0; } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome GtkLabel { - color: #33535d; + color: #868b97; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3542,7 +3542,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642); + background-image: linear-gradient(to bottom, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3563,7 +3563,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3574,17 +3574,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3596,35 +3597,35 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } #content_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3632,35 +3633,35 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(0, 27, 34, 0.97); } + box-shadow: inset 0 1px rgba(38, 42, 51, 0.97); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -3673,49 +3674,49 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } NemoWindow GtkEventBox { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog *, NautilusWindow *, @@ -3725,12 +3726,12 @@ NemoWindow { GtkFileChooserDialog .sidebar, NautilusWindow .sidebar, NemoWindow .sidebar { - border-right: 1px solid rgba(5, 35, 43, 0.95); } + border-right: 1px solid rgba(42, 45, 55, 0.95); } GtkFileChooserDialog .sidebar:dir(rtl), NautilusWindow .sidebar:dir(rtl), NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid rgba(5, 35, 43, 0.95); } + border-left: 1px solid rgba(42, 45, 55, 0.95); } GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, NautilusWindow.csd.background, @@ -3739,24 +3740,24 @@ NautilusWindow .list.sidebar { GtkFileChooserDialog GtkPlacesSidebar.sidebar, NautilusWindow GtkPlacesSidebar.sidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: rgba(12, 92, 112, 0.95); } + background-color: rgba(75, 81, 98, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { border: none; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, @@ -3766,20 +3767,20 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: inherit; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:hover, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:active, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:active { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage { opacity: 0.5; } @@ -3790,7 +3791,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, NautilusWindow.maximized GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.csd.background, NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, @@ -3803,31 +3804,31 @@ MarlinViewWindow .source-list.view:prelight { NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, MarlinViewWindow .sidebar .view, MarlinViewWindow .sidebar row, MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, MarlinViewWindow .sidebar .view.image, MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, MarlinViewWindow .sidebar .view.cell:selected, MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, MarlinViewWindow .sidebar .separator, MarlinViewWindow .sidebar .sidebar.separator, @@ -3837,42 +3838,42 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #073642; } + background-color: #404552; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar { background-color: transparent; } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-action-box { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { background-color: transparent; - border-color: rgba(0, 0, 0, 0.95); } + border-color: rgba(20, 21, 26, 0.95); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3882,21 +3883,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(38, 42, 51, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3906,91 +3907,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, @@ -3998,18 +3999,18 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, @@ -4023,61 +4024,61 @@ GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color content_view_bg #073642; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color content_view_bg #404552; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index 0f9f08a..b10a1c4 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; -GtkScrolledWindow-scrollbar-spacing: 0; @@ -12,8 +12,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -44,24 +44,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #5c616c; } @@ -73,7 +73,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -87,11 +87,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -100,11 +100,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,11 +128,11 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7c7f84; } + color: #7d8189; } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -140,79 +140,79 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; box-shadow: none; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -221,14 +221,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover, .sidebar-button.button:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -238,15 +238,15 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive { color: inherit; @@ -254,83 +254,83 @@ GtkSearchEntry.entry { .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat, .osd .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover, .osd .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; } @@ -338,26 +338,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat, .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -365,7 +365,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -373,26 +373,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat, .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -400,7 +400,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -445,7 +445,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -459,84 +459,84 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked:not(.vertical):not(.path-bar) > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -550,66 +550,66 @@ GtkSearchEntry.entry { border-left-style: none; } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > .entry + .entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > .entry.error + .entry, .linked.vertical > .entry + .entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.warning + .entry, .linked.vertical > .entry + .entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.error + .entry.warning, .linked.vertical > .entry.warning + .entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry + .entry.error:focus:not(:last-child), .linked.vertical > .entry + .entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked.vertical > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -694,21 +694,21 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .button:link > .label, .button:visited > .label { text-decoration-line: underline; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -729,47 +729,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -786,7 +786,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -805,13 +805,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -827,15 +827,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -860,14 +860,14 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -876,42 +876,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -921,43 +921,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd .titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -969,88 +969,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(125, 63, 34, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(135, 47, 50, 0.988)); } + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { border-radius: 3px; @@ -1060,93 +1060,93 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: rgba(0, 0, 0, 0.37); } + border-left-color: rgba(21, 23, 28, 0.37); } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1157,30 +1157,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1188,41 +1188,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } @@ -1238,7 +1238,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.37); } + background-color: rgba(21, 23, 28, 0.37); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1247,22 +1247,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.37)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.27)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.67); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 72, 90, 0.991)); - border-color: rgba(0, 0, 0, 0.67); } + background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); + border-color: rgba(21, 23, 28, 0.67); } .path-bar .button { padding: 5px 10px; } @@ -1294,53 +1294,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1353,8 +1353,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1363,7 +1363,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1373,26 +1373,26 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1401,12 +1401,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1436,10 +1436,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1464,7 +1464,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1523,52 +1523,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1582,7 +1582,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1624,14 +1624,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1665,7 +1665,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1936,66 +1936,66 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, @@ -2005,12 +2005,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, @@ -2027,23 +2027,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -2065,19 +2065,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2110,7 +2110,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2124,14 +2124,14 @@ GtkScrolledWindow GtkViewport.frame { color: #5c616c; } .list-row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.activatable:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.activatable:selected:insensitive .label { color: inherit; } @@ -2143,42 +2143,42 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2195,8 +2195,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2224,8 +2224,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2273,7 +2273,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #268bd2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2340,44 +2340,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2390,7 +2390,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2437,12 +2437,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2455,7 +2455,7 @@ GtkColorButton.button { border-radius: 0; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-image-effect: highlight; } @@ -2464,7 +2464,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2478,7 +2478,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2487,7 +2487,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2496,7 +2496,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2505,7 +2505,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2552,10 +2552,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2577,7 +2577,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2592,24 +2592,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2669,9 +2669,9 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2705,14 +2705,14 @@ TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab. border-top-width: 3px; } TerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2730,14 +2730,14 @@ TerminalWindow .notebook tab .button { color: #92959d; } TerminalWindow .notebook tab .button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #268bd2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2751,7 +2751,7 @@ EelEditableLabel.entry { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2759,10 +2759,10 @@ EelEditableLabel.entry { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2772,7 +2772,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, .titlebar .nautilus-circular-button.button.titlebutton { @@ -2787,8 +2787,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2800,49 +2800,49 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.h color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .gedit-headerbar-paned { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2868,7 +2868,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2916,9 +2916,9 @@ GbWorkbench .floating-bar { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2926,19 +2926,19 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, @@ -2973,7 +2973,7 @@ GbViewStack GtkBox.header.notebook { GbViewStack.focused GtkBox.header.notebook, #project_sidebar_header.focused { - background-color: #fdf6e3; } + background-color: #ffffff; } GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } @@ -2997,14 +2997,14 @@ SymbolTree GtkSearchEntry.entry { GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } GbTerminalView { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GbSourceStyleSchemeWidget GtkSourceView { @@ -3021,7 +3021,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -3033,8 +3033,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -3043,28 +3043,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3076,20 +3076,20 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-color: #2b2e37; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3097,10 +3097,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3111,47 +3111,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3172,8 +3172,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3186,21 +3186,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.37)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.22)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3218,8 +3218,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .panel .maximized { - background-color: rgba(5, 36, 44, 0.95); - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } + background-color: rgba(43, 46, 55, 0.95); + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } .panel-shadow { background-image: none; background-color: transparent; } @@ -3281,8 +3281,8 @@ WingpanelWidgetsIndicatorPopover.popover { WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { padding: 0 3px; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { color: rgba(92, 97, 108, 0.55); } @@ -3303,39 +3303,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3347,7 +3347,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3420,13 +3420,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3478,8 +3478,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3494,8 +3494,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3504,8 +3504,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3524,7 +3524,7 @@ GraniteWidgetsStaticNotebook .frame { padding: 0; } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3548,7 +3548,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3580,17 +3580,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3615,21 +3616,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3638,32 +3639,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -3679,46 +3680,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { - color: rgba(0, 27, 34, 0.97); } + color: rgba(38, 42, 51, 0.97); } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3735,24 +3736,24 @@ NautilusWindow .list.sidebar { GtkFileChooserDialog GtkPlacesSidebar.sidebar, NautilusWindow GtkPlacesSidebar.sidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: rgba(12, 92, 112, 0.95); } + background-color: rgba(75, 81, 98, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { border: none; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, @@ -3762,20 +3763,20 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: inherit; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:hover, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:active, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:active { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage { opacity: 0.5; } @@ -3786,7 +3787,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, NautilusWindow.maximized GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.csd.background, NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, @@ -3799,31 +3800,31 @@ MarlinViewWindow .source-list.view:prelight { NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, MarlinViewWindow .sidebar .view, MarlinViewWindow .sidebar row, MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, MarlinViewWindow .sidebar .view.image, MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, MarlinViewWindow .sidebar .view.cell:selected, MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, MarlinViewWindow .sidebar .separator, MarlinViewWindow .sidebar .sidebar.separator, @@ -3833,20 +3834,20 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar { background-color: transparent; } @@ -3858,17 +3859,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3878,21 +3879,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(38, 42, 51, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(0, 43, 54, 0.97); } + background-color: rgba(47, 52, 63, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3902,91 +3903,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, @@ -3994,18 +3995,18 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, @@ -4019,15 +4020,15 @@ GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { @@ -4036,44 +4037,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css index b112431..0f854ad 100644 --- a/common/gtk-3.0/3.18/gtk-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-solid-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; -GtkScrolledWindow-scrollbar-spacing: 0; @@ -12,8 +12,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #78b9e6; - -GtkWidget-visited-link-color: #4ca2df; + -GtkWidget-link-color: #a9caf1; + -GtkWidget-visited-link-color: #7eafe9; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -21,64 +21,64 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(211, 218, 227, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #657b83; - background-color: #002b36; } + color: #D3DAE3; + background-color: #383C4A; } *:insensitive { -gtk-image-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:prelight { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:insensitive { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(101, 123, 131, 0.55); } + color: rgba(211, 218, 227, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #657b83; } + color: #D3DAE3; } .label:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } GtkAssistant.csd .sidebar { border-top-style: none; } @@ -87,11 +87,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #04313c; } + background-color: #3c414e; } .grid-child { padding: 3px; @@ -100,11 +100,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -127,109 +127,109 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); } .entry.image { - color: #526d76; } + color: #b6bcc6; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - background-image: linear-gradient(to bottom, #073642); - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + background-image: linear-gradient(to bottom, #404552); + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.55)); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; box-shadow: none; } .entry.warning { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #7d4328); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #001317; - background-image: linear-gradient(to bottom, #873437); } + color: #ffffff; + border-color: #2b2e39; + background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .button.flat, .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(8, 62, 75, 0); - border-color: rgba(0, 19, 23, 0); + background-color: rgba(68, 74, 88, 0); + border-color: rgba(43, 46, 57, 0); transition: none; } .button.flat:hover, .sidebar-button.button:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -237,101 +237,101 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; transition-duration: 50ms; } .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive { color: inherit; opacity: 0.6; } .button:active { - color: #657b83; } + color: #D3DAE3; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat, .osd .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover, .osd .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; } @@ -339,70 +339,70 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat, .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.suggested-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } .button.destructive-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat, .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .button.destructive-action:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } .button.image-button, .header-bar .button.titlebutton, @@ -446,7 +446,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -458,86 +458,86 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar GtkToolButton > .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked:not(.vertical):not(.path-bar) > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -551,66 +551,66 @@ GtkSearchEntry.entry { border-left-style: none; } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .linked.vertical > .entry + .entry { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry.error + .entry, .linked.vertical > .entry + .entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry.warning + .entry, .linked.vertical > .entry + .entry.warning { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry.error + .entry.warning, .linked.vertical > .entry.warning + .entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry + .entry.error:focus:not(:last-child), .linked.vertical > .entry + .entry.error:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > .button + .button { border-top-style: none; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked.vertical > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -690,26 +690,26 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #0a333e; } + background-color: #484c59; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #657b83; } + color: #D3DAE3; } *:link, .button:link, .button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, .button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .button:link > .label, .button:visited > .label { text-decoration-line: underline; } @@ -718,9 +718,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-radius: 3px; } .spinbutton .button { background-image: none; - border: 1px solid rgba(0, 19, 23, 0.6); + border: 1px solid rgba(43, 46, 57, 0.6); border-style: none none none solid; - color: #607880; + color: #ccd3dc; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -728,50 +728,50 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { @@ -787,7 +787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -798,7 +798,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -819,52 +819,52 @@ GtkComboBox { .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } .search-bar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } .action-bar { - background-color: #001f27; } + background-color: #313541; } .header-bar { padding: 5px 5px 4px 5px; border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -873,42 +873,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -918,43 +918,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -966,88 +966,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #7a3e23); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #a45d39); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #842f32); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #aa3c3b); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { border-radius: 3px; @@ -1057,93 +1057,93 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1154,30 +1154,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1185,41 +1185,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } @@ -1235,7 +1235,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.4); } + background-color: rgba(21, 23, 28, 0.4); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1244,22 +1244,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #00475a); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #3e4553); + border-color: rgba(21, 23, 28, 0.7); } .path-bar .button { padding: 5px 10px; } @@ -1287,61 +1287,61 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(101, 123, 131, 0.15); + border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; - border-top-color: rgba(101, 123, 131, 0.1); } + border-left-color: #a9caf1; + border-top-color: rgba(211, 218, 227, 0.1); } GtkTreeView.view:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #365963; } + color: #8a909b; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #657b83; - background-image: linear-gradient(to bottom, #001317); + color: #D3DAE3; + background-image: linear-gradient(to bottom, #2b2e39); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #526d76; - background-color: #073642; } + color: #b6bcc6; + background-color: #404552; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #657b83; + color: #D3DAE3; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1350,8 +1350,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #073642, inset -1px 0 #073642; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1360,37 +1360,37 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #073642; } + background-color: #404552; } column-header .button:active:hover { - color: #657b83; } + color: #D3DAE3; } column-header .button:insensitive { - border-color: #002b36; + border-color: #383C4A; background-image: none; } .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd .menu { padding: 4px 0px; border-radius: 2px; @@ -1398,12 +1398,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1412,11 +1412,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #103d49; } + border-bottom: 1px solid #4f5461; } .menu.button.bottom { - border-top: 1px solid #103d49; } + border-top: 1px solid #4f5461; } .menu.button:hover { - background-color: #103d49; } + background-color: #4f5461; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1430,13 +1430,13 @@ column-header .button, column-header .button:hover, column-header .button:active .popover { padding: 2px; - border: 1px solid black; + border: 1px solid #20222a; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { - color: rgba(7, 54, 66, 0); } + color: rgba(64, 69, 82, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1461,7 +1461,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #073642; + background-color: #404552; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1471,7 +1471,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-focus-line-width: 0; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } .notebook.frame.top { border-top-width: 0; } .notebook.frame.bottom { @@ -1481,9 +1481,9 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.frame.left { border-left-width: 0; } .notebook.header { - background-color: #002b36; } + background-color: #383C4A; } .notebook.header.frame { - border: 0px solid #001317; } + border: 0px solid #2b2e39; } .notebook.header.frame.top { border-bottom-width: 0; } .notebook.header.frame.bottom { @@ -1493,13 +1493,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.header.frame.left { border-right-width: 0; } .notebook.header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } .notebook.header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .notebook.header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .notebook.header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } .notebook tab { border-width: 0; border-style: solid; @@ -1520,76 +1520,76 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #073642, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #073642; - box-shadow: inset 0 -1px #073642, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #073642, inset -1px 0 #001317; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(7, 54, 66, 0); } + background-color: rgba(64, 69, 82, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(7, 54, 66, 0.5); - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + background-color: rgba(64, 69, 82, 0.5); + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #073642; - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #073642; } + background-color: #404552; + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #657b83; } + color: #D3DAE3; } .notebook tab .button { padding: 0; - color: #425f68; } + color: #9da3ad; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .notebook.arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } .notebook.arrow:active { - color: #657b83; } + color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } .scrollbar { -GtkRange-slider-width: 13; @@ -1606,7 +1606,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #47636c; + background-color: #a5abb5; border: 1px solid rgba(0, 0, 0, 0.3); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1621,14 +1621,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #07323d; - border: 1px none #001317; } + background-color: #3e434f; + border: 1px none #2b2e39; } .scrollbar .slider { - background-color: #284b55; } + background-color: #767b87; } .scrollbar .slider:hover { - background-color: #1e434d; } + background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1661,8 +1661,8 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction, .scrollbars-junction.frame { border-color: transparent; - border-image: linear-gradient(to bottom, #001317 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #07323d; } + border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3e434f; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1916,7 +1916,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .scale { -GtkScale-slider-length: 15; @@ -1932,67 +1932,67 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 3px; } .scale.slider { background-clip: border-box; - background-image: linear-gradient(to bottom, #083e4b); - border: 1px solid #000b0d; + background-image: linear-gradient(to bottom, #444a58); + border: 1px solid #262933; border-radius: 50%; box-shadow: none; } .scale.slider:hover { - background-image: linear-gradient(to bottom, #0a5062); - border-color: #000b0d; } + background-image: linear-gradient(to bottom, #505666); + border-color: #262933; } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #04313d); - border-color: rgba(0, 11, 13, 0.8); } + background-image: linear-gradient(to bottom, #3c414e); + border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #00171d); } + background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 23, 29, 0.55)); } + background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, @@ -2002,12 +2002,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, @@ -2017,30 +2017,30 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -2062,25 +2062,25 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } .frame { - border: 1px solid #001317; + border: 1px solid #2b2e39; padding: 0; } .frame.flat { border-style: none; } @@ -2107,8 +2107,8 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } .list-row, .grid-child { @@ -2118,17 +2118,17 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(255, 255, 255, 0.03); } .list-row.activatable:active { - color: #657b83; } + color: #D3DAE3; } .list-row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.activatable:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.activatable:selected:insensitive .label { color: inherit; } @@ -2140,80 +2140,80 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #b8c4c9; } + color: white; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #657b83; + color: #D3DAE3; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #657b83; } + color: #D3DAE3; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(101, 123, 131, 0.45); + color: rgba(211, 218, 227, 0.45); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #657b83; } + color: #D3DAE3; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2221,8 +2221,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2240,16 +2240,16 @@ GtkCalendar { border-bottom-left-radius: 3px; } GtkFileChooserDialog .search-bar { - background-color: #002b36; - border-color: #001317; + background-color: #383C4A; + border-color: #2b2e39; box-shadow: none; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .sidebar, .sidebar .view { border: none; - background-color: #003340; } + background-color: #3c4150; } GtkSidebarRow.list-row { padding: 0px; } @@ -2270,13 +2270,13 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #268bd2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: #000203; } + background-color: #22242d; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(101, 123, 131, 0.8); + color: rgba(211, 218, 227, 0.8); border-width: 0; border-style: solid; } @@ -2316,7 +2316,7 @@ GtkPaned { margin-right: 0; margin-left: 8px; } GtkPaned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } GtkPaned.wide { -GtkPaned-handle-size: 5; @@ -2324,7 +2324,7 @@ GtkPaned.wide { GtkPaned.wide .pane-separator { background-color: transparent; border-style: none solid; - border-color: #001317; + border-color: #2b2e39; border-width: 1px; } GtkPaned.wide.vertical .pane-separator { border-style: solid none; } @@ -2337,44 +2337,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2387,7 +2387,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2432,15 +2432,15 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } GtkColorSwatch#add-color-button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; background-color: transparent; @@ -2452,17 +2452,17 @@ GtkColorButton.button { border-radius: 0; } .content-view { - background-color: #073642; } + background-color: #404552; } .content-view:hover { -gtk-image-effect: highlight; } .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } GtkVolumeButton.button { padding: 8px; } @@ -2475,7 +2475,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2484,7 +2484,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2493,7 +2493,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2502,7 +2502,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2549,10 +2549,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2565,7 +2565,7 @@ GtkVolumeButton.button { border-radius: 0; } .window-frame.csd.popup { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } .window-frame.csd.tooltip { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2574,7 +2574,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: #002b36; + background-color: #2f343f; box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2589,24 +2589,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2666,9 +2666,9 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2695,21 +2695,21 @@ TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, TerminalWindow .notebook tab.top:active, TerminalWindow .notebook tab.top.active-page, TerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #001317, inset 0 -1px #001317, inset 1px 0 #001317, inset -1px 0 #001317; } + box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top { padding-top: 7px; border-top-width: 3px; } TerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } GtkHTML { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2724,17 +2724,17 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #425f68; } + color: #9da3ad; } TerminalWindow .notebook tab .button:hover { - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #268bd2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2746,20 +2746,20 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #33535d; } + color: #868b97; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #073642; } + background-color: #404552; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2769,7 +2769,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #073642; } + background-color: #404552; } .nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, .titlebar .nautilus-circular-button.button.titlebutton { @@ -2781,65 +2781,65 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(101, 123, 131, 0.5); - border-color: rgba(79, 96, 102, 0.5); } + background-color: rgba(211, 218, 227, 0.5); + border-color: rgba(180, 192, 207, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { - background-color: #001f27; - border-color: black; } + background-color: #313541; + border-color: #1b1d24; } NemoWindow .sidebar .frame { border-width: 0; } NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #001317; } + color: #2b2e39; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .gedit-headerbar-paned { - color: #001b22; } + color: #262a33; } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #073642; } + border-color: #404552; } .open-document-selector-treeview.view:prelight { - background-color: #0e3b47; } + background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { - color: #657b83; } + color: #D3DAE3; } .open-document-selector-path-label { - color: #365963; + color: #8a909b; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2852,7 +2852,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2865,19 +2865,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } GeditStatusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, GeditStatusMenuButton:prelight.button.flat, @@ -2888,31 +2888,31 @@ GeditStatusMenuButton.sidebar-button.button:checked { border-radius: 0; } GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .gedit-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); border: none; margin: 2px; padding: 2px; } GeditViewFrame .gedit-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } GbWorkbench .floating-bar { - color: #657b83; } + color: #D3DAE3; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2920,19 +2920,19 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, @@ -2963,23 +2963,23 @@ GbEditorTweakWidget GtkScrolledWindow { border-top: none; } GbViewStack GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook, #project_sidebar_header.focused { - background-color: #073642; } + background-color: #404552; } GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { border-radius: 3px 0 0 3px; } GbWorkspacePane GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbWorkspacePane:not(.focused) GtkBox.header.notebook { - background-color: #002b36; } + background-color: #383C4A; } DhSidebar GtkSearchEntry.entry, SymbolTree GtkSearchEntry.entry { @@ -2991,15 +2991,15 @@ SymbolTree GtkSearchEntry.entry { GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } GbTerminalView { - background-color: #073642; - color: #657b83; } + background-color: #404552; + color: #D3DAE3; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3012,53 +3012,53 @@ GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } GbViewStack.focused GtkBox.header.notebook { - background-color: #073642; } + background-color: #404552; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } EphyWindow .floating-bar { - color: #657b83; } + color: #D3DAE3; } .documents-load-more.button { border-width: 1px 0 0; border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3070,20 +3070,20 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-color: #2b2e37; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3091,10 +3091,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3105,47 +3105,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3166,8 +3166,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3180,21 +3180,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3212,8 +3212,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .panel .maximized { - background-color: #05242c; - box-shadow: inset 0 -1px #010a0c; } + background-color: #2b2e37; + box-shadow: inset 0 -1px #1b1d23; } .panel-shadow { background-image: none; background-color: transparent; } @@ -3275,17 +3275,17 @@ WingpanelWidgetsIndicatorPopover.popover { WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { padding: 0 3px; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #657b83; } + color: #D3DAE3; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3297,39 +3297,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12); } + background-image: linear-gradient(to bottom, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3341,7 +3341,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3414,20 +3414,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3439,7 +3439,7 @@ GraniteWidgetsStaticNotebook .frame { .secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { padding: 0 3px 0 3px; } @@ -3447,8 +3447,8 @@ GraniteWidgetsStaticNotebook .frame { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { padding: 2px 3px 2px 3px; } @@ -3458,28 +3458,28 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:prelight { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3488,8 +3488,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3498,11 +3498,11 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3518,16 +3518,16 @@ GraniteWidgetsStaticNotebook .frame { padding: 0; } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome GtkLabel { - color: #33535d; + color: #868b97; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3542,7 +3542,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642); + background-image: linear-gradient(to bottom, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3563,7 +3563,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3574,17 +3574,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3596,35 +3597,35 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #444a58; } #content_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + outline-color: rgba(211, 218, 227, 0.3); + border-color: #2b2e39; + background-color: #505666; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #2b2e39; + background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3632,35 +3633,35 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #002b36; + background-color: #2f343f; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #001b22; } + box-shadow: inset 0 1px #262a33; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -3673,49 +3674,49 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { - color: #001b22; } + color: #262a33; } NemoWindow GtkEventBox { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog *, NautilusWindow *, @@ -3725,12 +3726,12 @@ NemoWindow { GtkFileChooserDialog .sidebar, NautilusWindow .sidebar, NemoWindow .sidebar { - border-right: 1px solid #05232b; } + border-right: 1px solid #2a2d37; } GtkFileChooserDialog .sidebar:dir(rtl), NautilusWindow .sidebar:dir(rtl), NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid #05232b; } + border-left: 1px solid #2a2d37; } GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, NautilusWindow.csd.background, @@ -3739,24 +3740,24 @@ NautilusWindow .list.sidebar { GtkFileChooserDialog GtkPlacesSidebar.sidebar, NautilusWindow GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: #0c5c70; } + background-color: #4b5162; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { border: none; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, @@ -3766,20 +3767,20 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: inherit; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:hover, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:active, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:active { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage { opacity: 0.5; } @@ -3790,7 +3791,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, NautilusWindow.maximized GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.csd.background, NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, @@ -3803,31 +3804,31 @@ MarlinViewWindow .source-list.view:prelight { NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: #073642; } + background-color: #353945; } NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, MarlinViewWindow .sidebar .view, MarlinViewWindow .sidebar row, MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, MarlinViewWindow .sidebar .view.image, MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, MarlinViewWindow .sidebar .view.cell:selected, MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, MarlinViewWindow .sidebar .separator, MarlinViewWindow .sidebar .sidebar.separator, @@ -3837,42 +3838,42 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #05232b; } + background-color: #2a2d37; } NautilusWindow NautilusWindowSlot { - background-color: #073642; } + background-color: #404552; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar { background-color: transparent; } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-action-box { - background-color: #002b36; } + background-color: #383C4A; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { background-color: transparent; - border-color: black; } + border-color: #14151a; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3882,21 +3883,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #001b22; } + background-color: #262a33; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3906,91 +3907,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #05232b; } + background-color: #2a2d37; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #001317; } + background-color: #2b2e39; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, @@ -3998,18 +3999,18 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, @@ -4023,61 +4024,61 @@ GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color content_view_bg #073642; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color content_view_bg #404552; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index 0d1aa34..be9df54 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; -GtkScrolledWindow-scrollbar-spacing: 0; @@ -12,8 +12,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -44,24 +44,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #5c616c; } @@ -73,7 +73,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -87,11 +87,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -100,11 +100,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,11 +128,11 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7c7f84; } + color: #7d8189; } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -140,79 +140,79 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; box-shadow: none; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -221,14 +221,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover, .sidebar-button.button:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -238,15 +238,15 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive { color: inherit; @@ -254,83 +254,83 @@ GtkSearchEntry.entry { .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat, .osd .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover, .osd .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; } @@ -338,26 +338,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat, .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -365,7 +365,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -373,26 +373,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat, .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -400,7 +400,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -445,7 +445,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -459,84 +459,84 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked:not(.vertical):not(.path-bar) > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -550,66 +550,66 @@ GtkSearchEntry.entry { border-left-style: none; } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > .entry + .entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > .entry.error + .entry, .linked.vertical > .entry + .entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.warning + .entry, .linked.vertical > .entry + .entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.error + .entry.warning, .linked.vertical > .entry.warning + .entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry + .entry.error:focus:not(:last-child), .linked.vertical > .entry + .entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked.vertical > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -694,21 +694,21 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .button:link > .label, .button:visited > .label { text-decoration-line: underline; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -729,47 +729,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -786,7 +786,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -805,13 +805,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -827,15 +827,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -860,14 +860,14 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; } .csd .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -876,42 +876,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -921,43 +921,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 3px 3px 0 0; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .titlebar:backdrop { - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .maximized .titlebar { - background-color: #002b36; } + background-color: #2f343f; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -969,88 +969,88 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #7a3e23); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #a45d39); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, #842f32); } + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, #aa3c3b); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { border-radius: 3px; @@ -1060,93 +1060,93 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: transparent; } + border-left-color: rgba(21, 23, 28, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: rgba(0, 0, 0, 0.4); } + border-left-color: rgba(21, 23, 28, 0.4); } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1157,30 +1157,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(89, 128, 143, 0.35); - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } + color: rgba(207, 218, 231, 0.35); + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1188,41 +1188,41 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(89, 128, 143, 0.8); } + color: rgba(207, 218, 231, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(89, 128, 143, 0.05); + background-color: rgba(207, 218, 231, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(89, 128, 143, 0.2); } + color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } @@ -1238,7 +1238,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.4); } + background-color: rgba(21, 23, 28, 0.4); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1247,22 +1247,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3)); } + background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #005469); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #454c5c); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #006883); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #50586b); + border-color: rgba(21, 23, 28, 0.7); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #00475a); - border-color: rgba(0, 0, 0, 0.7); } + background-image: linear-gradient(to bottom, #3e4553); + border-color: rgba(21, 23, 28, 0.7); } .path-bar .button { padding: 5px 10px; } @@ -1294,53 +1294,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1353,8 +1353,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1363,7 +1363,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1373,26 +1373,26 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } .menu { margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1401,12 +1401,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1436,10 +1436,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1464,7 +1464,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1523,52 +1523,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1582,7 +1582,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1624,14 +1624,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1665,7 +1665,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1936,66 +1936,66 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, @@ -2005,12 +2005,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, @@ -2027,23 +2027,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -2065,19 +2065,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2110,7 +2110,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2124,14 +2124,14 @@ GtkScrolledWindow GtkViewport.frame { color: #5c616c; } .list-row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.activatable:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.activatable:selected:insensitive .label { color: inherit; } @@ -2143,42 +2143,42 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2195,8 +2195,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2224,8 +2224,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2273,7 +2273,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #268bd2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2340,44 +2340,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2390,7 +2390,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2437,12 +2437,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2455,7 +2455,7 @@ GtkColorButton.button { border-radius: 0; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-image-effect: highlight; } @@ -2464,7 +2464,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2478,7 +2478,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2487,7 +2487,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2496,7 +2496,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2505,7 +2505,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2552,10 +2552,10 @@ GtkVolumeButton.button { .window-frame { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } .window-frame.tiled { border-radius: 0; } .window-frame.popup { @@ -2577,7 +2577,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: #002b36; + background-color: #2f343f; box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2592,24 +2592,24 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2669,9 +2669,9 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2705,14 +2705,14 @@ TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab. border-top-width: 3px; } TerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2730,14 +2730,14 @@ TerminalWindow .notebook tab .button { color: #92959d; } TerminalWindow .notebook tab .button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #268bd2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2751,7 +2751,7 @@ EelEditableLabel.entry { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2759,10 +2759,10 @@ EelEditableLabel.entry { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2772,7 +2772,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, .titlebar .nautilus-circular-button.button.titlebutton { @@ -2787,8 +2787,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2800,49 +2800,49 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.h color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(89, 128, 143, 0.8); - outline-color: rgba(89, 128, 143, 0.1); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + outline-color: rgba(207, 218, 231, 0.1); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .gedit-headerbar-paned { - color: #001b22; } + color: #262a33; } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2868,7 +2868,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2916,9 +2916,9 @@ GbWorkbench .floating-bar { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2926,19 +2926,19 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, @@ -2973,7 +2973,7 @@ GbViewStack GtkBox.header.notebook { GbViewStack.focused GtkBox.header.notebook, #project_sidebar_header.focused { - background-color: #fdf6e3; } + background-color: #ffffff; } GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } @@ -2997,14 +2997,14 @@ SymbolTree GtkSearchEntry.entry { GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } GbTerminalView { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GbSourceStyleSchemeWidget GtkSourceView { @@ -3021,7 +3021,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -3033,8 +3033,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -3043,28 +3043,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3076,20 +3076,20 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-color: #2b2e37; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3097,10 +3097,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3111,47 +3111,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3172,8 +3172,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3186,21 +3186,21 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.4)); + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(89, 128, 143, 0.35); - background-image: linear-gradient(to bottom, rgba(0, 132, 166, 0.25)); } + color: rgba(207, 218, 231, 0.35); + background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3218,8 +3218,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .panel .maximized { - background-color: #05242c; - box-shadow: inset 0 -1px #010a0c; } + background-color: #2b2e37; + box-shadow: inset 0 -1px #1b1d23; } .panel-shadow { background-image: none; background-color: transparent; } @@ -3281,8 +3281,8 @@ WingpanelWidgetsIndicatorPopover.popover { WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { padding: 0 3px; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { color: rgba(92, 97, 108, 0.55); } @@ -3303,39 +3303,39 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12); } + background-image: linear-gradient(to bottom, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3347,7 +3347,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3420,13 +3420,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3478,8 +3478,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3494,8 +3494,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3504,8 +3504,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3524,7 +3524,7 @@ GraniteWidgetsStaticNotebook .frame { padding: 0; } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3548,7 +3548,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3580,17 +3580,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3615,21 +3616,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3638,32 +3639,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -3679,46 +3680,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { - color: #001b22; } + color: #262a33; } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3735,24 +3736,24 @@ NautilusWindow .list.sidebar { GtkFileChooserDialog GtkPlacesSidebar.sidebar, NautilusWindow GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: #0c5c70; } + background-color: #4b5162; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { border: none; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, @@ -3762,20 +3763,20 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: inherit; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:hover, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:active, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:active { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage { opacity: 0.5; } @@ -3786,7 +3787,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, NautilusWindow.maximized GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.csd.background, NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, @@ -3799,31 +3800,31 @@ MarlinViewWindow .source-list.view:prelight { NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: #073642; } + background-color: #353945; } NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, MarlinViewWindow .sidebar .view, MarlinViewWindow .sidebar row, MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, MarlinViewWindow .sidebar .view.image, MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, MarlinViewWindow .sidebar .view.cell:selected, MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, MarlinViewWindow .sidebar .separator, MarlinViewWindow .sidebar .sidebar.separator, @@ -3833,20 +3834,20 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #073642; } + background-color: #353945; } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar { background-color: transparent; } @@ -3858,17 +3859,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3878,21 +3879,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #001b22; } + background-color: #262a33; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #002b36; } + background-color: #2f343f; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #00313e; } + background-color: #323843; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3902,91 +3903,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #073642; } + background-color: #353945; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, @@ -3994,18 +3995,18 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, @@ -4019,15 +4020,15 @@ GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { @@ -4036,44 +4037,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index 4f2884e..eb6e99c 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; -GtkScrolledWindow-scrollbar-spacing: 0; @@ -12,8 +12,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -44,24 +44,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #5c616c; } @@ -73,7 +73,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -87,11 +87,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -100,11 +100,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,11 +128,11 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7c7f84; } + color: #7d8189; } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -140,79 +140,79 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; box-shadow: none; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -221,14 +221,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover, .sidebar-button.button:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -238,15 +238,15 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive { color: inherit; @@ -254,83 +254,83 @@ GtkSearchEntry.entry { .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: #353945; + border-color: #23262e; } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd .button.flat, .osd .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover, .osd .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; } @@ -338,26 +338,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat, .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -365,7 +365,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -373,26 +373,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat, .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -400,7 +400,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -445,7 +445,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -459,84 +459,84 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked:not(.vertical):not(.path-bar) > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -550,66 +550,66 @@ GtkSearchEntry.entry { border-left-style: none; } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > .entry + .entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > .entry.error + .entry, .linked.vertical > .entry + .entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.warning + .entry, .linked.vertical > .entry + .entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.error + .entry.warning, .linked.vertical > .entry.warning + .entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry + .entry.error:focus:not(:last-child), .linked.vertical > .entry + .entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked.vertical > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -694,21 +694,21 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .button:link > .label, .button:visited > .label { text-decoration-line: underline; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -729,47 +729,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -786,7 +786,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -805,13 +805,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -827,15 +827,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, #e4dabc) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, #d4d5db) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -860,12 +860,12 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; } + background-color: #e7e8eb; } .csd .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar:backdrop { color: rgba(82, 93, 118, 0.5); } .header-bar .title { @@ -876,42 +876,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -921,43 +921,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px #f2eee0; } + background-color: #e7e8eb; + box-shadow: inset 0 1px #eff0f2; } .csd .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .maximized .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -978,56 +978,56 @@ GtkComboBox { .primary-toolbar .entry, .header-bar .entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); background-clip: border-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #d98a62); } + border-color: #F27835; + background-image: linear-gradient(to bottom, #eea57e); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e37b71); } + border-color: #FC4138; + background-image: linear-gradient(to bottom, #f48480); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { color: rgba(82, 93, 118, 0.8); outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { @@ -1036,21 +1036,21 @@ GtkComboBox { border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { border-radius: 3px; @@ -1067,10 +1067,10 @@ GtkComboBox { .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { color: rgba(82, 93, 118, 0.4); } @@ -1090,63 +1090,63 @@ GtkComboBox { border-left-color: rgba(82, 93, 118, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1157,30 +1157,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1188,12 +1188,12 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { color: rgba(82, 93, 118, 0.8); } @@ -1211,32 +1211,32 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } @@ -1262,10 +1262,10 @@ GtkComboBox { background-image: linear-gradient(to bottom, white); border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f7f5f0); + background-image: linear-gradient(to bottom, #f5f5f7); border-color: rgba(82, 93, 118, 0.3); } .path-bar .button { @@ -1298,53 +1298,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1357,8 +1357,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1367,7 +1367,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1377,7 +1377,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } .menubar:backdrop { color: rgba(82, 93, 118, 0.5); } @@ -1386,8 +1386,8 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); border-color: transparent; } @@ -1396,7 +1396,7 @@ column-header .button, column-header .button:hover, column-header .button:active margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1405,12 +1405,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1419,11 +1419,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1440,10 +1440,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1468,7 +1468,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1527,52 +1527,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1586,7 +1586,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1628,14 +1628,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1669,7 +1669,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1940,66 +1940,66 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, #073642); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #353945); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, #0a5062); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, #454a59); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, @@ -2009,12 +2009,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, @@ -2031,23 +2031,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -2069,19 +2069,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2114,7 +2114,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2128,14 +2128,14 @@ GtkScrolledWindow GtkViewport.frame { color: #5c616c; } .list-row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.activatable:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.activatable:selected:insensitive .label { color: inherit; } @@ -2147,42 +2147,42 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification .button.flat, .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2199,8 +2199,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2228,8 +2228,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: #eee8d5; - border-bottom: 1px solid #e4dabc; } + background-color: #e7e8eb; + border-bottom: 1px solid #d4d5db; } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2277,7 +2277,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #268bd2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2344,44 +2344,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2394,7 +2394,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2441,12 +2441,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2459,7 +2459,7 @@ GtkColorButton.button { border-radius: 0; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-image-effect: highlight; } @@ -2468,7 +2468,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2482,7 +2482,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2491,7 +2491,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2500,7 +2500,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2509,7 +2509,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2581,7 +2581,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2596,7 +2596,7 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; @@ -2610,10 +2610,10 @@ GtkVolumeButton.button { .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2673,9 +2673,9 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2709,14 +2709,14 @@ TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab. border-top-width: 3px; } TerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2734,14 +2734,14 @@ TerminalWindow .notebook tab .button { color: #92959d; } TerminalWindow .notebook tab .button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #268bd2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2755,7 +2755,7 @@ EelEditableLabel.entry { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2763,10 +2763,10 @@ EelEditableLabel.entry { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2776,7 +2776,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, .titlebar .nautilus-circular-button.button.titlebutton { @@ -2791,8 +2791,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2811,10 +2811,10 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { background-color: rgba(255, 255, 255, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { color: rgba(82, 93, 118, 0.4); } @@ -2828,25 +2828,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } .gedit-headerbar-paned { - color: #e4dabc; } + color: #d4d5db; } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2872,7 +2872,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2922,7 +2922,7 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2930,19 +2930,19 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, @@ -2977,7 +2977,7 @@ GbViewStack GtkBox.header.notebook { GbViewStack.focused GtkBox.header.notebook, #project_sidebar_header.focused { - background-color: #fdf6e3; } + background-color: #ffffff; } GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } @@ -3001,14 +3001,14 @@ SymbolTree GtkSearchEntry.entry { GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } GbTerminalView { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GbSourceStyleSchemeWidget GtkSourceView { @@ -3025,7 +3025,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -3037,8 +3037,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -3047,28 +3047,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3080,20 +3080,20 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, #05242c); } + color: #BAC3CF; + background-color: #2b2e37; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3101,10 +3101,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3115,47 +3115,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3176,8 +3176,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3192,19 +3192,19 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3222,8 +3222,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .panel .maximized { - background-color: #05242c; - box-shadow: inset 0 -1px #010a0c; } + background-color: #2b2e37; + box-shadow: inset 0 -1px #1b1d23; } .panel-shadow { background-image: none; background-color: transparent; } @@ -3285,8 +3285,8 @@ WingpanelWidgetsIndicatorPopover.popover { WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { padding: 0 3px; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { color: rgba(92, 97, 108, 0.55); } @@ -3307,7 +3307,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3316,9 +3316,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px #f2eee0; } + box-shadow: inset 0 1px #eff0f2; } UnityDecoration.top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3328,18 +3328,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3351,7 +3351,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #faf8f2; + background-color: #fdfdfe; border-radius: 0px; padding: 0px; color: white; } @@ -3424,13 +3424,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3482,8 +3482,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3498,8 +3498,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3508,8 +3508,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3528,7 +3528,7 @@ GraniteWidgetsStaticNotebook .frame { padding: 0; } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3552,7 +3552,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3584,17 +3584,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3619,21 +3620,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3642,32 +3643,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -3683,46 +3684,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { - color: #e4dabc; } + color: #d4d5db; } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3739,24 +3740,24 @@ NautilusWindow .list.sidebar { GtkFileChooserDialog GtkPlacesSidebar.sidebar, NautilusWindow GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: #0c5c70; } + background-color: #4b5162; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { border: none; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, @@ -3766,20 +3767,20 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: inherit; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:hover, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:active, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:active { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage { opacity: 0.5; } @@ -3790,7 +3791,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, NautilusWindow.maximized GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.csd.background, NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, @@ -3803,31 +3804,31 @@ MarlinViewWindow .source-list.view:prelight { NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: #073642; } + background-color: #353945; } NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, MarlinViewWindow .sidebar .view, MarlinViewWindow .sidebar row, MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, MarlinViewWindow .sidebar .view.image, MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, MarlinViewWindow .sidebar .view.cell:selected, MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, MarlinViewWindow .sidebar .separator, MarlinViewWindow .sidebar .sidebar.separator, @@ -3837,20 +3838,20 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #073642; } + background-color: #353945; } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #073642; } + background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar { background-color: transparent; } @@ -3862,17 +3863,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3882,21 +3883,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #e4dabc; } + background-color: #d4d5db; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3906,91 +3907,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #073642; } + background-color: #353945; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: #041c22; } + border-color: #252831; } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.4)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); background-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, @@ -3998,18 +3999,18 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.25)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, @@ -4023,15 +4024,15 @@ GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { @@ -4040,44 +4041,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index 345c4a1..dceaa60 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 16; -GtkScrolledWindow-scrollbar-spacing: 0; @@ -12,8 +12,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #1e6ea7; - -GtkWidget-visited-link-color: #16527c; + -GtkWidget-link-color: #2679db; + -GtkWidget-visited-link-color: #1e61b0; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -44,24 +44,24 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:insensitive { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { color: rgba(92, 97, 108, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(253, 246, 227, 0.65); + color: rgba(255, 255, 255, 0.65); text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #5c616c; } @@ -73,7 +73,7 @@ opacity: 0.55; } GtkAssistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } GtkAssistant .sidebar:dir(ltr) { border-right: 1px solid #dcdfe3; } @@ -87,11 +87,11 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } GtkTextView { - background-color: #f9f6ed; } + background-color: #fafbfb; } .grid-child { padding: 3px; @@ -100,11 +100,11 @@ GtkTextView { outline-offset: -2px; } .popover.osd, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(101, 123, 131, 0.3); + outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -128,11 +128,11 @@ GtkTextView { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7c7f84; } + color: #7d8189; } .entry.image.left { padding-left: 0; } .entry.image.right { @@ -140,79 +140,79 @@ GtkTextView { .entry.flat, .entry.flat:focus { padding: 2px; color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); + border-color: #cfd6e6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); border: none; border-radius: 0; } .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; - background-image: linear-gradient(to bottom, #fdf6e3); } + border-color: #5294e2; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.55)); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } .entry:selected, .entry:selected:focus { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; box-shadow: none; } .entry.warning { - color: #fdf6e3; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, #df8f68); } + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); + background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .entry.error { - color: #fdf6e3; - border-color: #dc322f; - background-image: linear-gradient(to bottom, #e98077); } + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); + background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .osd .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } .osd .entry.image, .osd .entry.image:hover { color: inherit; } .osd .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkSearchEntry.entry { border-radius: 20px; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } .button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -221,14 +221,14 @@ GtkSearchEntry.entry { padding: 5px 8px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(251, 251, 252, 0); - border-color: rgba(101, 123, 131, 0); + border-color: rgba(207, 214, 230, 0); transition: none; } .button.flat:hover, .sidebar-button.button:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -238,15 +238,15 @@ GtkSearchEntry.entry { .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } .button:active, .button:checked { background-clip: border-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active:not(:insensitive) .label:insensitive, .button:checked:not(:insensitive) .label:insensitive { color: inherit; @@ -254,83 +254,83 @@ GtkSearchEntry.entry { .button:active { color: #5c616c; } .button:active:hover, .button:checked { - color: #fdf6e3; } + color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; background-image: none; } .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } .button.osd { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #268bd2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .button.osd:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button:active, .osd .button:checked { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd .button.flat, .osd .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd .button.flat:hover, .osd .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { box-shadow: none; } @@ -338,26 +338,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .button.suggested-action.flat, .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -365,7 +365,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.suggested-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -373,26 +373,26 @@ GtkSearchEntry.entry { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .button.destructive-action.flat, .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; @@ -400,7 +400,7 @@ GtkSearchEntry.entry { color: rgba(92, 97, 108, 0.55); } .button.destructive-action:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -445,7 +445,7 @@ GtkSearchEntry.entry { .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -459,84 +459,84 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(253, 246, 227, 0.8); - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked:not(.vertical):not(.path-bar) > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -550,66 +550,66 @@ GtkSearchEntry.entry { border-left-style: none; } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > .entry + .entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > .entry.error + .entry, .linked.vertical > .entry + .entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.warning + .entry, .linked.vertical > .entry + .entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.error + .entry.warning, .linked.vertical > .entry.warning + .entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry.warning:focus:not(:only-child) + .entry, .linked.vertical > .entry.warning:focus:not(:only-child) + .button, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > .entry + .entry.error:focus:not(:last-child), .linked.vertical > .entry + .entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .entry.error:focus:not(:only-child) + .entry, .linked.vertical > .entry.error:focus:not(:only-child) + .button, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, .linked.vertical > .button:active + .button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -694,21 +694,21 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #5c616c; } *:link, .button:link, .button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, .button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, .button:active:link, .button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #d2e1e0; } + color: #dceaf9; } .button:link > .label, .button:visited > .label { text-decoration-line: underline; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646872; + color: #646973; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -729,47 +729,47 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } @@ -786,7 +786,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #268bd2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -805,13 +805,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } GtkComboBox.combobox-entry .entry:dir(rtl) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-style: none; } GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -827,15 +827,15 @@ GtkComboBox { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, rgba(228, 218, 188, 0.95)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, rgba(212, 213, 219, 0.95)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -860,12 +860,12 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; } + background-color: #e7e8eb; } .csd .header-bar { - background-color: rgba(238, 232, 213, 0.95); - border-color: rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-color: rgba(212, 213, 219, 0.95); } .header-bar:backdrop { color: rgba(82, 93, 118, 0.5); } .header-bar .title { @@ -876,42 +876,42 @@ GtkComboBox { padding-left: 12px; padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.05); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(38, 139, 210, 0.95); - outline-color: rgba(38, 139, 210, 0.25); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: rgba(82, 148, 226, 0.95); + outline-color: rgba(82, 148, 226, 0.25); + background-color: #ffffff; + border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(38, 139, 210, 0.35); - background-color: rgba(253, 246, 227, 0.15); - border-color: rgba(253, 246, 227, 0.15); } + color: rgba(82, 148, 226, 0.35); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { box-shadow: none; padding-left: 10px; @@ -921,43 +921,43 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #268bd2; } + background-color: #5294e2; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { padding-top: 5px; padding-bottom: 5px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + background-color: #e7e8eb; + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd .titlebar { - background-color: rgba(238, 232, 213, 0.95); } + background-color: rgba(231, 232, 235, 0.95); } .titlebar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd .titlebar:backdrop { - background-color: rgba(242, 238, 224, 0.95); } + background-color: rgba(239, 240, 242, 0.95); } .maximized .titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -978,56 +978,56 @@ GtkComboBox { .primary-toolbar .entry, .header-bar .entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); background-clip: border-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #268bd2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { color: white; - border-color: #cb4b16; - background-image: linear-gradient(to bottom, rgba(216, 134, 94, 0.98)); } + border-color: #F27835; + background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #cb4b16); } + background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { color: white; - border-color: #dc322f; - background-image: linear-gradient(to bottom, rgba(227, 118, 109, 0.98)); } + border-color: #FC4138; + background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #dc322f); } + background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } .primary-toolbar .button, .header-bar .button { color: rgba(82, 93, 118, 0.8); outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { @@ -1036,21 +1036,21 @@ GtkComboBox { border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { border-radius: 3px; @@ -1067,10 +1067,10 @@ GtkComboBox { .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { color: rgba(82, 93, 118, 0.4); } @@ -1090,63 +1090,63 @@ GtkComboBox { border-left-color: rgba(82, 93, 118, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning + .entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; - outline-color: rgba(42, 161, 152, 0.3); } + color: #4DADD4; + outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { color: inherit; } @@ -1157,30 +1157,30 @@ GtkComboBox { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; - outline-color: rgba(220, 50, 47, 0.3); } + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { background-clip: border-box; color: white; outline-color: rgba(255, 255, 255, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { color: rgba(82, 93, 118, 0.35); - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { color: inherit; } @@ -1188,12 +1188,12 @@ GtkComboBox { opacity: 0.8; } .primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #fdf6e3; } + color: #ffffff; } .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(253, 246, 227, 0.1); + background-color: rgba(255, 255, 255, 0.1); border-color: transparent; } .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { color: rgba(82, 93, 118, 0.8); } @@ -1211,32 +1211,32 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + box-shadow: 1px 0 #5294e2; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { border-left-style: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + box-shadow: -1px 0 #5294e2; } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } @@ -1262,10 +1262,10 @@ GtkComboBox { background-image: linear-gradient(to bottom, white); border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(247, 246, 241, 0.985)); + background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985)); border-color: rgba(82, 93, 118, 0.3); } .path-bar .button { @@ -1298,53 +1298,53 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } GtkTreeView.view:insensitive { color: rgba(92, 97, 108, 0.55); } GtkTreeView.view:insensitive:selected { - color: #7cb6d9; } + color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { color: #5c616c; } GtkTreeView.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } GtkTreeView.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } GtkTreeView.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { color: #5c616c; - background-image: linear-gradient(to bottom, #657b83); + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); border-radius: 3px; border-width: 0; } column-header .button { - color: #7c7f84; - background-color: #fdf6e3; } + color: #7d8189; + background-color: #ffffff; } column-header .button:hover { - color: #268bd2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1357,8 +1357,8 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; - color: #268bd2; - box-shadow: inset 1px 1px 0 1px #268bd2, inset -1px 0 0 1px #268bd2, inset 1px 1px #fdf6e3, inset -1px 0 #fdf6e3; } + color: #5294e2; + box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1367,7 +1367,7 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active, column-header .button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } column-header .button:active:hover { color: #5c616c; } column-header .button:insensitive { @@ -1377,7 +1377,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } .menubar:backdrop { color: rgba(82, 93, 118, 0.5); } @@ -1386,8 +1386,8 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); border-color: transparent; } @@ -1396,7 +1396,7 @@ column-header .button, column-header .button:hover, column-header .button:active margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd .menu { padding: 4px 0px; @@ -1405,12 +1405,12 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem { padding: 5px; } .menu .menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl) { @@ -1419,11 +1419,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #ede7d7; } + border-bottom: 1px solid #efeff0; } .menu.button.bottom { - border-top: 1px solid #ede7d7; } + border-top: 1px solid #efeff0; } .menu.button:hover { - background-color: #ede7d7; } + background-color: #efeff0; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1440,10 +1440,10 @@ column-header .button, column-header .button:hover, column-header .button:active border: 1px solid #cdd2d7; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { - color: rgba(253, 246, 227, 0); } + color: rgba(255, 255, 255, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1468,7 +1468,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook { padding: 0; - background-color: #fdf6e3; + background-color: #ffffff; -GtkNotebook-initial-gap: 4; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1527,52 +1527,52 @@ column-header .button, column-header .button:hover, column-header .button:active border-width: 0; border-top-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #fdf6e3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { padding-bottom: 6px; border-radius: 0 0 2px 3.5px; border-width: 0; border-bottom-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 -1px #fdf6e3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right, .notebook tab.right { padding-right: 17px; border-radius: 0 3.5px 3.5px 0; border-width: 0; border-right-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #fdf6e3, inset -1px 0 #dcdfe3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left, .notebook tab.left { padding-left: 17px; border-radius: 3.5px 0 0 3.5px; border-width: 0; border-left-width: 2px; border-color: transparent; - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #fdf6e3; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #fdf6e3; } + background-color: #ffffff; + box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; color: rgba(92, 97, 108, 0.55); } @@ -1586,7 +1586,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #268bd2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1628,14 +1628,14 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { opacity: 0.99; } .scrollbar .trough { - background-color: #fdf4de; + background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { background-color: #b8babf; } .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #268bd2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1669,7 +1669,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } .scrollbars-junction:dir(rtl), .scrollbars-junction.frame:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -1940,66 +1940,66 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.slider { background-clip: border-box; background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 50%; box-shadow: none; } .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(45, 55, 59, 0.5); } + border-color: rgba(123, 142, 186, 0.5); } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f9f6ec); - border-color: rgba(45, 55, 59, 0.3); } + background-image: linear-gradient(to bottom, #fbfbfb); + border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #268bd2); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95)); - border-color: #268bd2; } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #1e6ea7); - border-color: #1e6ea7; } + background-image: linear-gradient(to bottom, #2679db); + border-color: #2679db; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider, .menu .menuitem:hover .scale.slider, .list-row:selected .scale.slider, GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #fdf6e3); - border-color: #fdf6e3; } + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:hover, .menu .menuitem:hover .scale.slider:hover, .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #dde6e0); - border-color: #dde6e0; } + background-image: linear-gradient(to bottom, #e5effb); + border-color: #e5effb; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:active, .menu .menuitem:hover .scale.slider:active, .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #92c1db); - border-color: #92c1db; } + background-image: linear-gradient(to bottom, #a9caf1); + border-color: #a9caf1; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.slider:insensitive, .menu .menuitem:hover .scale.slider:insensitive, .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); - border-color: #9cc6db; } + background-image: linear-gradient(to bottom, #b1cff2); + border-color: #b1cff2; } .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #657b83); } + background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 139, 210, 0.55)); } + background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(101, 123, 131, 0.55)); } + background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(10, 80, 98, 0.95)); - outline-color: rgba(101, 123, 131, 0.2); } + background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); + outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough, .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, @@ -2009,12 +2009,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .menu .menuitem:hover .scale.trough.highlight, .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough.highlight:insensitive, .menu .menuitem:hover .scale.trough.highlight:insensitive, .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #9cc6db); } + background-image: linear-gradient(to bottom, #b1cff2); } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover .scale.trough:insensitive, .menu .menuitem:hover .scale.trough:insensitive, .list-row:selected .scale.trough:insensitive, @@ -2031,23 +2031,23 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #268bd2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .osd .scale.progressbar { - background-color: #268bd2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -2069,19 +2069,19 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } .level-bar.fill-block.indicator-discrete.vertical { margin: 1px 0; } .level-bar.fill-block.level-high { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } .level-bar.fill-block.level-low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } .level-bar.fill-block.empty-fill-block { background-color: rgba(92, 97, 108, 0.2); border-color: rgba(92, 97, 108, 0.2); } @@ -2114,7 +2114,7 @@ GtkScrolledWindow GtkViewport.frame { -GtkWidget-wide-separators: true; } .list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } .list-row, @@ -2128,14 +2128,14 @@ GtkScrolledWindow GtkViewport.frame { color: #5c616c; } .list-row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { - background-color: #227dbd; } + background-color: #4a85cb; } .list-row.activatable:selected:insensitive { - color: rgba(253, 246, 227, 0.7); - background-color: rgba(38, 139, 210, 0.7); } + color: rgba(255, 255, 255, 0.7); + background-color: rgba(82, 148, 226, 0.7); } .list-row.activatable:selected:insensitive .label { color: inherit; } @@ -2147,42 +2147,42 @@ GtkScrolledWindow GtkViewport.frame { .app-notification, .app-notification.frame { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification .button, .app-notification.frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification .button.flat, .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification .button:active, .app-notification .button:checked, .app-notification.frame .button:active, .app-notification.frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } @@ -2199,8 +2199,8 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { color: #5c616c; @@ -2228,8 +2228,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(238, 232, 213, 0.95); - border-bottom: 1px solid rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-bottom: 1px solid rgba(212, 213, 219, 0.95); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -2277,7 +2277,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #268bd2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2344,44 +2344,44 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #268bd2; - outline-color: rgba(38, 139, 210, 0.3); - background-color: #fdf6e3; - border-color: #fdf6e3; } + color: #5294e2; + outline-color: rgba(82, 148, 226, 0.3); + background-color: #ffffff; + border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(253, 246, 227, 0.4); - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(38, 139, 210, 0.4); - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.2); } + color: rgba(82, 148, 226, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .tooltip { - color: #657b83; + color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2394,7 +2394,7 @@ GtkInfoBar { :selected GtkColorSwatch { box-shadow: none; } :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #fdf6e3; } + border-color: #ffffff; } GtkColorSwatch.top { border-top-left-radius: 3px; @@ -2441,12 +2441,12 @@ GtkColorSwatch#add-color-button { border-width: 1px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { border-color: transparent; @@ -2459,7 +2459,7 @@ GtkColorButton.button { border-radius: 0; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-image-effect: highlight; } @@ -2468,7 +2468,7 @@ GtkColorButton.button { .scale-popup .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } GtkVolumeButton.button { @@ -2482,7 +2482,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2491,7 +2491,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2500,7 +2500,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2509,7 +2509,7 @@ GtkVolumeButton.button { box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2581,7 +2581,7 @@ GtkVolumeButton.button { .window-frame.solid-csd { border-radius: 0; margin: 1px; - background-color: rgba(238, 232, 213, 0.95); + background-color: rgba(231, 232, 235, 0.95); box-shadow: none; } .header-bar.default-decoration .button.titlebutton, @@ -2596,7 +2596,7 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); } .header-bar .button.titlebutton:not(GtkMenuButton), .titlebar .button.titlebutton:not(GtkMenuButton) { padding-top: 8px; @@ -2610,10 +2610,10 @@ GtkVolumeButton.button { .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, .titlebar .button.titlebutton:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, .titlebar .button.titlebutton.close, .titlebar .button.titlebutton.maximize, @@ -2673,9 +2673,9 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { background-image: none; - background-color: #268bd2; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); } + background-color: #5294e2; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, ScratchMainWindow .notebook tab.reorderable-page.top:active, @@ -2709,14 +2709,14 @@ TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab. border-top-width: 3px; } TerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } GtkHTML { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GtkHTML:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2734,14 +2734,14 @@ TerminalWindow .notebook tab .button { color: #92959d; } TerminalWindow .notebook tab .button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #268bd2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2755,7 +2755,7 @@ EelEditableLabel.entry { .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #fdf6e3; } + color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { @@ -2763,10 +2763,10 @@ EelEditableLabel.entry { .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } NautilusNotebook.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2776,7 +2776,7 @@ NautilusNotebook.notebook { NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { padding: 5px; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } .nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, .titlebar .nautilus-circular-button.button.titlebutton { @@ -2791,8 +2791,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -2811,10 +2811,10 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { background-color: rgba(255, 255, 255, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { color: rgba(82, 93, 118, 0.4); } @@ -2828,25 +2828,25 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } .gedit-headerbar-paned { - color: rgba(228, 218, 188, 0.95); } + color: rgba(212, 213, 219, 0.95); } .open-document-selector-treeview.view { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel .list-row .button { color: transparent; @@ -2872,7 +2872,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border: none; box-shadow: none; } .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .prelight-row .button:active { color: #5c616c; } @@ -2922,7 +2922,7 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, @@ -2930,19 +2930,19 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { color: inherit; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, @@ -2977,7 +2977,7 @@ GbViewStack GtkBox.header.notebook { GbViewStack.focused GtkBox.header.notebook, #project_sidebar_header.focused { - background-color: #fdf6e3; } + background-color: #ffffff; } GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } @@ -3001,14 +3001,14 @@ SymbolTree GtkSearchEntry.entry { GtkEntry.gb-command-bar-entry.entry.flat, GtkEntry.gb-command-bar-entry.entry.flat:focus { font-family: Monospace; - color: #657b83; + color: #BAC3CF; background-image: none; - background-color: #073642; + background-color: #353945; padding: 6px 6px 6px 6px; border: none; } GbTerminalView { - background-color: #fdf6e3; + background-color: #ffffff; color: #5c616c; } GbSourceStyleSchemeWidget GtkSourceView { @@ -3025,7 +3025,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #dcdfe3; } GbViewStack.focused GtkBox.header.notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -3037,8 +3037,8 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon { @@ -3047,28 +3047,28 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover { - color: #fdf6e3; - background-color: #3295da; } + color: #ffffff; + background-color: #639fe5; } .documents-entry-tag:active { - color: #fdf6e3; - background-color: #2380c1; } + color: #ffffff; + background-color: #4189df; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; box-shadow: none; icon-shadow: none; } .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(253, 246, 227, 0.7); } + color: rgba(255, 255, 255, 0.7); } .content-view.document-page { border-style: solid; @@ -3080,20 +3080,20 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #268bd2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { border-color: transparent; } -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { - color: #657b83; - background-image: linear-gradient(to bottom, rgba(5, 36, 44, 0.95)); } + color: #BAC3CF; + background-color: #2b2e37; } PanelApplet .button, PanelApplet .button:backdrop { padding: 4px; @@ -3101,10 +3101,10 @@ PanelApplet .button, PanelApplet .button:backdrop { border-radius: 0; background-image: none; background-color: transparent; - color: #657b83; } + color: #BAC3CF; } PanelApplet .button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); border-color: rgba(0, 0, 0, 0.17); } @@ -3115,47 +3115,47 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #268bd2; } + color: #5294e2; } WnckPager { - color: #333e42; } + color: #5d6268; } WnckPager:selected { - color: #268bd2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; -NaTrayApplet-icon-size: 16; } ClockBox { - color: #657b83; } + color: #BAC3CF; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; icon-shadow: none; } .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { - color: #657b83; - background-color: rgba(5, 36, 44, 0); + color: #BAC3CF; + background-color: rgba(43, 46, 55, 0); border-radius: 0; border: none; } .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .floating-bar { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } .floating-bar.right { @@ -3176,8 +3176,8 @@ BirdieWidgetsTweetList * { background-color: transparent; } MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; outline-color: transparent; } MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { @@ -3192,19 +3192,19 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.9)); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(253, 246, 227, 0.75)); } + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3222,8 +3222,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .panel .maximized { - background-color: rgba(5, 36, 44, 0.95); - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } + background-color: rgba(43, 46, 55, 0.95); + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } .panel-shadow { background-image: none; background-color: transparent; } @@ -3285,8 +3285,8 @@ WingpanelWidgetsIndicatorPopover.popover { WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { padding: 0 3px; } WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { color: rgba(92, 97, 108, 0.55); } @@ -3307,7 +3307,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3316,9 +3316,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration.top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3328,18 +3328,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3351,7 +3351,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(250, 248, 242, 0.95); + background-color: rgba(253, 253, 254, 0.95); border-radius: 0px; padding: 0px; color: white; } @@ -3424,13 +3424,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar GtkLabel { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3482,8 +3482,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:prelight:selected, .source-list.view:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3498,8 +3498,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3508,8 +3508,8 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:prelight:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3528,7 +3528,7 @@ GraniteWidgetsStaticNotebook .frame { padding: 0; } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { color: #a9acb2; @@ -3552,7 +3552,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3584,17 +3584,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window .menubar, - #panel_window .menubar > .menuitem { - background-color: transparent; - color: #657b83; - font: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window .menubar { + padding-left: 5px; } + #panel_window .menubar, #panel_window .menubar > .menuitem { + background-color: transparent; + color: #BAC3CF; + font: bold; } #panel_window .menubar .menuitem:insensitive { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window .menubar .menuitem:insensitive GtkLabel { color: inherit; } #panel_window .menubar .menu .menuitem { @@ -3619,21 +3620,21 @@ GtkListBox .h4 { #content_frame .button { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { color: inherit; } @@ -3642,32 +3643,32 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -3683,46 +3684,46 @@ GtkListBox .h4 { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; outline-color: rgba(0, 128, 0, 0.3); - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font: bold; } .titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { - color: rgba(228, 218, 188, 0.95); } + color: rgba(212, 213, 219, 0.95); } NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3739,24 +3740,24 @@ NautilusWindow .list.sidebar { GtkFileChooserDialog GtkPlacesSidebar.sidebar, NautilusWindow GtkPlacesSidebar.sidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #268bd2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { - background-color: rgba(12, 92, 112, 0.95); } + background-color: rgba(75, 81, 98, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { border: none; - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, @@ -3766,20 +3767,20 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: inherit; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button { - color: #657b83; } + color: #BAC3CF; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:hover, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:active, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:active { background-clip: padding-box; - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage { opacity: 0.5; } @@ -3790,7 +3791,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, NautilusWindow.maximized GtkPlacesSidebar.sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.csd.background, NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, @@ -3803,31 +3804,31 @@ MarlinViewWindow .source-list.view:prelight { NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, MarlinViewWindow .sidebar, MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, MarlinViewWindow .sidebar .view, MarlinViewWindow .sidebar row, MarlinViewWindow .source-list.sidebar.view .view, MarlinViewWindow .source-list.sidebar.view row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, MarlinViewWindow .sidebar .view.image, MarlinViewWindow .sidebar row.image, MarlinViewWindow .source-list.sidebar.view .view.image, MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(101, 123, 131, 0.7); } + color: rgba(186, 195, 207, 0.7); } NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, MarlinViewWindow .sidebar .view.cell:selected, MarlinViewWindow .sidebar row.cell:selected, MarlinViewWindow .source-list.sidebar.view .view.cell:selected, MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, MarlinViewWindow .source-list.sidebar.view.frame { - color: #657b83; } + color: #BAC3CF; } NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, MarlinViewWindow .sidebar .separator, MarlinViewWindow .sidebar .sidebar.separator, @@ -3837,20 +3838,20 @@ MarlinViewWindow .source-list.sidebar.view { NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #073642; } + background-color: #353945; } NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } NautilusWindow NautilusWindowSlot { - background-color: #fdf6e3; } + background-color: #ffffff; } NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog GtkPlacesSidebar.sidebar { background-color: transparent; } @@ -3862,17 +3863,17 @@ GtkFileChooserDialog .dialog-action-box { background-color: #F5F6F7; } GtkFileChooserDialog .dialog-vbox > .frame { - color: #657b83; + color: #BAC3CF; border-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #657b83; } + color: #BAC3CF; } FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, @@ -3882,21 +3883,21 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(228, 218, 188, 0.95); } + background-color: rgba(212, 213, 219, 0.95); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(238, 232, 213, 0.95); } + background-color: rgba(231, 232, 235, 0.95); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(242, 238, 224, 0.95); } + background-color: rgba(239, 240, 242, 0.95); } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #eee8d5; } + background-color: #e7e8eb; } FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #f2eee0; } + background-color: #eff0f2; } FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, GeditWindow.background.csd > .titlebar { @@ -3906,91 +3907,91 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: #dcdfe3; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel .list-row { - color: #657b83; } + color: #BAC3CF; } .gedit-document-panel .list-row { - background-color: rgba(101, 123, 131, 0); - border: solid rgba(101, 123, 131, 0); + background-color: rgba(186, 195, 207, 0); + border: solid rgba(186, 195, 207, 0); border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:hover { - border: solid rgba(101, 123, 131, 0.15); + border: solid rgba(186, 195, 207, 0.15); border-width: 3px 2px 3px 2px; - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; - border: solid #268bd2; + color: #ffffff; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { - color: #657b83; } + color: #BAC3CF; } GeditFileBrowserWidget { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { - background-color: #073642; } + background-color: #353945; } GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(4, 28, 34, 0.95); } + border-color: rgba(37, 40, 49, 0.95); } GeditFileBrowserWidget .horizontal GtkComboBox { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #657b83; } + color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #268bd2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #657b83; - outline-color: rgba(101, 123, 131, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + outline-color: rgba(186, 195, 207, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #fdf6e3; - outline-color: rgba(253, 246, 227, 0.3); - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.35)); + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); background-color: transparent; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, @@ -3998,18 +3999,18 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { color: inherit; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-image: linear-gradient(to bottom, #268bd2); } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(101, 123, 131, 0.55); - background-image: linear-gradient(to bottom, rgba(18, 137, 167, 0.2)); } + color: rgba(186, 195, 207, 0.55); + background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, @@ -4023,15 +4024,15 @@ GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, MarlinViewWindow .sidebar .scrollbar .slider, MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #268bd2; } + background-color: #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { @@ -4040,44 +4041,44 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 1bbcde6..ed61afe 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -525,14 +525,14 @@ SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; } // // Fallback Mode/Budgie Panel // -.gnome-panel-menu-bar, +.gnome-panel-menu-bar.menubar, PanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, PanelAppletFrame, PanelApplet { color: $panel_fg; - background-image: linear-gradient(to bottom, $panel_bg); + background-color: opacify($panel_bg, 1); } PanelApplet .button, PanelApplet .button:backdrop { diff --git a/common/gtk-3.0/3.18/sass/_lightdm.scss b/common/gtk-3.0/3.18/sass/_lightdm.scss index 89cdfcd..bb7214a 100644 --- a/common/gtk-3.0/3.18/sass/_lightdm.scss +++ b/common/gtk-3.0/3.18/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; + .menubar { + padding-left: 5px; + + &, > .menuitem { + background-color: transparent; + color: $panel_fg; + font: bold; + } } .menubar .menuitem:insensitive { diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 986e158..7b6308c 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; @@ -15,34 +15,34 @@ -gtk-outline-radius: 2px; } .background { - color: #657b83; - background-color: rgba(0, 43, 54, 0.999); } + color: #D3DAE3; + background-color: rgba(56, 60, 74, 0.999); } *:disabled { -gtk-icon-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:hover { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:disabled { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view, iconview, .view text, iconview text, textview text { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, @@ -53,12 +53,12 @@ textview text { border-radius: 2px; } textview border { - background-color: #04313c; } + background-color: #3c414e; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } flowbox flowboxchild { padding: 3px; @@ -68,22 +68,22 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #657b83; } + color: #D3DAE3; } label selection { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } label:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { opacity: 0.55; } assistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } assistant.csd .sidebar { border-top-style: none; } @@ -92,18 +92,18 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } textview { - background-color: #073642; } + background-color: #404552; } popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, popover.background.osd, popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; box-shadow: none; } @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; } entry.search { border-radius: 20px; } entry image { - color: #526d76; } + color: #b6bcc6; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,77 +149,77 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } entry:disabled { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); } entry.warning { color: white; - border-color: #001317; - background-color: #7d4328; } + border-color: #2b2e39; + background-color: #ab6441; } entry.warning image { color: white; } entry.warning:focus { color: white; - background-color: #cb4b16; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } entry.error { color: white; - border-color: #001317; - background-color: #873437; } + border-color: #2b2e39; + background-color: #b14342; } entry.error image { color: white; } entry.error:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry.search-missing { color: white; - border-color: #001317; - background-color: #873437; } + border-color: #2b2e39; + background-color: #b14342; } entry.search-missing image { color: white; } entry.search-missing:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry:drop(active):focus, entry:drop(active) { - border-color: #b58900; + border-color: #F08437; box-shadow: none; } .osd entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } .osd entry selection:focus, .osd entry selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -228,15 +228,15 @@ entry { treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #073642; } + background-color: #404552; } treeview entry.flat:focus, treeview entry:focus { - border-color: #268bd2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -245,9 +245,9 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } button separator { margin: 4px 1px; } button.flat, button.sidebar-button { @@ -261,38 +261,38 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; -gtk-icon-effect: highlight; } button:active, button:checked { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; background-clip: padding-box; transition-duration: 50ms; } button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { color: inherit; opacity: 0.6; } button:active { - color: #657b83; } + color: #D3DAE3; } button:active:hover, button:checked { - color: #fdf6e3; } + color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; } button:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } button:disabled label, button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button:disabled:active, button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } button.image-button { min-width: 24px; padding-left: 5px; @@ -316,125 +316,125 @@ button { padding-right: 8px; padding-left: 8px; } button:drop(active), combobox:drop(active) button.combo { - color: #b58900; - border-color: #b58900; + color: #F08437; + border-color: #F08437; box-shadow: none; } button.osd { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } button.osd.image-button { padding: 0; min-height: 36px; min-width: 36px; } button.osd:hover { - color: #268bd2; } + color: #5294e2; } button.osd:active, button.osd:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } button.osd:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd button:active, .osd button:checked { background-clip: padding-box; - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd button.flat, .osd button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd button.flat:disabled, .osd button.sidebar-button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } button.suggested-action.flat, button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button.suggested-action:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } button.destructive-action.flat, button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button.destructive-action:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -456,7 +456,7 @@ button { background-image: none; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -469,94 +469,94 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar toolbutton > button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -577,79 +577,79 @@ button { border-left-style: none; } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .linked.vertical > entry + entry { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry.error + entry, .linked.vertical > entry + entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry.warning + entry, .linked.vertical > entry + entry.warning { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry.error + entry.warning, .linked.vertical > entry.warning + entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry + entry.warning:focus:not(:last-child), .linked.vertical > entry + entry.warning:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry.warning:focus:not(:only-child) + entry, .linked.vertical > entry.warning:focus:not(:only-child) + button, .linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry + entry.error:focus:not(:last-child), .linked.vertical > entry + entry.error:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry.error:focus:not(:only-child) + entry, .linked.vertical > entry.error:focus:not(:only-child) + button, .linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > button + button { border-top-style: none; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -670,20 +670,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -725,10 +725,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #0a333e; } + background-color: #484c59; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #657b83; } + color: #D3DAE3; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -747,24 +747,24 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } *:link, button:link, button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, button:hover:link, button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, button:active:link, button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { - color: #d2e1e0; } + color: #dceaf9; } button:link > label, button:visited > label { text-decoration-line: underline; } @@ -773,10 +773,10 @@ spinbutton:drop(active) { box-shadow: none; } spinbutton button:active { - color: #fdf6e3; } + color: #ffffff; } spinbutton:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -790,11 +790,11 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } spinbutton:not(.vertical) > button:first-child:hover:not(:active), spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -802,14 +802,14 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #001317; } + border-left-color: #2b2e39; } spinbutton:not(.vertical) > entry:drop(active) + button { - border-left-color: #b58900; } + border-left-color: #F08437; } .osd spinbutton:not(.vertical) > button:hover:not(:active), .osd spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(1, 9, 11, 0.35); } + box-shadow: inset 1px 0 rgba(26, 28, 34, 0.35); } .osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), .osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -817,7 +817,7 @@ spinbutton:not(.vertical) > entry:drop(active) + button { box-shadow: none; } .osd spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(1, 9, 11, 0.35); } + border-left-color: rgba(26, 28, 34, 0.35); } spinbutton.vertical button, spinbutton.vertical entry { padding-left: 4px; @@ -828,10 +828,10 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #001317; } + border-top-color: #2b2e39; } spinbutton.vertical > entry:drop(active) + button { - border-top-color: #b58900; } + border-top-color: #F08437; } combobox button.combo { min-width: 0; @@ -846,7 +846,7 @@ combobox arrow { toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } toolbar separator, .inline-toolbar separator { background: none; } toolbar.horizontal separator, .horizontal.inline-toolbar separator { @@ -859,7 +859,7 @@ toolbar, .inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { border-radius: 0; } toolbar.osd.top, .osd.top.inline-toolbar { @@ -882,32 +882,32 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } searchbar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } actionbar { padding: 6px; - border-top: 1px solid #001317; - background-color: #001f27; } + border-top: 1px solid #2b2e39; + background-color: #313541; } headerbar, .titlebar:not(headerbar) { @@ -915,22 +915,22 @@ headerbar, padding: 0 7px; border-width: 0 0 1px; border-style: solid; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd headerbar, .csd .titlebar:not(headerbar) { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } headerbar .title, .titlebar:not(headerbar) .title { padding-left: 12px; padding-right: 12px; } @@ -940,14 +940,14 @@ headerbar, padding-right: 12px; } headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu { box-shadow: none; padding-left: 10px; @@ -958,7 +958,7 @@ headerbar, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { - background-color: #268bd2; } + background-color: #5294e2; } .tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), @@ -968,11 +968,11 @@ headerbar, border-radius: 0; } .maximized headerbar, .maximized .titlebar:not(headerbar) { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) { - background-color: #00313e; } + background-color: #323843; } headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop, @@ -982,7 +982,7 @@ headerbar, .csd .default-decoration.titlebar:backdrop:not(headerbar) { min-height: 28px; padding: 0 3px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized @@ -993,7 +993,7 @@ headerbar, .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { border-radius: 3px 3px 0 0; } @@ -1027,330 +1027,330 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to bottom, rgba(0, 27, 34, 0.97), rgba(0, 27, 34, 0.97)); } + background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); } .primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { +.primary-toolbar entry, headerbar entry { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { - color: #fdf6e3; + .primary-toolbar entry:focus, headerbar entry:focus { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { - color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.22); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { - background-color: #fdf6e3; - color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { - border-color: #268bd2; + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: #ffffff; } + .primary-toolbar entry:disabled, headerbar entry:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #ffffff; + color: #5294e2; } + .primary-toolbar entry progress, headerbar entry progress { + border-color: #5294e2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(125, 63, 34, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(167, 94, 57, 0.988); } + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; - background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + background-color: #F27835; } + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; - color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + color: #F27835; } + .primary-toolbar entry.error, headerbar entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(135, 47, 50, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(173, 60, 59, 0.988); } + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; - background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + background-color: #FC4138; } + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { - color: rgba(89, 128, 143, 0.8); +.primary-toolbar button, headerbar button { + color: rgba(207, 218, 231, 0.8); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { - color: #fdf6e3; + .primary-toolbar button:hover, headerbar button:hover { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } - -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { + .primary-toolbar button:disabled, headerbar button:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { + color: rgba(207, 218, 231, 0.35); } + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } + +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { - background-color: rgba(0, 193, 243, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { - color: #fdf6e3; +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + background-color: rgba(134, 144, 165, 0.37); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(89, 128, 143, 0.4); } + background-color: #5294e2; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + color: #4DADD4; } + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + background-color: #76c0de; + border-color: #76c0de; } + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + color: #F04A50; } + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { - color: #fdf6e3; - caret-color: #fdf6e3; } +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { - background-color: rgba(0, 193, 243, 0.37); } +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { + background-color: rgba(134, 144, 165, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { - color: #fdf6e3; +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { - color: rgba(89, 128, 143, 0.2); } +.primary-toolbar combobox:disabled, headerbar combobox:disabled { + color: rgba(207, 218, 231, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: #fdf6e3; + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.22); } + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { - background-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar progressbar trough, headerbar progressbar trough { + background-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { - background-color: #005469; - border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { - background-color: #006883; - border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { - background-color: #268bd2; - border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { - background-color: rgba(0, 72, 90, 0.991); - border-color: rgba(0, 0, 0, 0.67); } - -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { - background-color: rgba(0, 0, 0, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(0, 0, 0, 0.27); } +.primary-toolbar scale slider, headerbar scale slider { + background-color: #454c5c; + border-color: rgba(21, 23, 28, 0.67); } + .primary-toolbar scale slider:hover, headerbar scale slider:hover { + background-color: #50586b; + border-color: rgba(21, 23, 28, 0.67); } + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #5294e2; + border-color: #5294e2; } + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: rgba(63, 69, 84, 0.991); + border-color: rgba(21, 23, 28, 0.67); } + +.primary-toolbar scale trough, headerbar scale trough { + background-color: rgba(21, 23, 28, 0.37); } + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + background-color: rgba(21, 23, 28, 0.27); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1375,7 +1375,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(101, 123, 131, 0.15); + border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1385,54 +1385,54 @@ treeview.view { -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #268bd2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; - border-left-color: #92c1db; - border-top-color: rgba(101, 123, 131, 0.1); } + border-left-color: #a9caf1; + border-top-color: rgba(211, 218, 227, 0.1); } treeview.view:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } treeview.view:disabled:selected { - color: #7cb6d9; } + color: #97bfee; } treeview.view.separator { min-height: 2px; color: rgba(0, 0, 0, 0.1); } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } 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: #365963; } + color: #8a909b; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } treeview.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } treeview.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.progressbar, treeview.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-color: #268bd2; } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view.trough { - color: #657b83; - background-color: #001317; + color: #D3DAE3; + background-color: #2b2e39; border-radius: 3px; border-width: 0; } treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; border-width: 0; } @@ -1441,22 +1441,22 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #526d76; - background-color: #073642; + color: #b6bcc6; + background-color: #404552; background-image: none; border-style: none solid none none; border-radius: 0; - border-image: linear-gradient(to bottom, #073642 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #073642 80%) 0 1 0 0/0 1px 0 0 stretch; } + border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:hover { - color: #268bd2; } + color: #5294e2; } treeview.view header button:active { - color: #657b83; } + color: #D3DAE3; } treeview.view header button:active, treeview.view header button:hover { - background-color: #073642; } + background-color: #404552; } treeview.view header button:active:hover { - color: #657b83; } + color: #D3DAE3; } treeview.view header button:disabled { - border-color: #002b36; + border-color: #383C4A; background-image: none; } treeview.view header button:last-child { border-right-style: none; @@ -1468,8 +1468,8 @@ treeview.view { treeview.view header.button.dnd:active { padding: 0 6px; transition: none; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1477,11 +1477,11 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1489,11 +1489,11 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } menu, @@ -1501,8 +1501,8 @@ menu, margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd menu, .csd .menu { padding: 4px 0px; @@ -1514,13 +1514,13 @@ menu, .csd .menu separator { margin: 2px 0; - background-color: #002b36; } + background-color: #383C4A; } menu .separator:not(label), .csd menu .separator:not(label), .menu .separator:not(label), .csd .menu .separator:not(label) { - color: #002b36; } + color: #383C4A; } menu menuitem, .menu menuitem { min-height: 16px; @@ -1528,11 +1528,11 @@ menu, padding: 5px; } menu menuitem:hover, .menu menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1564,21 +1564,21 @@ menu, min-width: 16px; min-height: 16px; padding: 4px; - background-color: #002b36; + background-color: #383C4A; border-radius: 0; } menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #103d49; + border-bottom: 1px solid #4f5461; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #103d49; + border-top: 1px solid #4f5461; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #103d49; } + background-color: #4f5461; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1590,15 +1590,15 @@ popover.background { padding: 2px; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .csd popover, popover, .csd popover.background, popover.background { - border: 1px solid black; } + border: 1px solid #20222a; } popover separator, popover.background separator { - background-color: #002b36; } + background-color: #383C4A; } popover > list, popover > .view, popover > iconview, @@ -1625,7 +1625,7 @@ cursor-handle { notebook { padding: 0; } notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } notebook.frame > header { margin: -1px; } notebook.frame > header.top { @@ -1643,18 +1643,18 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #073642; } + background-color: #404552; } notebook > header { padding: 2px; - background-color: #002b36; } + background-color: #383C4A; } notebook > header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } notebook > header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } notebook > header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } notebook > header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } notebook > header.top { padding-bottom: 0; } notebook > header.top > tabs > tab { @@ -1720,56 +1720,56 @@ 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: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } notebook > header > tabs > arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } notebook > header > tabs > arrow:active { - color: #657b83; } + color: #D3DAE3; } notebook > header > tabs > arrow:disabled { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } notebook > header.top > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } notebook > header.bottom > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } notebook > header.left > tabs > tab:hover:not(:checked) { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } notebook > header.right > tabs > tab:hover:not(:checked) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } notebook > header > tabs > tab { - color: rgba(101, 123, 131, 0.45); - background-color: rgba(7, 54, 66, 0); } + color: rgba(211, 218, 227, 0.45); + background-color: rgba(64, 69, 82, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(101, 123, 131, 0.725); - background-color: rgba(7, 54, 66, 0.5); - border-color: #001317; } + color: rgba(211, 218, 227, 0.725); + background-color: rgba(64, 69, 82, 0.5); + border-color: #2b2e39; } notebook > header > tabs > tab:checked { - color: #657b83; - background-color: #073642; - border-color: #001317; } + color: #D3DAE3; + background-color: #404552; + border-color: #2b2e39; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #425f68; } + color: #9da3ad; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #268bd2; } + color: #5294e2; } scrollbar { - background-color: #07323d; + background-color: #3e434f; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } scrollbar.top { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } scrollbar.bottom { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } scrollbar.left { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } scrollbar.right { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } scrollbar button { border: none; } scrollbar.vertical button.down { @@ -1787,11 +1787,11 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #284b55; } + background-color: #767b87; } scrollbar slider:hover { - background-color: #1e434d; } + background-color: #676b78; } scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1809,7 +1809,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #47636c; + background-color: #a5abb5; border: 1px solid rgba(0, 0, 0, 0.3); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2125,13 +2125,13 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: #00171d; } + background-color: #2d303b; } scale trough:disabled { - background-color: rgba(0, 23, 29, 0.55); } + background-color: rgba(45, 48, 59, 0.55); } .osd scale trough { - background-color: rgba(10, 80, 98, 0.95); } + background-color: rgba(69, 74, 89, 0.95); } .osd scale trough highlight { - background-color: #268bd2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2139,71 +2139,71 @@ scale { menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #fdf6e3; } + background-color: #ffffff; } menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: #9cc6db; } + background-color: #b1cff2; } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #268bd2; } + background-color: #5294e2; } scale highlight:disabled { - background-color: rgba(38, 139, 210, 0.55); } + background-color: rgba(82, 148, 226, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { - background-color: #083e4b; - border: 1px solid #000b0d; + background-color: #444a58; + border: 1px solid #262933; 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: #0a5062; } + background-color: #505666; } scale slider:active { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { - background-color: #04313d; - border-color: rgba(0, 11, 13, 0.8); } + background-color: #3c414e; + border-color: rgba(38, 41, 51, 0.8); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #fdf6e3; - border-color: #fdf6e3; } + background-color: #ffffff; + border-color: #ffffff; } menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: #dde6e0; - border-color: #dde6e0; } + background-color: #e5effb; + border-color: #e5effb; } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: #92c1db; - border-color: #92c1db; } + background-color: #a9caf1; + border-color: #a9caf1; } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: #9cc6db; - border-color: #9cc6db; } + background-color: #b1cff2; + border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { - background-color: #4ca2df; - border-color: #4ca2df; } + background-color: #7eafe9; + border-color: #7eafe9; } .osd scale slider:active { - background-color: #1e6ea7; - border-color: #1e6ea7; } + background-color: #2679db; + border-color: #2679db; } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -2246,7 +2246,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2256,17 +2256,17 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } row:selected progressbar progress, infobar progressbar progress { - background-color: #fdf6e3; } + background-color: #ffffff; } progressbar trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } row:selected progressbar trough, infobar progressbar trough { background-color: rgba(0, 0, 0, 0.2); } @@ -2283,7 +2283,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } levelbar.horizontal.discrete block { margin: 0 1px; } @@ -2292,29 +2292,29 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } levelbar block.high { - border-color: #268bd2; - background-color: #268bd2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } levelbar block.empty { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } printdialog paper { - border: 1px solid #001317; - background: #073642; + border: 1px solid #2b2e39; + background: #404552; padding: 0; } printdialog .dialog-action-box { @@ -2325,7 +2325,7 @@ frame > border, margin: 0; padding: 0; border-radius: 0; - border: 1px solid #001317; } + border: 1px solid #2b2e39; } frame > border.flat, .frame.flat { border-style: none; } @@ -2334,7 +2334,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2343,7 +2343,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2352,7 +2352,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2361,7 +2361,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2411,8 +2411,8 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; - border-image: linear-gradient(to bottom, #001317 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #07323d; } + border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3e434f; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -2422,8 +2422,8 @@ separator { min-height: 1px; } list { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } list row { padding: 2px; } @@ -2434,49 +2434,49 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(255, 255, 255, 0.03); } row.activatable:active { - color: #657b83; } + color: #D3DAE3; } row.activatable:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } row.activatable:disabled image { color: inherit; } row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .app-notification { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification border { border: none; } .app-notification button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification button.flat, .app-notification button.sidebar-button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification button:active, .app-notification button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } expander arrow { min-width: 16px; @@ -2485,35 +2485,35 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #b8c4c9; } + color: white; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #657b83; + color: #D3DAE3; border: none; } calendar.button { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } calendar.button:hover { - color: #657b83; } + color: #D3DAE3; } calendar.button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #657b83; } + color: #D3DAE3; } messagedialog .titlebar { min-height: 20px; - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } messagedialog .dialog-action-area button { padding: 8px; @@ -2545,7 +2545,7 @@ messagedialog.csd .dialog-action-area button:only-child { border-right-style: none; } filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 19, 23, 0.5); } + border-bottom: 1px solid rgba(43, 46, 57, 0.5); } filechooserbutton:drop(active) { box-shadow: none; @@ -2553,15 +2553,15 @@ filechooserbutton:drop(active) { .sidebar { border-style: none; - background-color: #003340; } + background-color: #3c4150; } 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 #001317; + border-right: 1px solid #2b2e39; border-left-style: none; } stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #001317; + border-left: 1px solid #2b2e39; border-right-style: none; } .sidebar list { background-color: transparent; } @@ -2605,18 +2605,18 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to bottom, #b58900, #b58900); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #b58900, inset 0 -1px #b58900; } + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #b58900; } + color: #F08437; } placessidebar row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #fdf6e3; } + color: #ffffff; } placesview .server-list-button > image { -gtk-icon-transform: rotate(0turn); } @@ -2635,15 +2635,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to bottom, #001317, #001317); + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to bottom, #268bd2, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; - background-color: #002b36; - background-image: linear-gradient(to bottom, #001317, #001317), linear-gradient(to bottom, #001317, #001317); + background-color: #383C4A; + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2676,52 +2676,52 @@ paned.vertical > separator { infobar { border-style: none; } infobar.info, infobar.question, infobar.warning, infobar.error { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; caret-color: currentColor; } infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { - color: rgba(253, 246, 227, 0.4); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + color: rgba(255, 255, 255, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { - color: #268bd2; - background-color: #fdf6e3; - border-color: #fdf6e3; } +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { + color: #5294e2; + background-color: #ffffff; + border-color: #ffffff; } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled { - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.4); } + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { - color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #268bd2; - background-color: rgba(253, 246, 227, 0.5); - border-color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.5); } + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + color: #5294e2; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } tooltip.background label { padding: 4px; } @@ -2729,7 +2729,7 @@ tooltip { background-color: transparent; } tooltip * { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } colorswatch, colorswatch:drop(active) { border-style: none; } @@ -2765,15 +2765,15 @@ colorswatch.right, colorswatch:last-child:not(.bottom) { colorswatch.dark overlay { color: rgba(255, 255, 255, 0.7); } colorswatch.dark overlay:hover { - border-color: #001317; } + border-color: #2b2e39; } colorswatch.light overlay { color: rgba(0, 0, 0, 0.7); } colorswatch.light overlay:hover { - border-color: #001317; } + border-color: #2b2e39; } colorswatch overlay { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } colorswatch overlay:hover { background-color: rgba(255, 255, 255, 0.2); } @@ -2786,13 +2786,13 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } colorswatch#add-color-button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } colorswatch#add-color-button overlay { border-color: transparent; background-color: transparent; @@ -2808,14 +2808,14 @@ colorchooser .popover.osd { border-radius: 3px; } .content-view { - background-color: #073642; } + background-color: #404552; } .content-view:hover { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } .context-menu, popover.touch-selection, .csd popover.touch-selection, popover.background.touch-selection, .csd popover.background.touch-selection { @@ -2839,9 +2839,9 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #657b83; - background-color: #073642; - border: 1px solid #001317; + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); } @@ -2853,15 +2853,15 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima *:drop(active):focus, *:drop(active) { - box-shadow: inset 0 0 0 1px #b58900; } + box-shadow: inset 0 0 0 1px #F08437; } decoration { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } decoration:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); transition: 200ms ease-out; } .fullscreen decoration, .tiled decoration { @@ -2876,7 +2876,7 @@ decoration { border-radius: 0; } .csd.popup decoration { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } tooltip.csd decoration { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2885,7 +2885,7 @@ decoration { .solid-csd decoration { border-radius: 0; margin: 1px; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); box-shadow: none; } headerbar.default-decoration button.titlebutton, @@ -2902,18 +2902,18 @@ headerbar button.titlebutton, border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, @@ -2978,7 +2978,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: #268bd2; } + background-color: #5294e2; } row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, iconview text:selected:focus, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, @@ -2992,7 +2992,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - color: #fdf6e3; } + color: #ffffff; } row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, @@ -3002,16 +3002,16 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { - color: #92c1db; } + color: #a9caf1; } .gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, terminal-window notebook > header.top > tabs > tab:checked { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } terminal-window notebook > header.top, .mate-terminal notebook > header.top { padding-top: 3px; - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } terminal-window notebook > header.top button, .mate-terminal notebook > header.top button { padding: 0; @@ -3025,52 +3025,52 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #33535d; } + color: #868b97; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } .nautilus-window searchbar { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .nautilus-window .searchbar-container { margin-top: -1px; } .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #073642; } + background-color: #404552; } .disk-space-display { border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(101, 123, 131, 0.5); - border-color: rgba(79, 96, 102, 0.5); } + background-color: rgba(211, 218, 227, 0.5); + border-color: rgba(180, 192, 207, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { - background-color: #001f27; - border-color: black; } + background-color: #313541; + border-color: #1b1d24; } @keyframes needs_attention_keyframes { 0% { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } 100% { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3081,58 +3081,58 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .conflict-row.activatable, .conflict-row.activatable:active { color: white; - background-color: #dc322f; } + background-color: #FC4138; } .conflict-row.activatable:hover { - background-color: #e35d5b; } + background-color: #fd716a; } .conflict-row.activatable:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .nemo-window .nemo-places-sidebar.frame { border-width: 0; } .nemo-window notebook { - background-color: #073642; } + background-color: #404552; } .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #657b83; - border-color: #001317; - background-color: #073642; - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .caja-notebook { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .caja-side-pane .frame { border-width: 1px 0 0; } @@ -3142,21 +3142,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .open-document-selector-treeview.view, iconview.open-document-selector-treeview { padding: 3px 6px 3px 6px; - border-color: #073642; } + border-color: #404552; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #0e3b47; } + background-color: #4a4f5c; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { - color: #657b83; } + color: #D3DAE3; } .open-document-selector-path-label { - color: #365963; + color: #8a909b; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel row button { min-width: 22px; @@ -3170,11 +3170,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3182,27 +3182,27 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: none; box-shadow: none; } .gedit-document-panel row:hover:selected button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } .gedit-side-panel-paned statusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } .gedit-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3239,29 +3239,29 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #268bd2; } + border-top-color: #5294e2; } layouttab { - background-color: #073642; } + background-color: #404552; } layout { - border: 1px solid #001317; + border: 1px solid #2b2e39; -PnlDockBin-handle-size: 1; } eggsearchbar box.search-bar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } pillbox { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 3px; } pillbox:disabled label { - color: rgba(253, 246, 227, 0.5); } + color: rgba(255, 255, 255, 0.5); } docktabstrip { padding: 0 6px; - background-color: #002b36; - border-bottom: 1px solid #001317; } + background-color: #383C4A; + border-bottom: 1px solid #2b2e39; } docktabstrip docktab { min-height: 28px; border: solid transparent; @@ -3271,18 +3271,18 @@ docktabstrip { docktabstrip docktab:checked label, docktabstrip docktab:hover label { opacity: 1; } docktabstrip docktab:checked { - border-color: #001317; - background-color: #073642; } + border-color: #2b2e39; + background-color: #404552; } dockbin { - border: 1px solid #001317; + border: 1px solid #2b2e39; -PnlDockBin-handle-size: 1; } dockpaned { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } dockoverlayedge { - background-color: #002b36; } + background-color: #383C4A; } dockoverlayedge docktabstrip { padding: 0; border: none; } @@ -3311,19 +3311,19 @@ popover.popover-selector { entry.search.preferences-search { border: none; - border-right: 1px solid #001317; - border-bottom: 1px solid #001317; + border-right: 1px solid #2b2e39; + border-bottom: 1px solid #2b2e39; border-radius: 0; } preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #404552, #404552); } preferences stacksidebar.sidebar list separator { background-color: transparent; } devhelppanel entry:focus, symboltreepanel entry:focus { - border-color: #001317; } + border-color: #2b2e39; } button.run-arrow-button { min-width: 12px; } @@ -3338,7 +3338,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #657b83; } + color: #D3DAE3; } configurationview entry.flat { background: none; } @@ -3354,31 +3354,31 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } button.documents-favorite:active, button.documents-favorite:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag, .photos-entry-tag { - color: #fdf6e3; - background: #268bd2; + color: #ffffff; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover, .photos-entry-tag:hover { - color: #fdf6e3; - background: #3295da; } + color: #ffffff; + background: #639fe5; } .documents-entry-tag:active, .photos-entry-tag:active { - color: #fdf6e3; - background: #2380c1; } + color: #ffffff; + background: #4189df; } .content-view.document-page { border-style: solid; @@ -3393,6 +3393,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #404552, #404552); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3404,9 +3408,9 @@ button.documents-favorite:active:hover { #gf-input-source-popup.solid, #gf-candidate-popup, #gf-candidate-popup.solid { - color: #768d96; - background-color: rgba(7, 54, 66, 0.95); - border: 1px solid rgba(3, 24, 29, 0.95); + color: #cfd5de; + background-color: rgba(53, 57, 69, 0.95); + border: 1px solid rgba(35, 38, 46, 0.95); border-radius: 2px; } #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, @@ -3419,14 +3423,14 @@ button.documents-favorite:active:hover { #gf-candidate-popup levelbar block.low, #gf-candidate-popup levelbar block.high, #gf-candidate-popup levelbar block.full { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } #gf-bubble levelbar block.empty, #gf-osd-window levelbar block.empty, #gf-input-source-popup levelbar block.empty, #gf-candidate-popup levelbar block.empty { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } #gf-bubble levelbar trough, #gf-osd-window levelbar trough, @@ -3438,35 +3442,35 @@ button.documents-favorite:active:hover { min-height: 32px; min-width: 40px; } #gf-input-source:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } gf-candidate-box label { padding: 3px; } gf-candidate-box:hover, gf-candidate-box:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } MsdOsdWindow.background.osd { border-radius: 2px; - border: 1px solid rgba(3, 24, 29, 0.95); } + border: 1px solid rgba(35, 38, 46, 0.95); } MsdOsdWindow.background.osd .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-color: red; border-radius: 5px; } MsdOsdWindow.background.osd .trough { - background-color: rgba(5, 35, 43, 0.95); + background-color: rgba(42, 45, 55, 0.95); border: none; border-radius: 5px; } .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { - background-color: #05242c; } + background-color: #2b2e37; } .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, @@ -3474,7 +3478,7 @@ panel-toplevel.background menubar { panel-toplevel.background menubar, panel-toplevel.background #PanelApplet label, panel-toplevel.background #PanelApplet image { - color: #657b83; } + color: #BAC3CF; } .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, @@ -3487,15 +3491,15 @@ panel-toplevel.background #tasklist-button image { .mate-panel-menu-bar .wnck-pager, panel-toplevel.background .wnck-pager { - color: #333e42; - background-color: rgba(0, 0, 0, 0.95); } + color: #5d6268; + background-color: rgba(20, 22, 27, 0.95); } .mate-panel-menu-bar .wnck-pager:hover, panel-toplevel.background .wnck-pager:hover { - background-color: rgba(7, 55, 67, 0.95); } + background-color: rgba(54, 58, 70, 0.95); } .mate-panel-menu-bar .wnck-pager:selected, panel-toplevel.background .wnck-pager:selected { - color: #78b9e6; - background-color: #268bd2; } + color: #a9caf1; + background-color: #5294e2; } .mate-panel-menu-bar na-tray-applet, panel-toplevel.background na-tray-applet { @@ -3503,39 +3507,39 @@ panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; -gtk-icon-shadow: none; } #tasklist-button { - color: rgba(101, 123, 131, 0.8); + color: rgba(186, 195, 207, 0.8); border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } #tasklist-button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } .mate-panel-menu-bar button:not(#tasklist-button), panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { - color: #657b83; + color: #BAC3CF; border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } .mate-panel-menu-bar button:hover:not(#tasklist-button), panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .mate-panel-menu-bar button:active:not(#tasklist-button), panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .mate-panel-menu-bar button:active:not(#tasklist-button) label, panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, @@ -3545,8 +3549,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto .nautilus-window .floating-bar { padding: 1px; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { border-top-left-radius: 0; } @@ -3561,21 +3565,21 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.22); } + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3644,40 +3648,40 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration .top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97), rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3689,7 +3693,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3762,20 +3766,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar label { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3787,7 +3791,7 @@ GraniteWidgetsStaticNotebook .frame { toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button { padding: 0 3px 0 3px; } @@ -3795,8 +3799,8 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } toolbar.bottom-toolbar button, .bottom-toolbar.inline-toolbar button { padding: 2px 3px 2px 3px; } @@ -3807,15 +3811,15 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list, .source-list.view, iconview.source-list { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:hover, iconview.source-list:hover { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, iconview.source-list:selected, .source-list.view:hover:selected, @@ -3823,14 +3827,14 @@ iconview.source-list:hover:selected, .source-list.view:selected:focus, iconview.source-list:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list scrollbar, .source-list junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3839,8 +3843,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3849,11 +3853,11 @@ iconview.source-list:selected:focus, .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:hover:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3866,16 +3870,16 @@ iconview.source-list:selected:focus, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome label { - color: #33535d; + color: #868b97; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3890,7 +3894,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642, #073642); + background-image: linear-gradient(to bottom, #404552, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3911,7 +3915,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3922,17 +3926,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font-weight: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #BAC3CF; + font-weight: bold; } #panel_window menubar menuitem:disabled { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { @@ -3944,64 +3949,64 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame button { - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } #content_frame button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } #content_frame button:active, #content_frame button:checked { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } #content_frame button:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } #buttonbox_frame { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(0, 27, 34, 0.97); } + box-shadow: inset 0 1px rgba(38, 42, 51, 0.97); } #buttonbox_frame button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4013,44 +4018,44 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; color: green; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(5, 35, 43, 0.95), rgba(5, 35, 43, 0.95)); } + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); } filechooser paned > separator { - background-image: linear-gradient(to bottom, rgba(5, 35, 43, 0.95), rgba(5, 35, 43, 0.95)); } + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4059,23 +4064,23 @@ filechooser.csd.background, filechooser placessidebar list, filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } filechooser placessidebar.sidebar row.sidebar-row, .nautilus-window placessidebar.sidebar row.sidebar-row { border: none; - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(101, 123, 131, 0.4); } + color: rgba(186, 195, 207, 0.4); } filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, @@ -4084,23 +4089,23 @@ filechooser placessidebar.sidebar, color: inherit; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { opacity: 0.5; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { color: inherit; } @@ -4108,36 +4113,36 @@ filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #b58900; } + color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #fdf6e3; } + color: #ffffff; } filechooser placessidebar.sidebar separator, .nautilus-window placessidebar.sidebar separator { background-color: transparent; } filechooser.maximized placessidebar.sidebar, .nautilus-window.maximized placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } .nemo-window .sidebar { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); } .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { - color: rgba(56, 90, 100, 0.975); } + color: rgba(123, 129, 141, 0.975); } .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar separator { background-color: transparent; } @@ -4145,150 +4150,150 @@ filechooser.maximized placessidebar.sidebar, .caja-side-pane > notebook > stack > widget > box, .caja-side-pane text, .caja-side-pane treeview { - color: #657b83; - caret-color: #657b83; - background-color: #073642; } + color: #BAC3CF; + caret-color: #BAC3CF; + background-color: #353945; } .caja-side-pane > box button:not(:active):not(:checked) { - color: #657b83; } + color: #BAC3CF; } .caja-side-pane .frame { - border-color: #05232b; } + border-color: #2a2d37; } .caja-side-pane junction { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } filechooser actionbar { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(0, 0, 0, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(20, 21, 26, 0.95); } filechooser actionbar label, filechooser actionbar combobox { - color: #657b83; } + color: #BAC3CF; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(5, 35, 43, 0.95), rgba(5, 35, 43, 0.95)); } + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, #001317, #001317); } + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel row { - color: #657b83; - background-color: rgba(101, 123, 131, 0); } + color: #BAC3CF; + background-color: rgba(186, 195, 207, 0); } .gedit-document-panel row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:active button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #BAC3CF; } filechooser actionbar button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } filechooser actionbar button:active, filechooser actionbar button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } filechooser actionbar button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } filechooser actionbar entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } filechooser actionbar entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { - border-color: rgba(5, 35, 43, 0.95); } + border-color: rgba(42, 45, 55, 0.95); } filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } filechooser placessidebar.sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } filechooser placessidebar.sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { background-color: transparent; } filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { - background-color: rgba(5, 35, 43, 0.95); } - -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; + background-color: rgba(42, 45, 55, 0.95); } + +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color content_view_bg #073642; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color content_view_bg #404552; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index fb2cffe..5d7d54c 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; @@ -31,18 +31,18 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:disabled { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view, iconview, .view text, iconview text, textview text { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, @@ -53,12 +53,12 @@ textview text { border-radius: 2px; } textview border { - background-color: #f9f6ed; } + background-color: #fafbfb; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } flowbox flowboxchild { padding: 3px; @@ -71,8 +71,8 @@ popover.background label.separator { color: #5c616c; } label selection { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -82,7 +82,7 @@ popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar opacity: 0.55; } assistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } assistant.csd .sidebar { @@ -92,18 +92,18 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } textview { - background-color: #fdf6e3; } + background-color: #ffffff; } popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, popover.background.osd, popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; box-shadow: none; } @@ -129,12 +129,12 @@ entry { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; } + border-color: #cfd6e6; + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7c7f84; } + color: #7d8189; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -150,75 +150,75 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); } entry.warning { color: white; - border-color: #cb4b16; - background-color: #df8f68; } + border-color: #F27835; + background-color: #f7ae86; } entry.warning image { color: white; } entry.warning:focus { color: white; - background-color: #cb4b16; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } entry.error { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.error image { color: white; } entry.error:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry.search-missing { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.search-missing image { color: white; } entry.search-missing:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry:drop(active):focus, entry:drop(active) { - border-color: #b58900; + border-color: #F08437; box-shadow: none; } .osd entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } .osd entry selection:focus, .osd entry selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -227,15 +227,15 @@ entry { treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #268bd2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -245,7 +245,7 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } button separator { margin: 4px 1px; } @@ -261,13 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { @@ -276,22 +276,22 @@ button { button:active { color: #5c616c; } button:active:hover, button:checked { - color: #fdf6e3; } + color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; } button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { color: rgba(92, 97, 108, 0.55); } button:disabled:active, button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } button.image-button { min-width: 24px; padding-left: 5px; @@ -315,122 +315,122 @@ button { padding-right: 8px; padding-left: 8px; } button:drop(active), combobox:drop(active) button.combo { - color: #b58900; - border-color: #b58900; + color: #F08437; + border-color: #F08437; box-shadow: none; } button.osd { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } button.osd.image-button { padding: 0; min-height: 36px; min-width: 36px; } button.osd:hover { - color: #268bd2; } + color: #5294e2; } button.osd:active, button.osd:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } button.osd:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd button:active, .osd button:checked { background-clip: padding-box; - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd button.flat, .osd button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd button.flat:disabled, .osd button.sidebar-button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } button.suggested-action.flat, button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.suggested-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } button.destructive-action.flat, button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.destructive-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { color: rgba(92, 97, 108, 0.55); } @@ -455,7 +455,7 @@ button { background-image: none; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -469,93 +469,93 @@ button { .inline-toolbar toolbutton > button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { color: rgba(92, 97, 108, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -576,79 +576,79 @@ button { border-left-style: none; } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > entry + entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > entry.error + entry, .linked.vertical > entry + entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.warning + entry, .linked.vertical > entry + entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.error + entry.warning, .linked.vertical > entry.warning + entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry + entry.warning:focus:not(:last-child), .linked.vertical > entry + entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.warning:focus:not(:only-child) + entry, .linked.vertical > entry.warning:focus:not(:only-child) + button, .linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry + entry.error:focus:not(:last-child), .linked.vertical > entry + entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.error:focus:not(:only-child) + entry, .linked.vertical > entry.error:focus:not(:only-child) + button, .linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.5); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); } .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -746,24 +746,24 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } *:link, button:link, button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, button:hover:link, button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, button:active:link, button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { - color: #d2e1e0; } + color: #dceaf9; } button:link > label, button:visited > label { text-decoration-line: underline; } @@ -772,7 +772,7 @@ spinbutton:drop(active) { box-shadow: none; } spinbutton button:active { - color: #fdf6e3; } + color: #ffffff; } spinbutton:disabled { color: rgba(92, 97, 108, 0.55); } @@ -789,11 +789,11 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } spinbutton:not(.vertical) > button:first-child:hover:not(:active), spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -801,14 +801,14 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #268bd2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { - border-left-color: #b58900; } + border-left-color: #F08437; } .osd spinbutton:not(.vertical) > button:hover:not(:active), .osd spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(1, 9, 11, 0.35); } + box-shadow: inset 1px 0 rgba(26, 28, 34, 0.35); } .osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), .osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -816,7 +816,7 @@ spinbutton:not(.vertical) > entry:drop(active) + button { box-shadow: none; } .osd spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(1, 9, 11, 0.35); } + border-left-color: rgba(26, 28, 34, 0.35); } spinbutton.vertical button, spinbutton.vertical entry { padding-left: 4px; @@ -827,10 +827,10 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #268bd2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { - border-top-color: #b58900; } + border-top-color: #F08437; } combobox button.combo { min-width: 0; @@ -858,7 +858,7 @@ toolbar, .inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { border-radius: 0; } toolbar.osd.top, .osd.top.inline-toolbar { @@ -881,12 +881,12 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, rgba(0, 15, 18, 0.97)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -914,22 +914,22 @@ headerbar, padding: 0 7px; border-width: 0 0 1px; border-style: solid; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } .csd headerbar, .csd .titlebar:not(headerbar) { - background-color: rgba(0, 43, 54, 0.97); - border-color: rgba(0, 27, 34, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-color: rgba(38, 42, 51, 0.97); } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { - background-color: rgba(0, 49, 62, 0.97); } + background-color: rgba(50, 56, 67, 0.97); } headerbar .title, .titlebar:not(headerbar) .title { padding-left: 12px; padding-right: 12px; } @@ -939,14 +939,14 @@ headerbar, padding-right: 12px; } headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu { box-shadow: none; padding-left: 10px; @@ -957,7 +957,7 @@ headerbar, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { - background-color: #268bd2; } + background-color: #5294e2; } .tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), @@ -967,11 +967,11 @@ headerbar, border-radius: 0; } .maximized headerbar, .maximized .titlebar:not(headerbar) { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) { - background-color: #00313e; } + background-color: #323843; } headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop, @@ -981,7 +981,7 @@ headerbar, .csd .default-decoration.titlebar:backdrop:not(headerbar) { min-height: 28px; padding: 0 3px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized @@ -992,7 +992,7 @@ headerbar, .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { border-radius: 3px 3px 0 0; } @@ -1026,330 +1026,330 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to bottom, rgba(0, 27, 34, 0.97), rgba(0, 27, 34, 0.97)); } + background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); } .primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { +.primary-toolbar entry, headerbar entry { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { - color: #fdf6e3; + .primary-toolbar entry:focus, headerbar entry:focus { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { - color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.22); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { - background-color: #fdf6e3; - color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { - border-color: #268bd2; + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: #ffffff; } + .primary-toolbar entry:disabled, headerbar entry:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #ffffff; + color: #5294e2; } + .primary-toolbar entry progress, headerbar entry progress { + border-color: #5294e2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(125, 63, 34, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(167, 94, 57, 0.988); } + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; - background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + background-color: #F27835; } + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; - color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + color: #F27835; } + .primary-toolbar entry.error, headerbar entry.error { color: white; - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(135, 47, 50, 0.988); } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(173, 60, 59, 0.988); } + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; - background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + background-color: #FC4138; } + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { - color: rgba(89, 128, 143, 0.8); +.primary-toolbar button, headerbar button { + color: rgba(207, 218, 231, 0.8); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { - color: #fdf6e3; + .primary-toolbar button:hover, headerbar button:hover { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } - -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { + .primary-toolbar button:disabled, headerbar button:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { + color: rgba(207, 218, 231, 0.35); } + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } + +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { - background-color: rgba(0, 193, 243, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { - color: #fdf6e3; +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + background-color: rgba(134, 144, 165, 0.37); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(89, 128, 143, 0.4); } + background-color: #5294e2; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + color: #4DADD4; } + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + background-color: #76c0de; + border-color: #76c0de; } + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + color: #F04A50; } + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { - color: #fdf6e3; - caret-color: #fdf6e3; } +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { - background-color: rgba(0, 193, 243, 0.37); } +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { + background-color: rgba(134, 144, 165, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { - color: #fdf6e3; +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { + border-left-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { - color: rgba(89, 128, 143, 0.2); } +.primary-toolbar combobox:disabled, headerbar combobox:disabled { + color: rgba(207, 218, 231, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: #fdf6e3; + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.22); } + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { - background-color: rgba(0, 0, 0, 0.37); } +.primary-toolbar progressbar trough, headerbar progressbar trough { + background-color: rgba(21, 23, 28, 0.37); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { - background-color: #005469; - border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { - background-color: #006883; - border-color: rgba(0, 0, 0, 0.67); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { - background-color: #268bd2; - border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { - background-color: rgba(0, 72, 90, 0.991); - border-color: rgba(0, 0, 0, 0.67); } - -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { - background-color: rgba(0, 0, 0, 0.37); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(0, 0, 0, 0.27); } +.primary-toolbar scale slider, headerbar scale slider { + background-color: #454c5c; + border-color: rgba(21, 23, 28, 0.67); } + .primary-toolbar scale slider:hover, headerbar scale slider:hover { + background-color: #50586b; + border-color: rgba(21, 23, 28, 0.67); } + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #5294e2; + border-color: #5294e2; } + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: rgba(63, 69, 84, 0.991); + border-color: rgba(21, 23, 28, 0.67); } + +.primary-toolbar scale trough, headerbar scale trough { + background-color: rgba(21, 23, 28, 0.37); } + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + background-color: rgba(21, 23, 28, 0.27); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1384,54 +1384,54 @@ treeview.view { -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #268bd2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } treeview.view:disabled { color: rgba(92, 97, 108, 0.55); } treeview.view:disabled:selected { - color: #7cb6d9; } + color: #97bfee; } treeview.view.separator { min-height: 2px; color: rgba(0, 0, 0, 0.1); } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { color: #5c616c; } treeview.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } treeview.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.progressbar, treeview.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-color: #268bd2; } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view.trough { color: #5c616c; - background-color: #657b83; + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; border-width: 0; } @@ -1440,18 +1440,18 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7c7f84; - background-color: #fdf6e3; + color: #7d8189; + background-color: #ffffff; background-image: none; border-style: none solid none none; border-radius: 0; - border-image: linear-gradient(to bottom, #fdf6e3 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #fdf6e3 80%) 0 1 0 0/0 1px 0 0 stretch; } + border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:hover { - color: #268bd2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view header button:active:hover { color: #5c616c; } treeview.view header button:disabled { @@ -1467,8 +1467,8 @@ treeview.view { treeview.view header.button.dnd:active { padding: 0 6px; transition: none; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1476,11 +1476,11 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1488,11 +1488,11 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } menu, @@ -1500,7 +1500,7 @@ menu, margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd menu, .csd .menu { @@ -1513,13 +1513,13 @@ menu, .csd .menu separator { margin: 2px 0; - background-color: #fdf6e3; } + background-color: #ffffff; } menu .separator:not(label), .csd menu .separator:not(label), .menu .separator:not(label), .csd .menu .separator:not(label) { - color: #fdf6e3; } + color: #ffffff; } menu menuitem, .menu menuitem { min-height: 16px; @@ -1527,8 +1527,8 @@ menu, padding: 5px; } menu menuitem:hover, .menu menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1563,21 +1563,21 @@ menu, min-width: 16px; min-height: 16px; padding: 4px; - background-color: #fdf6e3; + background-color: #ffffff; border-radius: 0; } menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #ede7d7; + border-bottom: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #ede7d7; + border-top: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #ede7d7; } + background-color: #efeff0; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1589,7 +1589,7 @@ popover.background { padding: 2px; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .csd popover, popover, .csd popover.background, @@ -1597,7 +1597,7 @@ popover.background { border: 1px solid #cdd2d7; } popover separator, popover.background separator { - background-color: #fdf6e3; } + background-color: #ffffff; } popover > list, popover > .view, popover > iconview, @@ -1642,7 +1642,7 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #fdf6e3; } + background-color: #ffffff; } notebook > header { padding: 2px; background-color: #F5F6F7; } @@ -1736,14 +1736,14 @@ notebook { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { color: rgba(92, 97, 108, 0.55); - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { color: rgba(92, 97, 108, 0.775); - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; @@ -1753,10 +1753,10 @@ notebook { notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #268bd2; } + color: #5294e2; } scrollbar { - background-color: #fdf4de; + background-color: #fcfcfc; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; @@ -1790,7 +1790,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -2124,13 +2124,13 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: #657b83; } + background-color: #cfd6e6; } scale trough:disabled { - background-color: rgba(101, 123, 131, 0.55); } + background-color: rgba(207, 214, 230, 0.55); } .osd scale trough { - background-color: rgba(10, 80, 98, 0.95); } + background-color: rgba(69, 74, 89, 0.95); } .osd scale trough highlight { - background-color: #268bd2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2138,28 +2138,28 @@ scale { menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #fdf6e3; } + background-color: #ffffff; } menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: #9cc6db; } + background-color: #b1cff2; } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #268bd2; } + background-color: #5294e2; } scale highlight:disabled { - background-color: rgba(38, 139, 210, 0.55); } + background-color: rgba(82, 148, 226, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { background-color: #fbfbfc; - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 100%; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border; } @@ -2167,42 +2167,42 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { - background-color: #f9f6ec; - border-color: rgba(45, 55, 59, 0.3); } + background-color: #fbfbfb; + border-color: rgba(123, 142, 186, 0.3); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #fdf6e3; - border-color: #fdf6e3; } + background-color: #ffffff; + border-color: #ffffff; } menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: #dde6e0; - border-color: #dde6e0; } + background-color: #e5effb; + border-color: #e5effb; } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: #92c1db; - border-color: #92c1db; } + background-color: #a9caf1; + border-color: #a9caf1; } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: #9cc6db; - border-color: #9cc6db; } + background-color: #b1cff2; + border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { - background-color: #4ca2df; - border-color: #4ca2df; } + background-color: #7eafe9; + border-color: #7eafe9; } .osd scale slider:active { - background-color: #1e6ea7; - border-color: #1e6ea7; } + background-color: #2679db; + border-color: #2679db; } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -2255,17 +2255,17 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } row:selected progressbar progress, infobar progressbar progress { - background-color: #fdf6e3; } + background-color: #ffffff; } progressbar trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } row:selected progressbar trough, infobar progressbar trough { background-color: rgba(0, 0, 0, 0.2); } @@ -2282,7 +2282,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } levelbar.horizontal.discrete block { margin: 0 1px; } @@ -2291,21 +2291,21 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } levelbar block.high { - border-color: #268bd2; - background-color: #268bd2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } levelbar block.empty { background-color: rgba(92, 97, 108, 0.2); @@ -2313,7 +2313,7 @@ levelbar block.empty { printdialog paper { border: 1px solid #dcdfe3; - background: #fdf6e3; + background: #ffffff; padding: 0; } printdialog .dialog-action-box { @@ -2333,7 +2333,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2342,7 +2342,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2351,7 +2351,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2360,7 +2360,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2411,7 +2411,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -2421,7 +2421,7 @@ separator { min-height: 1px; } list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } list row { padding: 2px; } @@ -2441,41 +2441,41 @@ row.activatable:disabled { color: inherit; } row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .app-notification { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification border { border: none; } .app-notification button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification button.flat, .app-notification button.sidebar-button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification button:active, .app-notification button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } expander arrow { min-width: 16px; @@ -2511,8 +2511,8 @@ calendar { messagedialog .titlebar { min-height: 20px; - background-color: rgba(0, 43, 54, 0.97); - border-bottom: 1px solid rgba(0, 15, 18, 0.97); } + background-color: rgba(47, 52, 63, 0.97); + border-bottom: 1px solid rgba(32, 35, 43, 0.97); } messagedialog .dialog-action-area button { padding: 8px; @@ -2604,18 +2604,18 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to bottom, #b58900, #b58900); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #b58900, inset 0 -1px #b58900; } + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #b58900; } + color: #F08437; } placessidebar row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #fdf6e3; } + color: #ffffff; } placesview .server-list-button > image { -gtk-icon-transform: rotate(0turn); } @@ -2637,7 +2637,7 @@ paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to bottom, #268bd2, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; @@ -2675,52 +2675,52 @@ paned.vertical > separator { infobar { border-style: none; } infobar.info, infobar.question, infobar.warning, infobar.error { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; caret-color: currentColor; } infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { - color: rgba(253, 246, 227, 0.4); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + color: rgba(255, 255, 255, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { - color: #268bd2; - background-color: #fdf6e3; - border-color: #fdf6e3; } +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { + color: #5294e2; + background-color: #ffffff; + border-color: #ffffff; } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled { - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.4); } + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { - color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #268bd2; - background-color: rgba(253, 246, 227, 0.5); - border-color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.5); } + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + color: #5294e2; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } tooltip.background label { padding: 4px; } @@ -2728,7 +2728,7 @@ tooltip { background-color: transparent; } tooltip * { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } colorswatch, colorswatch:drop(active) { border-style: none; } @@ -2786,11 +2786,11 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { border-color: transparent; @@ -2807,13 +2807,13 @@ colorchooser .popover.osd { border-radius: 3px; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-icon-effect: highlight; } .scale-popup button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .context-menu, popover.touch-selection, .csd popover.touch-selection, @@ -2839,7 +2839,7 @@ button.circular-button { min-height: 20px; padding: 3px 6px 4px 6px; color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } @@ -2852,15 +2852,15 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima *:drop(active):focus, *:drop(active) { - box-shadow: inset 0 0 0 1px #b58900; } + box-shadow: inset 0 0 0 1px #F08437; } decoration { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } decoration:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.87), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2); transition: 200ms ease-out; } .fullscreen decoration, .tiled decoration { @@ -2884,7 +2884,7 @@ decoration { .solid-csd decoration { border-radius: 0; margin: 1px; - background-color: rgba(0, 43, 54, 0.97); + background-color: rgba(47, 52, 63, 0.97); box-shadow: none; } headerbar.default-decoration button.titlebutton, @@ -2901,18 +2901,18 @@ headerbar button.titlebutton, border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, @@ -2977,7 +2977,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: #268bd2; } + background-color: #5294e2; } row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, iconview text:selected:focus, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, @@ -2991,7 +2991,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - color: #fdf6e3; } + color: #ffffff; } row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, @@ -3001,7 +3001,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { - color: #92c1db; } + color: #a9caf1; } .gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, terminal-window notebook > header.top > tabs > tab:checked { @@ -3010,7 +3010,7 @@ terminal-window notebook > header.top > tabs > tab:checked { terminal-window notebook > header.top, .mate-terminal notebook > header.top { padding-top: 3px; - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } terminal-window notebook > header.top button, .mate-terminal notebook > header.top button { padding: 0; @@ -3026,7 +3026,7 @@ terminal-window notebook > header.top, .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, @@ -3036,7 +3036,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } .nautilus-window searchbar { border-top: 1px solid #dcdfe3; } @@ -3046,7 +3046,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .disk-space-display { border-style: solid; @@ -3055,21 +3055,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @keyframes needs_attention_keyframes { 0% { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } 100% { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3080,54 +3080,54 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .conflict-row.activatable, .conflict-row.activatable:active { color: white; - background-color: #dc322f; } + background-color: #FC4138; } .conflict-row.activatable:hover { - background-color: #e35d5b; } + background-color: #fd716a; } .conflict-row.activatable:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .nemo-window .nemo-places-sidebar.frame { border-width: 0; } .nemo-window notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover { - background-color: rgba(0, 193, 243, 0.37); } + background-color: rgba(134, 144, 165, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37), inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.37); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3140,21 +3140,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .open-document-selector-treeview.view, iconview.open-document-selector-treeview { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel row button { min-width: 22px; @@ -3180,7 +3180,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: none; box-shadow: none; } .gedit-document-panel row:hover:selected button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; @@ -3238,10 +3238,10 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #268bd2; } + border-top-color: #5294e2; } layouttab { - background-color: #fdf6e3; } + background-color: #ffffff; } layout { border: 1px solid #dcdfe3; @@ -3251,11 +3251,11 @@ eggsearchbar box.search-bar { border-bottom: 1px solid #dcdfe3; } pillbox { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 3px; } pillbox:disabled label { - color: rgba(253, 246, 227, 0.5); } + color: rgba(255, 255, 255, 0.5); } docktabstrip { padding: 0 6px; @@ -3271,7 +3271,7 @@ docktabstrip { opacity: 1; } docktabstrip docktab:checked { border-color: #dcdfe3; - background-color: #fdf6e3; } + background-color: #ffffff; } dockbin { border: 1px solid #dcdfe3; @@ -3315,7 +3315,7 @@ entry.search.preferences-search { border-radius: 0; } preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } preferences stacksidebar.sidebar list separator { background-color: transparent; } @@ -3353,8 +3353,8 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { @@ -3363,21 +3363,21 @@ button.documents-load-more { button.documents-favorite:active, button.documents-favorite:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag, .photos-entry-tag { - color: #fdf6e3; - background: #268bd2; + color: #ffffff; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover, .photos-entry-tag:hover { - color: #fdf6e3; - background: #3295da; } + color: #ffffff; + background: #639fe5; } .documents-entry-tag:active, .photos-entry-tag:active { - color: #fdf6e3; - background: #2380c1; } + color: #ffffff; + background: #4189df; } .content-view.document-page { border-style: solid; @@ -3392,6 +3392,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3403,9 +3407,9 @@ button.documents-favorite:active:hover { #gf-input-source-popup.solid, #gf-candidate-popup, #gf-candidate-popup.solid { - color: #768d96; - background-color: rgba(7, 54, 66, 0.95); - border: 1px solid rgba(3, 24, 29, 0.95); + color: #cfd5de; + background-color: rgba(53, 57, 69, 0.95); + border: 1px solid rgba(35, 38, 46, 0.95); border-radius: 2px; } #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, @@ -3418,14 +3422,14 @@ button.documents-favorite:active:hover { #gf-candidate-popup levelbar block.low, #gf-candidate-popup levelbar block.high, #gf-candidate-popup levelbar block.full { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } #gf-bubble levelbar block.empty, #gf-osd-window levelbar block.empty, #gf-input-source-popup levelbar block.empty, #gf-candidate-popup levelbar block.empty { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } #gf-bubble levelbar trough, #gf-osd-window levelbar trough, @@ -3437,35 +3441,35 @@ button.documents-favorite:active:hover { min-height: 32px; min-width: 40px; } #gf-input-source:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } gf-candidate-box label { padding: 3px; } gf-candidate-box:hover, gf-candidate-box:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } MsdOsdWindow.background.osd { border-radius: 2px; - border: 1px solid rgba(3, 24, 29, 0.95); } + border: 1px solid rgba(35, 38, 46, 0.95); } MsdOsdWindow.background.osd .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-color: red; border-radius: 5px; } MsdOsdWindow.background.osd .trough { - background-color: rgba(5, 35, 43, 0.95); + background-color: rgba(42, 45, 55, 0.95); border: none; border-radius: 5px; } .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { - background-color: #05242c; } + background-color: #2b2e37; } .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, @@ -3473,7 +3477,7 @@ panel-toplevel.background menubar { panel-toplevel.background menubar, panel-toplevel.background #PanelApplet label, panel-toplevel.background #PanelApplet image { - color: #657b83; } + color: #BAC3CF; } .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, @@ -3486,15 +3490,15 @@ panel-toplevel.background #tasklist-button image { .mate-panel-menu-bar .wnck-pager, panel-toplevel.background .wnck-pager { - color: #333e42; - background-color: rgba(0, 0, 0, 0.95); } + color: #5d6268; + background-color: rgba(20, 22, 27, 0.95); } .mate-panel-menu-bar .wnck-pager:hover, panel-toplevel.background .wnck-pager:hover { - background-color: rgba(7, 55, 67, 0.95); } + background-color: rgba(54, 58, 70, 0.95); } .mate-panel-menu-bar .wnck-pager:selected, panel-toplevel.background .wnck-pager:selected { - color: #78b9e6; - background-color: #268bd2; } + color: #a9caf1; + background-color: #5294e2; } .mate-panel-menu-bar na-tray-applet, panel-toplevel.background na-tray-applet { @@ -3502,39 +3506,39 @@ panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; -gtk-icon-shadow: none; } #tasklist-button { - color: rgba(101, 123, 131, 0.8); + color: rgba(186, 195, 207, 0.8); border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } #tasklist-button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } .mate-panel-menu-bar button:not(#tasklist-button), panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { - color: #657b83; + color: #BAC3CF; border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } .mate-panel-menu-bar button:hover:not(#tasklist-button), panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .mate-panel-menu-bar button:active:not(#tasklist-button), panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .mate-panel-menu-bar button:active:not(#tasklist-button) label, panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, @@ -3544,8 +3548,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto .nautilus-window .floating-bar { padding: 1px; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { border-top-left-radius: 0; } @@ -3560,21 +3564,21 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.37); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.37); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.37); - background-color: rgba(0, 132, 166, 0.22); } + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.37); + background-color: rgba(95, 105, 127, 0.22); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3643,40 +3647,40 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration .top { - border: 1px solid rgba(0, 15, 18, 0.97); + border: 1px solid rgba(32, 35, 43, 0.97); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px rgba(0, 55, 69, 0.97); } + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 15, 18, 0.97), rgba(0, 15, 18, 0.97)); } + background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3688,7 +3692,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(0, 75, 95, 0.97); + background-color: rgba(64, 71, 86, 0.97); border-radius: 0px; padding: 0px; color: white; } @@ -3761,13 +3765,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar label { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3822,8 +3826,8 @@ iconview.source-list:hover:selected, .source-list.view:selected:focus, iconview.source-list:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3838,8 +3842,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3848,8 +3852,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:hover:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3865,7 +3869,7 @@ iconview.source-list:selected:focus, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome label { color: #a9acb2; @@ -3889,7 +3893,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3921,17 +3925,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font-weight: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #BAC3CF; + font-weight: bold; } #panel_window menubar menuitem:disabled { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { @@ -3955,18 +3960,18 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { color: rgba(92, 97, 108, 0.55); } @@ -3975,29 +3980,29 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -4012,48 +4017,48 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; color: green; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95), rgba(7, 54, 66, 0.95)); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); } .nautilus-window paned > separator:dir(ltr) { margin-left: -1px; } .nautilus-window paned > separator:dir(rtl) { margin-right: -1px; } filechooser paned > separator { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95), rgba(7, 54, 66, 0.95)); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4062,23 +4067,23 @@ filechooser.csd.background, filechooser placessidebar list, filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } filechooser placessidebar.sidebar row.sidebar-row, .nautilus-window placessidebar.sidebar row.sidebar-row { border: none; - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(101, 123, 131, 0.4); } + color: rgba(186, 195, 207, 0.4); } filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, @@ -4087,23 +4092,23 @@ filechooser placessidebar.sidebar, color: inherit; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { opacity: 0.5; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { color: inherit; } @@ -4111,36 +4116,36 @@ filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #b58900; } + color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #fdf6e3; } + color: #ffffff; } filechooser placessidebar.sidebar separator, .nautilus-window placessidebar.sidebar separator { background-color: transparent; } filechooser.maximized placessidebar.sidebar, .nautilus-window.maximized placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } .nemo-window .sidebar { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); } .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { - color: rgba(56, 90, 100, 0.975); } + color: rgba(123, 129, 141, 0.975); } .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar separator { background-color: transparent; } @@ -4148,150 +4153,150 @@ filechooser.maximized placessidebar.sidebar, .caja-side-pane > notebook > stack > widget > box, .caja-side-pane text, .caja-side-pane treeview { - color: #657b83; - caret-color: #657b83; - background-color: #073642; } + color: #BAC3CF; + caret-color: #BAC3CF; + background-color: #353945; } .caja-side-pane > box button:not(:active):not(:checked) { - color: #657b83; } + color: #BAC3CF; } .caja-side-pane .frame { - border-color: #05232b; } + border-color: #2a2d37; } .caja-side-pane junction { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } filechooser actionbar { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(4, 28, 34, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(37, 40, 49, 0.95); } filechooser actionbar label, filechooser actionbar combobox { - color: #657b83; } + color: #BAC3CF; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95), rgba(7, 54, 66, 0.95)); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); } .gedit-bottom-panel-paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel row { - color: #657b83; - background-color: rgba(101, 123, 131, 0); } + color: #BAC3CF; + background-color: rgba(186, 195, 207, 0); } .gedit-document-panel row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:active button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #BAC3CF; } filechooser actionbar button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } filechooser actionbar button:active, filechooser actionbar button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } filechooser actionbar button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } filechooser actionbar entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } filechooser actionbar entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { - border-color: rgba(5, 35, 43, 0.95); } + border-color: rgba(42, 45, 55, 0.95); } filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } filechooser placessidebar.sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } filechooser placessidebar.sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { background-color: transparent; } filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index c8c79aa..747f10a 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; @@ -15,34 +15,34 @@ -gtk-outline-radius: 2px; } .background { - color: #657b83; - background-color: #002b36; } + color: #D3DAE3; + background-color: #383C4A; } *:disabled { -gtk-icon-effect: dim; } .gtkstyle-fallback { - background-color: #002b36; - color: #657b83; } + background-color: #383C4A; + color: #D3DAE3; } .gtkstyle-fallback:hover { - background-color: #005469; - color: #657b83; } + background-color: #4e5467; + color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #000203; - color: #657b83; } + background-color: #22242d; + color: #D3DAE3; } .gtkstyle-fallback:disabled { - background-color: #003340; - color: rgba(101, 123, 131, 0.45); } + background-color: #3c4150; + color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view, iconview, .view text, iconview text, textview text { - color: #657b83; - background-color: #073642; } + color: #D3DAE3; + background-color: #404552; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, @@ -53,12 +53,12 @@ textview text { border-radius: 2px; } textview border { - background-color: #04313c; } + background-color: #3c414e; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } flowbox flowboxchild { padding: 3px; @@ -68,22 +68,22 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #657b83; } + color: #D3DAE3; } label selection { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } label:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { opacity: 0.55; } assistant .sidebar { - background-color: #073642; - border-top: 1px solid #001317; } + background-color: #404552; + border-top: 1px solid #2b2e39; } assistant.csd .sidebar { border-top-style: none; } @@ -92,18 +92,18 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } textview { - background-color: #073642; } + background-color: #404552; } popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, popover.background.osd, popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; box-shadow: none; } @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #657b83; - border-color: #001317; - background-color: #073642; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; } entry.search { border-radius: 20px; } entry image { - color: #526d76; } + color: #b6bcc6; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,77 +149,77 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #657b83; - border-color: #001317; - background-color: #073642; - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } entry:disabled { - color: rgba(101, 123, 131, 0.45); - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(7, 54, 66, 0.55); } + color: rgba(211, 218, 227, 0.45); + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(64, 69, 82, 0.55); } entry.warning { color: white; - border-color: #001317; - background-color: #7d4328; } + border-color: #2b2e39; + background-color: #ab6441; } entry.warning image { color: white; } entry.warning:focus { color: white; - background-color: #cb4b16; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } entry.error { color: white; - border-color: #001317; - background-color: #873437; } + border-color: #2b2e39; + background-color: #b14342; } entry.error image { color: white; } entry.error:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry.search-missing { color: white; - border-color: #001317; - background-color: #873437; } + border-color: #2b2e39; + background-color: #b14342; } entry.search-missing image { color: white; } entry.search-missing:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry:drop(active):focus, entry:drop(active) { - border-color: #b58900; + border-color: #F08437; box-shadow: none; } .osd entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.25); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.25); } .osd entry selection:focus, .osd entry selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -228,15 +228,15 @@ entry { treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #073642; } + background-color: #404552; } treeview entry.flat:focus, treeview entry:focus { - border-color: #268bd2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -245,9 +245,9 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } button separator { margin: 4px 1px; } button.flat, button.sidebar-button { @@ -261,38 +261,38 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; -gtk-icon-effect: highlight; } button:active, button:checked { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; background-clip: padding-box; transition-duration: 50ms; } button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { color: inherit; opacity: 0.6; } button:active { - color: #657b83; } + color: #D3DAE3; } button:active:hover, button:checked { - color: #fdf6e3; } + color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; } button:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } button:disabled label, button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button:disabled:active, button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } button.image-button { min-width: 24px; padding-left: 5px; @@ -316,125 +316,125 @@ button { padding-right: 8px; padding-left: 8px; } button:drop(active), combobox:drop(active) button.combo { - color: #b58900; - border-color: #b58900; + color: #F08437; + border-color: #F08437; box-shadow: none; } button.osd { - color: #657b83; - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + background-color: #353945; + border-color: #23262e; } button.osd.image-button { padding: 0; min-height: 36px; min-width: 36px; } button.osd:hover { - color: #268bd2; } + color: #5294e2; } button.osd:active, button.osd:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } button.osd:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd button:active, .osd button:checked { background-clip: padding-box; - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd button.flat, .osd button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd button.flat:disabled, .osd button.sidebar-button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } button.suggested-action.flat, button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button.suggested-action:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } button.destructive-action.flat, button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } button.destructive-action:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -456,7 +456,7 @@ button { background-image: none; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; } @@ -469,94 +469,94 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } .inline-toolbar toolbutton > button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: rgba(0, 19, 23, 0.3); } + border-left-color: rgba(43, 46, 57, 0.3); } .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #001317; } + border-left-color: #2b2e39; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -577,79 +577,79 @@ button { border-left-style: none; } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5), inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } .linked.vertical > entry + entry { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry.error + entry, .linked.vertical > entry + entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry.warning + entry, .linked.vertical > entry + entry.warning { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry.error + entry.warning, .linked.vertical > entry.warning + entry.error { - border-top-color: rgba(0, 19, 23, 0.3); } + border-top-color: rgba(43, 46, 57, 0.3); } .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry + entry.warning:focus:not(:last-child), .linked.vertical > entry + entry.warning:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry.warning:focus:not(:only-child) + entry, .linked.vertical > entry.warning:focus:not(:only-child) + button, .linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry + entry.error:focus:not(:last-child), .linked.vertical > entry + entry.error:focus:last-child { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > entry.error:focus:not(:only-child) + entry, .linked.vertical > entry.error:focus:not(:only-child) + button, .linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #001317; } + border-top-color: #2b2e39; } .linked.vertical > button + button { border-top-style: none; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(0, 19, 23, 0.5); } + box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -670,20 +670,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -725,10 +725,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #0a333e; } + background-color: #484c59; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #657b83; } + color: #D3DAE3; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -747,24 +747,24 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } *:link, button:link, button:visited { - color: #78b9e6; } + color: #a9caf1; } *:link:visited, button:visited { - color: #4ca2df; } + color: #7eafe9; } *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, button:hover:link, button:hover:visited { - color: #a3cfee; } + color: #d5e5f8; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, button:active:link, button:active:visited { - color: #78b9e6; } + color: #a9caf1; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { - color: #d2e1e0; } + color: #dceaf9; } button:link > label, button:visited > label { text-decoration-line: underline; } @@ -773,10 +773,10 @@ spinbutton:drop(active) { box-shadow: none; } spinbutton button:active { - color: #fdf6e3; } + color: #ffffff; } spinbutton:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -790,11 +790,11 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(0, 19, 23, 0.5); } + box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } spinbutton:not(.vertical) > button:first-child:hover:not(:active), spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -802,14 +802,14 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #001317; } + border-left-color: #2b2e39; } spinbutton:not(.vertical) > entry:drop(active) + button { - border-left-color: #b58900; } + border-left-color: #F08437; } .osd spinbutton:not(.vertical) > button:hover:not(:active), .osd spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(1, 9, 11, 0.4); } + box-shadow: inset 1px 0 rgba(26, 28, 34, 0.4); } .osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), .osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -817,7 +817,7 @@ spinbutton:not(.vertical) > entry:drop(active) + button { box-shadow: none; } .osd spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(1, 9, 11, 0.4); } + border-left-color: rgba(26, 28, 34, 0.4); } spinbutton.vertical button, spinbutton.vertical entry { padding-left: 4px; @@ -828,10 +828,10 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #001317; } + border-top-color: #2b2e39; } spinbutton.vertical > entry:drop(active) + button { - border-top-color: #b58900; } + border-top-color: #F08437; } combobox button.combo { min-width: 0; @@ -846,7 +846,7 @@ combobox arrow { toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #002b36; } + background-color: #383C4A; } toolbar separator, .inline-toolbar separator { background: none; } toolbar.horizontal separator, .horizontal.inline-toolbar separator { @@ -859,7 +859,7 @@ toolbar, .inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { border-radius: 0; } toolbar.osd.top, .osd.top.inline-toolbar { @@ -882,32 +882,32 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { - background-color: #001f27; + background-color: #313541; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } searchbar { - background-color: #002b36; + background-color: #383C4A; border-style: solid; - border-color: #001317; + border-color: #2b2e39; border-width: 0 0 1px; padding: 3px; } actionbar { padding: 6px; - border-top: 1px solid #001317; - background-color: #001f27; } + border-top: 1px solid #2b2e39; + background-color: #313541; } headerbar, .titlebar:not(headerbar) { @@ -915,22 +915,22 @@ headerbar, padding: 0 7px; border-width: 0 0 1px; border-style: solid; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd headerbar, .csd .titlebar:not(headerbar) { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { - background-color: #00313e; } + background-color: #323843; } headerbar .title, .titlebar:not(headerbar) .title { padding-left: 12px; padding-right: 12px; } @@ -940,14 +940,14 @@ headerbar, padding-right: 12px; } headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu { box-shadow: none; padding-left: 10px; @@ -958,7 +958,7 @@ headerbar, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { - background-color: #268bd2; } + background-color: #5294e2; } .tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), @@ -968,11 +968,11 @@ headerbar, border-radius: 0; } .maximized headerbar, .maximized .titlebar:not(headerbar) { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) { - background-color: #00313e; } + background-color: #323843; } headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop, @@ -982,7 +982,7 @@ headerbar, .csd .default-decoration.titlebar:backdrop:not(headerbar) { min-height: 28px; padding: 0 3px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized @@ -993,7 +993,7 @@ headerbar, .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { border-radius: 3px 3px 0 0; } @@ -1027,330 +1027,330 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to bottom, #001b22, #001b22); } + background-image: linear-gradient(to bottom, #262a33, #262a33); } .primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { +.primary-toolbar entry, headerbar entry { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { - color: #fdf6e3; + .primary-toolbar entry:focus, headerbar entry:focus { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { - color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.25); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { - background-color: #fdf6e3; - color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { - border-color: #268bd2; + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: #ffffff; } + .primary-toolbar entry:disabled, headerbar entry:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.25); } + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #ffffff; + color: #5294e2; } + .primary-toolbar entry progress, headerbar entry progress { + border-color: #5294e2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-color: #7a3e23; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + border-color: rgba(21, 23, 28, 0.4); + background-color: #a45d39; } + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; - background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + background-color: #F27835; } + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; - color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + color: #F27835; } + .primary-toolbar entry.error, headerbar entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-color: #842f32; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + border-color: rgba(21, 23, 28, 0.4); + background-color: #aa3c3b; } + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; - background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + background-color: #FC4138; } + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { - color: rgba(89, 128, 143, 0.8); +.primary-toolbar button, headerbar button { + color: rgba(207, 218, 231, 0.8); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { - color: #fdf6e3; + .primary-toolbar button:hover, headerbar button:hover { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } - -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { + .primary-toolbar button:disabled, headerbar button:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { + color: rgba(207, 218, 231, 0.35); } + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } + +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { - background-color: rgba(0, 193, 243, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { - color: #fdf6e3; +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + background-color: rgba(134, 144, 165, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(89, 128, 143, 0.4); } + background-color: #5294e2; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + color: #4DADD4; } + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + background-color: #76c0de; + border-color: #76c0de; } + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + color: #F04A50; } + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { - color: #fdf6e3; - caret-color: #fdf6e3; } +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { - background-color: rgba(0, 193, 243, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { + background-color: rgba(134, 144, 165, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { - color: #fdf6e3; +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { - color: rgba(89, 128, 143, 0.2); } +.primary-toolbar combobox:disabled, headerbar combobox:disabled { + color: rgba(207, 218, 231, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: #fdf6e3; + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.25); } + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.25); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { - background-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar progressbar trough, headerbar progressbar trough { + background-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { - background-color: #005469; - border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { - background-color: #006883; - border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { - background-color: #268bd2; - border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { - background-color: #00475a; - border-color: rgba(0, 0, 0, 0.7); } - -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { - background-color: rgba(0, 0, 0, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(0, 0, 0, 0.3); } +.primary-toolbar scale slider, headerbar scale slider { + background-color: #454c5c; + border-color: rgba(21, 23, 28, 0.7); } + .primary-toolbar scale slider:hover, headerbar scale slider:hover { + background-color: #50586b; + border-color: rgba(21, 23, 28, 0.7); } + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #5294e2; + border-color: #5294e2; } + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: #3e4553; + border-color: rgba(21, 23, 28, 0.7); } + +.primary-toolbar scale trough, headerbar scale trough { + background-color: rgba(21, 23, 28, 0.4); } + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + background-color: rgba(21, 23, 28, 0.3); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1375,7 +1375,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(101, 123, 131, 0.15); + border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1385,54 +1385,54 @@ treeview.view { -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #268bd2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; - border-left-color: #92c1db; - border-top-color: rgba(101, 123, 131, 0.1); } + border-left-color: #a9caf1; + border-top-color: rgba(211, 218, 227, 0.1); } treeview.view:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } treeview.view:disabled:selected { - color: #7cb6d9; } + color: #97bfee; } treeview.view.separator { min-height: 2px; color: rgba(0, 0, 0, 0.1); } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #4683ab; } + border-color: #93b7e3; } 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: #365963; } + color: #8a909b; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #657b83; } + color: #D3DAE3; } treeview.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } treeview.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.progressbar, treeview.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-color: #268bd2; } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view.trough { - color: #657b83; - background-color: #001317; + color: #D3DAE3; + background-color: #2b2e39; border-radius: 3px; border-width: 0; } treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; border-width: 0; } @@ -1441,22 +1441,22 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #526d76; - background-color: #073642; + color: #b6bcc6; + background-color: #404552; background-image: none; border-style: none solid none none; border-radius: 0; - border-image: linear-gradient(to bottom, #073642 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #073642 80%) 0 1 0 0/0 1px 0 0 stretch; } + border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:hover { - color: #268bd2; } + color: #5294e2; } treeview.view header button:active { - color: #657b83; } + color: #D3DAE3; } treeview.view header button:active, treeview.view header button:hover { - background-color: #073642; } + background-color: #404552; } treeview.view header button:active:hover { - color: #657b83; } + color: #D3DAE3; } treeview.view header button:disabled { - border-color: #002b36; + border-color: #383C4A; background-image: none; } treeview.view header button:last-child { border-right-style: none; @@ -1468,8 +1468,8 @@ treeview.view { treeview.view header.button.dnd:active { padding: 0 6px; transition: none; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1477,11 +1477,11 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1489,11 +1489,11 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } menu, @@ -1501,8 +1501,8 @@ menu, margin: 4px; padding: 0; border-radius: 0; - background-color: #002b36; - border: 1px solid #001317; } + background-color: #383C4A; + border: 1px solid #2b2e39; } .csd menu, .csd .menu { padding: 4px 0px; @@ -1514,13 +1514,13 @@ menu, .csd .menu separator { margin: 2px 0; - background-color: #002b36; } + background-color: #383C4A; } menu .separator:not(label), .csd menu .separator:not(label), .menu .separator:not(label), .csd .menu .separator:not(label) { - color: #002b36; } + color: #383C4A; } menu menuitem, .menu menuitem { min-height: 16px; @@ -1528,11 +1528,11 @@ menu, padding: 5px; } menu menuitem:hover, .menu menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1564,21 +1564,21 @@ menu, min-width: 16px; min-height: 16px; padding: 4px; - background-color: #002b36; + background-color: #383C4A; border-radius: 0; } menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #103d49; + border-bottom: 1px solid #4f5461; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #103d49; + border-top: 1px solid #4f5461; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #103d49; } + background-color: #4f5461; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1590,15 +1590,15 @@ popover.background { padding: 2px; border-radius: 3px; background-clip: border-box; - background-color: #002b36; + background-color: #383C4A; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .csd popover, popover, .csd popover.background, popover.background { - border: 1px solid black; } + border: 1px solid #20222a; } popover separator, popover.background separator { - background-color: #002b36; } + background-color: #383C4A; } popover > list, popover > .view, popover > iconview, @@ -1625,7 +1625,7 @@ cursor-handle { notebook { padding: 0; } notebook.frame { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } notebook.frame > header { margin: -1px; } notebook.frame > header.top { @@ -1643,18 +1643,18 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #073642; } + background-color: #404552; } notebook > header { padding: 2px; - background-color: #002b36; } + background-color: #383C4A; } notebook > header.top { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } notebook > header.bottom { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } notebook > header.right { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } notebook > header.left { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } notebook > header.top { padding-bottom: 0; } notebook > header.top > tabs > tab { @@ -1720,56 +1720,56 @@ 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: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } notebook > header > tabs > arrow:hover { - color: rgba(101, 123, 131, 0.725); } + color: rgba(211, 218, 227, 0.725); } notebook > header > tabs > arrow:active { - color: #657b83; } + color: #D3DAE3; } notebook > header > tabs > arrow:disabled { - color: rgba(101, 123, 131, 0.15); } + color: rgba(211, 218, 227, 0.15); } notebook > header.top > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } notebook > header.bottom > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 1px #001317; } + box-shadow: inset 0 1px #2b2e39; } notebook > header.left > tabs > tab:hover:not(:checked) { - box-shadow: inset -1px 0 #001317; } + box-shadow: inset -1px 0 #2b2e39; } notebook > header.right > tabs > tab:hover:not(:checked) { - box-shadow: inset 1px 0 #001317; } + box-shadow: inset 1px 0 #2b2e39; } notebook > header > tabs > tab { - color: rgba(101, 123, 131, 0.45); - background-color: rgba(7, 54, 66, 0); } + color: rgba(211, 218, 227, 0.45); + background-color: rgba(64, 69, 82, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(101, 123, 131, 0.725); - background-color: rgba(7, 54, 66, 0.5); - border-color: #001317; } + color: rgba(211, 218, 227, 0.725); + background-color: rgba(64, 69, 82, 0.5); + border-color: #2b2e39; } notebook > header > tabs > tab:checked { - color: #657b83; - background-color: #073642; - border-color: #001317; } + color: #D3DAE3; + background-color: #404552; + border-color: #2b2e39; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #425f68; } + color: #9da3ad; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #268bd2; } + color: #5294e2; } scrollbar { - background-color: #07323d; + background-color: #3e434f; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } scrollbar.top { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } scrollbar.bottom { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } scrollbar.left { - border-right: 1px solid #001317; } + border-right: 1px solid #2b2e39; } scrollbar.right { - border-left: 1px solid #001317; } + border-left: 1px solid #2b2e39; } scrollbar button { border: none; } scrollbar.vertical button.down { @@ -1787,11 +1787,11 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #284b55; } + background-color: #767b87; } scrollbar slider:hover { - background-color: #1e434d; } + background-color: #676b78; } scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1809,7 +1809,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #47636c; + background-color: #a5abb5; border: 1px solid rgba(0, 0, 0, 0.3); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2125,13 +2125,13 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: #00171d; } + background-color: #2d303b; } scale trough:disabled { - background-color: rgba(0, 23, 29, 0.55); } + background-color: rgba(45, 48, 59, 0.55); } .osd scale trough { - background-color: #0a5062; } + background-color: #454a59; } .osd scale trough highlight { - background-color: #268bd2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2139,71 +2139,71 @@ scale { menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #fdf6e3; } + background-color: #ffffff; } menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: #9cc6db; } + background-color: #b1cff2; } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #268bd2; } + background-color: #5294e2; } scale highlight:disabled { - background-color: rgba(38, 139, 210, 0.55); } + background-color: rgba(82, 148, 226, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { - background-color: #083e4b; - border: 1px solid #000b0d; + background-color: #444a58; + border: 1px solid #262933; 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: #0a5062; } + background-color: #505666; } scale slider:active { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { - background-color: #04313d; - border-color: rgba(0, 11, 13, 0.8); } + background-color: #3c414e; + border-color: rgba(38, 41, 51, 0.8); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #fdf6e3; - border-color: #fdf6e3; } + background-color: #ffffff; + border-color: #ffffff; } menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: #dde6e0; - border-color: #dde6e0; } + background-color: #e5effb; + border-color: #e5effb; } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: #92c1db; - border-color: #92c1db; } + background-color: #a9caf1; + border-color: #a9caf1; } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: #9cc6db; - border-color: #9cc6db; } + background-color: #b1cff2; + border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { - background-color: #4ca2df; - border-color: #4ca2df; } + background-color: #7eafe9; + border-color: #7eafe9; } .osd scale slider:active { - background-color: #1e6ea7; - border-color: #1e6ea7; } + background-color: #2679db; + border-color: #2679db; } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -2246,7 +2246,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(101, 123, 131, 0.7); } + color: rgba(211, 218, 227, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2256,17 +2256,17 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } row:selected progressbar progress, infobar progressbar progress { - background-color: #fdf6e3; } + background-color: #ffffff; } progressbar trough { border: none; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } row:selected progressbar trough, infobar progressbar trough { background-color: rgba(0, 0, 0, 0.2); } @@ -2283,7 +2283,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 3px; - background-color: #00171d; } + background-color: #2d303b; } levelbar.horizontal.discrete block { margin: 0 1px; } @@ -2292,29 +2292,29 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } levelbar block.high { - border-color: #268bd2; - background-color: #268bd2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } levelbar block.empty { - background-color: #073642; - border-color: #073642; } + background-color: #404552; + border-color: #404552; } printdialog paper { - border: 1px solid #001317; - background: #073642; + border: 1px solid #2b2e39; + background: #404552; padding: 0; } printdialog .dialog-action-box { @@ -2325,7 +2325,7 @@ frame > border, margin: 0; padding: 0; border-radius: 0; - border: 1px solid #001317; } + border: 1px solid #2b2e39; } frame > border.flat, .frame.flat { border-style: none; } @@ -2334,7 +2334,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2343,7 +2343,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2352,7 +2352,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2361,7 +2361,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2411,8 +2411,8 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; - border-image: linear-gradient(to bottom, #001317 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #07323d; } + border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3e434f; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -2422,8 +2422,8 @@ separator { min-height: 1px; } list { - background-color: #073642; - border-color: #001317; } + background-color: #404552; + border-color: #2b2e39; } list row { padding: 2px; } @@ -2434,49 +2434,49 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(255, 255, 255, 0.03); } row.activatable:active { - color: #657b83; } + color: #D3DAE3; } row.activatable:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } row.activatable:disabled image { color: inherit; } row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .app-notification { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification border { border: none; } .app-notification button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification button.flat, .app-notification button.sidebar-button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification button:active, .app-notification button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } expander arrow { min-width: 16px; @@ -2485,35 +2485,35 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #b8c4c9; } + color: white; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #657b83; - border: 1px solid #001317; + color: #D3DAE3; + border: 1px solid #2b2e39; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #657b83; + color: #D3DAE3; border: none; } calendar.button { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } calendar.button:hover { - color: #657b83; } + color: #D3DAE3; } calendar.button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #657b83; } + color: #D3DAE3; } messagedialog .titlebar { min-height: 20px; - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } messagedialog .dialog-action-area button { padding: 8px; @@ -2545,7 +2545,7 @@ messagedialog.csd .dialog-action-area button:only-child { border-right-style: none; } filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 19, 23, 0.5); } + border-bottom: 1px solid rgba(43, 46, 57, 0.5); } filechooserbutton:drop(active) { box-shadow: none; @@ -2553,15 +2553,15 @@ filechooserbutton:drop(active) { .sidebar { border-style: none; - background-color: #003340; } + background-color: #3c4150; } 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 #001317; + border-right: 1px solid #2b2e39; border-left-style: none; } stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #001317; + border-left: 1px solid #2b2e39; border-right-style: none; } .sidebar list { background-color: transparent; } @@ -2605,18 +2605,18 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to bottom, #b58900, #b58900); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #b58900, inset 0 -1px #b58900; } + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #b58900; } + color: #F08437; } placessidebar row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #fdf6e3; } + color: #ffffff; } placesview .server-list-button > image { -gtk-icon-transform: rotate(0turn); } @@ -2635,15 +2635,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to bottom, #001317, #001317); + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to bottom, #268bd2, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; - background-color: #002b36; - background-image: linear-gradient(to bottom, #001317, #001317), linear-gradient(to bottom, #001317, #001317); + background-color: #383C4A; + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2676,52 +2676,52 @@ paned.vertical > separator { infobar { border-style: none; } infobar.info, infobar.question, infobar.warning, infobar.error { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; caret-color: currentColor; } infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { - color: rgba(253, 246, 227, 0.4); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + color: rgba(255, 255, 255, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { - color: #268bd2; - background-color: #fdf6e3; - border-color: #fdf6e3; } +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { + color: #5294e2; + background-color: #ffffff; + border-color: #ffffff; } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled { - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.4); } + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { - color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #268bd2; - background-color: rgba(253, 246, 227, 0.5); - border-color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.5); } + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + color: #5294e2; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } tooltip.background label { padding: 4px; } @@ -2729,7 +2729,7 @@ tooltip { background-color: transparent; } tooltip * { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } colorswatch, colorswatch:drop(active) { border-style: none; } @@ -2765,15 +2765,15 @@ colorswatch.right, colorswatch:last-child:not(.bottom) { colorswatch.dark overlay { color: rgba(255, 255, 255, 0.7); } colorswatch.dark overlay:hover { - border-color: #001317; } + border-color: #2b2e39; } colorswatch.light overlay { color: rgba(0, 0, 0, 0.7); } colorswatch.light overlay:hover { - border-color: #001317; } + border-color: #2b2e39; } colorswatch overlay { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } colorswatch overlay:hover { background-color: rgba(255, 255, 255, 0.2); } @@ -2786,13 +2786,13 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } colorswatch#add-color-button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } colorswatch#add-color-button overlay { border-color: transparent; background-color: transparent; @@ -2808,14 +2808,14 @@ colorchooser .popover.osd { border-radius: 3px; } .content-view { - background-color: #073642; } + background-color: #404552; } .content-view:hover { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } .context-menu, popover.touch-selection, .csd popover.touch-selection, popover.background.touch-selection, .csd popover.background.touch-selection { @@ -2839,9 +2839,9 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #657b83; - background-color: #073642; - border: 1px solid #001317; + color: #D3DAE3; + background-color: #404552; + border: 1px solid #2b2e39; border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); } @@ -2853,15 +2853,15 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima *:drop(active):focus, *:drop(active) { - box-shadow: inset 0 0 0 1px #b58900; } + box-shadow: inset 0 0 0 1px #F08437; } decoration { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } decoration:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); transition: 200ms ease-out; } .fullscreen decoration, .tiled decoration { @@ -2876,7 +2876,7 @@ decoration { border-radius: 0; } .csd.popup decoration { border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #000203; } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } tooltip.csd decoration { border-radius: 2px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } @@ -2885,7 +2885,7 @@ decoration { .solid-csd decoration { border-radius: 0; margin: 1px; - background-color: #002b36; + background-color: #2f343f; box-shadow: none; } headerbar.default-decoration button.titlebutton, @@ -2902,18 +2902,18 @@ headerbar button.titlebutton, border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, @@ -2978,7 +2978,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: #268bd2; } + background-color: #5294e2; } row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, iconview text:selected:focus, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, @@ -2992,7 +2992,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - color: #fdf6e3; } + color: #ffffff; } row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, @@ -3002,16 +3002,16 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { - color: #92c1db; } + color: #a9caf1; } .gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, terminal-window notebook > header.top > tabs > tab:checked { - box-shadow: inset 0 -1px #001317; } + box-shadow: inset 0 -1px #2b2e39; } terminal-window notebook > header.top, .mate-terminal notebook > header.top { padding-top: 3px; - box-shadow: inset 0 1px #001b22, inset 0 -1px #001317; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } terminal-window notebook > header.top button, .mate-terminal notebook > header.top button { padding: 0; @@ -3025,52 +3025,52 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #657b83; } + color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #33535d; } + color: #868b97; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } .nautilus-window searchbar { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .nautilus-window .searchbar-container { margin-top: -1px; } .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #073642; } + background-color: #404552; } .disk-space-display { border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(101, 123, 131, 0.5); - border-color: rgba(79, 96, 102, 0.5); } + background-color: rgba(211, 218, 227, 0.5); + border-color: rgba(180, 192, 207, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { - background-color: #001f27; - border-color: black; } + background-color: #313541; + border-color: #1b1d24; } @keyframes needs_attention_keyframes { 0% { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } 100% { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3081,58 +3081,58 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .conflict-row.activatable, .conflict-row.activatable:active { color: white; - background-color: #dc322f; } + background-color: #FC4138; } .conflict-row.activatable:hover { - background-color: #e35d5b; } + background-color: #fd716a; } .conflict-row.activatable:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .nemo-window .nemo-places-sidebar.frame { border-width: 0; } .nemo-window notebook { - background-color: #073642; } + background-color: #404552; } .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #657b83; - border-color: #001317; - background-color: #073642; - box-shadow: inset 1px 0 #268bd2, inset -1px 0 #268bd2, inset 0 1px #268bd2, inset 0 -1px #268bd2; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #404552; + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .caja-notebook { - border-top: 1px solid #001317; } + border-top: 1px solid #2b2e39; } .caja-side-pane .frame { border-width: 1px 0 0; } @@ -3142,21 +3142,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .open-document-selector-treeview.view, iconview.open-document-selector-treeview { padding: 3px 6px 3px 6px; - border-color: #073642; } + border-color: #404552; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #0e3b47; } + background-color: #4a4f5c; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { - color: #657b83; } + color: #D3DAE3; } .open-document-selector-path-label { - color: #365963; + color: #8a909b; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel row button { min-width: 22px; @@ -3170,11 +3170,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #425f68; } + color: #9da3ad; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #D3DAE3; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3182,27 +3182,27 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: none; box-shadow: none; } .gedit-document-panel row:hover:selected button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel-dragged-row { - border: 1px solid #001317; - background-color: #000203; - color: #657b83; } + border: 1px solid #2b2e39; + background-color: #22242d; + color: #D3DAE3; } .gedit-side-panel-paned statusbar { - border-top: 1px solid #001317; - background-color: #002b36; } + border-top: 1px solid #2b2e39; + background-color: #383C4A; } .gedit-search-slider { - background-color: #003340; + background-color: #3c4150; padding: 6px; - border-color: #001317; + border-color: #2b2e39; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(101, 123, 131, 0.6); + color: rgba(211, 218, 227, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3239,29 +3239,29 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #268bd2; } + border-top-color: #5294e2; } layouttab { - background-color: #073642; } + background-color: #404552; } layout { - border: 1px solid #001317; + border: 1px solid #2b2e39; -PnlDockBin-handle-size: 1; } eggsearchbar box.search-bar { - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } pillbox { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 3px; } pillbox:disabled label { - color: rgba(253, 246, 227, 0.5); } + color: rgba(255, 255, 255, 0.5); } docktabstrip { padding: 0 6px; - background-color: #002b36; - border-bottom: 1px solid #001317; } + background-color: #383C4A; + border-bottom: 1px solid #2b2e39; } docktabstrip docktab { min-height: 28px; border: solid transparent; @@ -3271,18 +3271,18 @@ docktabstrip { docktabstrip docktab:checked label, docktabstrip docktab:hover label { opacity: 1; } docktabstrip docktab:checked { - border-color: #001317; - background-color: #073642; } + border-color: #2b2e39; + background-color: #404552; } dockbin { - border: 1px solid #001317; + border: 1px solid #2b2e39; -PnlDockBin-handle-size: 1; } dockpaned { - border: 1px solid #001317; } + border: 1px solid #2b2e39; } dockoverlayedge { - background-color: #002b36; } + background-color: #383C4A; } dockoverlayedge docktabstrip { padding: 0; border: none; } @@ -3311,19 +3311,19 @@ popover.popover-selector { entry.search.preferences-search { border: none; - border-right: 1px solid #001317; - border-bottom: 1px solid #001317; + border-right: 1px solid #2b2e39; + border-bottom: 1px solid #2b2e39; border-radius: 0; } preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #404552, #404552); } preferences stacksidebar.sidebar list separator { background-color: transparent; } devhelppanel entry:focus, symboltreepanel entry:focus { - border-color: #001317; } + border-color: #2b2e39; } button.run-arrow-button { min-width: 12px; } @@ -3338,7 +3338,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #657b83; } + color: #D3DAE3; } configurationview entry.flat { background: none; } @@ -3354,31 +3354,31 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(101, 123, 131, 0.3); + background-color: rgba(211, 218, 227, 0.3); border-radius: 2px; } button.documents-favorite:active, button.documents-favorite:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag, .photos-entry-tag { - color: #fdf6e3; - background: #268bd2; + color: #ffffff; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover, .photos-entry-tag:hover { - color: #fdf6e3; - background: #3295da; } + color: #ffffff; + background: #639fe5; } .documents-entry-tag:active, .photos-entry-tag:active { - color: #fdf6e3; - background: #2380c1; } + color: #ffffff; + background: #4189df; } .content-view.document-page { border-style: solid; @@ -3393,6 +3393,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #404552, #404552); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3404,9 +3408,9 @@ button.documents-favorite:active:hover { #gf-input-source-popup.solid, #gf-candidate-popup, #gf-candidate-popup.solid { - color: #768d96; - background-color: #073642; - border: 1px solid #03181d; + color: #cfd5de; + background-color: #353945; + border: 1px solid #23262e; border-radius: 2px; } #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, @@ -3419,14 +3423,14 @@ button.documents-favorite:active:hover { #gf-candidate-popup levelbar block.low, #gf-candidate-popup levelbar block.high, #gf-candidate-popup levelbar block.full { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } #gf-bubble levelbar block.empty, #gf-osd-window levelbar block.empty, #gf-input-source-popup levelbar block.empty, #gf-candidate-popup levelbar block.empty { - background-color: #05232b; } + background-color: #2a2d37; } #gf-bubble levelbar trough, #gf-osd-window levelbar trough, @@ -3438,35 +3442,35 @@ button.documents-favorite:active:hover { min-height: 32px; min-width: 40px; } #gf-input-source:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } gf-candidate-box label { padding: 3px; } gf-candidate-box:hover, gf-candidate-box:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } MsdOsdWindow.background.osd { border-radius: 2px; - border: 1px solid #03181d; } + border: 1px solid #23262e; } MsdOsdWindow.background.osd .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-color: red; border-radius: 5px; } MsdOsdWindow.background.osd .trough { - background-color: #05232b; + background-color: #2a2d37; border: none; border-radius: 5px; } .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { - background-color: #05242c; } + background-color: #2b2e37; } .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, @@ -3474,7 +3478,7 @@ panel-toplevel.background menubar { panel-toplevel.background menubar, panel-toplevel.background #PanelApplet label, panel-toplevel.background #PanelApplet image { - color: #657b83; } + color: #BAC3CF; } .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, @@ -3487,15 +3491,15 @@ panel-toplevel.background #tasklist-button image { .mate-panel-menu-bar .wnck-pager, panel-toplevel.background .wnck-pager { - color: #333e42; - background-color: black; } + color: #5d6268; + background-color: #14161b; } .mate-panel-menu-bar .wnck-pager:hover, panel-toplevel.background .wnck-pager:hover { - background-color: #073743; } + background-color: #363a46; } .mate-panel-menu-bar .wnck-pager:selected, panel-toplevel.background .wnck-pager:selected { - color: #78b9e6; - background-color: #268bd2; } + color: #a9caf1; + background-color: #5294e2; } .mate-panel-menu-bar na-tray-applet, panel-toplevel.background na-tray-applet { @@ -3503,39 +3507,39 @@ panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; -gtk-icon-shadow: none; } #tasklist-button { - color: rgba(101, 123, 131, 0.8); + color: rgba(186, 195, 207, 0.8); border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } #tasklist-button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } .mate-panel-menu-bar button:not(#tasklist-button), panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { - color: #657b83; + color: #BAC3CF; border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } .mate-panel-menu-bar button:hover:not(#tasklist-button), panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .mate-panel-menu-bar button:active:not(#tasklist-button), panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .mate-panel-menu-bar button:active:not(#tasklist-button) label, panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, @@ -3545,8 +3549,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto .nautilus-window .floating-bar { padding: 1px; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { border-top-left-radius: 0; } @@ -3561,21 +3565,21 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.25); } + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.25); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3644,40 +3648,40 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration .top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12, #000f12); } + background-image: linear-gradient(to bottom, #20232b, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3689,7 +3693,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3762,20 +3766,20 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar label { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #001317; - border-right: 1px solid #001317; } + border-left: 1px solid #2b2e39; + border-right: 1px solid #2b2e39; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -3787,7 +3791,7 @@ GraniteWidgetsStaticNotebook .frame { toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #001317; } + border-bottom: 1px solid #2b2e39; } toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button { padding: 0 3px 0 3px; } @@ -3795,8 +3799,8 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #001317; - background-color: #002b36; } + border-color: #2b2e39; + background-color: #383C4A; } toolbar.bottom-toolbar button, .bottom-toolbar.inline-toolbar button { padding: 2px 3px 2px 3px; } @@ -3807,15 +3811,15 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list, .source-list.view, iconview.source-list { - background-color: #002b36; - color: #657b83; + background-color: #383C4A; + color: #D3DAE3; -gtk-icon-style: regular; } .source-list.category-expander { color: transparent; } .source-list.view:hover, iconview.source-list:hover { - background-color: #003f50; } + background-color: #434859; } .source-list.view:selected, iconview.source-list:selected, .source-list.view:hover:selected, @@ -3823,14 +3827,14 @@ iconview.source-list:hover:selected, .source-list.view:selected:focus, iconview.source-list:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list scrollbar, .source-list junction { border-image: none; border-color: transparent; - background-color: #002b36; + background-color: #383C4A; background-image: none; } .source-list.badge, @@ -3839,8 +3843,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3849,11 +3853,11 @@ iconview.source-list:selected:focus, .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:hover:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { - color: #657b83; + color: #D3DAE3; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3866,16 +3870,16 @@ iconview.source-list:selected:focus, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #073642; } + background-color: #404552; } GraniteWidgetsWelcome label { - color: #33535d; + color: #868b97; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(101, 123, 131, 0.8); } + color: rgba(211, 218, 227, 0.8); } .help_button { border-radius: 0; } @@ -3890,7 +3894,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #073642, #073642); + background-image: linear-gradient(to bottom, #404552, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3911,7 +3915,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #47636c; + color: #a5abb5; font-weight: 600; } .h4 { @@ -3922,17 +3926,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font-weight: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #BAC3CF; + font-weight: bold; } #panel_window menubar menuitem:disabled { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { @@ -3944,64 +3949,64 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #657b83; } + color: #D3DAE3; } #content_frame { padding-bottom: 14px; - background-color: #002b36; + background-color: #383C4A; border-top-left-radius: 2px; border-top-right-radius: 2px; border: solid rgba(0, 0, 0, 0.1); border-width: 1px 1px 0 1px; } #content_frame button { - color: #657b83; - border-color: #001317; - background-color: #083e4b; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #444a58; } #content_frame button:hover { - color: #657b83; - border-color: #001317; - background-color: #0a5062; } + color: #D3DAE3; + border-color: #2b2e39; + background-color: #505666; } #content_frame button:active, #content_frame button:checked { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } #content_frame button:disabled { - border-color: rgba(0, 19, 23, 0.55); - background-color: rgba(8, 62, 75, 0.55); } + border-color: rgba(43, 46, 57, 0.55); + background-color: rgba(68, 74, 88, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(101, 123, 131, 0.45); } + color: rgba(211, 218, 227, 0.45); } #buttonbox_frame { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #002b36; + background-color: #2f343f; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #001b22; } + box-shadow: inset 0 1px #262a33; } #buttonbox_frame button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #657b83; + color: #D3DAE3; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4013,44 +4018,44 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; color: green; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to bottom, #05232b, #05232b); } + background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); } filechooser paned > separator { - background-image: linear-gradient(to bottom, #05232b, #05232b); } + background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4059,23 +4064,23 @@ filechooser.csd.background, filechooser placessidebar list, filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } filechooser placessidebar.sidebar row.sidebar-row, .nautilus-window placessidebar.sidebar row.sidebar-row { border: none; - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(101, 123, 131, 0.4); } + color: rgba(186, 195, 207, 0.4); } filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, @@ -4084,23 +4089,23 @@ filechooser placessidebar.sidebar, color: inherit; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #fdf6e3; - border-color: #001317; - background-color: #268bd2; } + color: #ffffff; + border-color: #2b2e39; + background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { opacity: 0.5; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { color: inherit; } @@ -4108,36 +4113,36 @@ filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #b58900; } + color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #fdf6e3; } + color: #ffffff; } filechooser placessidebar.sidebar separator, .nautilus-window placessidebar.sidebar separator { background-color: transparent; } filechooser.maximized placessidebar.sidebar, .nautilus-window.maximized placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } .nemo-window .sidebar { - color: #657b83; - background-color: #073642; } + color: #BAC3CF; + background-color: #353945; } .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { - color: #365963; } + color: #787e8a; } .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar separator { background-color: transparent; } @@ -4145,150 +4150,150 @@ filechooser.maximized placessidebar.sidebar, .caja-side-pane > notebook > stack > widget > box, .caja-side-pane text, .caja-side-pane treeview { - color: #657b83; - caret-color: #657b83; - background-color: #073642; } + color: #BAC3CF; + caret-color: #BAC3CF; + background-color: #353945; } .caja-side-pane > box button:not(:active):not(:checked) { - color: #657b83; } + color: #BAC3CF; } .caja-side-pane .frame { - border-color: #05232b; } + border-color: #2a2d37; } .caja-side-pane junction { - background-color: #05232b; } + background-color: #2a2d37; } filechooser actionbar { - color: #657b83; - background-color: #073642; - border-color: black; } + color: #BAC3CF; + background-color: #353945; + border-color: #14151a; } filechooser actionbar label, filechooser actionbar combobox { - color: #657b83; } + color: #BAC3CF; } .gedit-bottom-panel-paned { - background-color: #073642; } + background-color: #404552; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, #05232b, #05232b); } + background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, #001317, #001317); } + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel row { - color: #657b83; - background-color: rgba(101, 123, 131, 0); } + color: #BAC3CF; + background-color: rgba(186, 195, 207, 0); } .gedit-document-panel row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:active button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #BAC3CF; } filechooser actionbar button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } filechooser actionbar button:active, filechooser actionbar button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } filechooser actionbar button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } filechooser actionbar entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } filechooser actionbar entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.25); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.25); } filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { - border-color: #05232b; } + border-color: #2a2d37; } filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } filechooser placessidebar.sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } filechooser placessidebar.sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { background-color: transparent; } filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { - background-color: #05232b; } - -@define-color theme_fg_color #657b83; -@define-color theme_text_color #657b83; -@define-color theme_bg_color #002b36; -@define-color theme_base_color #073642; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; -@define-color fg_color #657b83; -@define-color text_color #657b83; -@define-color bg_color #002b36; -@define-color base_color #073642; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #003340; -@define-color insensitive_fg_color alpha(#657b83, 0.5); -@define-color insensitive_base_color #073642; -@define-color theme_unfocused_fg_color #657b83; -@define-color theme_unfocused_text_color #657b83; -@define-color theme_unfocused_bg_color #002b36; -@define-color theme_unfocused_base_color #073642; -@define-color borders #001317; -@define-color unfocused_borders #001317; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; + background-color: #2a2d37; } + +@define-color theme_fg_color #D3DAE3; +@define-color theme_text_color #D3DAE3; +@define-color theme_bg_color #383C4A; +@define-color theme_base_color #404552; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #D3DAE3; +@define-color text_color #D3DAE3; +@define-color bg_color #383C4A; +@define-color base_color #404552; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3c4150; +@define-color insensitive_fg_color alpha(#d3dae3, 0.5); +@define-color insensitive_base_color #404552; +@define-color theme_unfocused_fg_color #D3DAE3; +@define-color theme_unfocused_text_color #D3DAE3; +@define-color theme_unfocused_bg_color #383C4A; +@define-color theme_unfocused_base_color #404552; +@define-color borders #2b2e39; +@define-color unfocused_borders #2b2e39; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #78b9e6; -@define-color content_view_bg #073642; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #a9caf1; +@define-color content_view_bg #404552; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 14143f7..2db3fe2 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; @@ -31,18 +31,18 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:disabled { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view, iconview, .view text, iconview text, textview text { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, @@ -53,12 +53,12 @@ textview text { border-radius: 2px; } textview border { - background-color: #f9f6ed; } + background-color: #fafbfb; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } flowbox flowboxchild { padding: 3px; @@ -71,8 +71,8 @@ popover.background label.separator { color: #5c616c; } label selection { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -82,7 +82,7 @@ popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar opacity: 0.55; } assistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } assistant.csd .sidebar { @@ -92,18 +92,18 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } textview { - background-color: #fdf6e3; } + background-color: #ffffff; } popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, popover.background.osd, popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; box-shadow: none; } @@ -129,12 +129,12 @@ entry { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; } + border-color: #cfd6e6; + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7c7f84; } + color: #7d8189; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -150,75 +150,75 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); } entry.warning { color: white; - border-color: #cb4b16; - background-color: #df8f68; } + border-color: #F27835; + background-color: #f7ae86; } entry.warning image { color: white; } entry.warning:focus { color: white; - background-color: #cb4b16; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } entry.error { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.error image { color: white; } entry.error:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry.search-missing { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.search-missing image { color: white; } entry.search-missing:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry:drop(active):focus, entry:drop(active) { - border-color: #b58900; + border-color: #F08437; box-shadow: none; } .osd entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.25); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.25); } .osd entry selection:focus, .osd entry selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -227,15 +227,15 @@ entry { treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #268bd2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -245,7 +245,7 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } button separator { margin: 4px 1px; } @@ -261,13 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { @@ -276,22 +276,22 @@ button { button:active { color: #5c616c; } button:active:hover, button:checked { - color: #fdf6e3; } + color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; } button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { color: rgba(92, 97, 108, 0.55); } button:disabled:active, button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } button.image-button { min-width: 24px; padding-left: 5px; @@ -315,122 +315,122 @@ button { padding-right: 8px; padding-left: 8px; } button:drop(active), combobox:drop(active) button.combo { - color: #b58900; - border-color: #b58900; + color: #F08437; + border-color: #F08437; box-shadow: none; } button.osd { - color: #657b83; - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + background-color: #353945; + border-color: #23262e; } button.osd.image-button { padding: 0; min-height: 36px; min-width: 36px; } button.osd:hover { - color: #268bd2; } + color: #5294e2; } button.osd:active, button.osd:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } button.osd:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd button:active, .osd button:checked { background-clip: padding-box; - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd button.flat, .osd button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd button.flat:disabled, .osd button.sidebar-button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } button.suggested-action.flat, button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.suggested-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } button.destructive-action.flat, button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.destructive-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { color: rgba(92, 97, 108, 0.55); } @@ -455,7 +455,7 @@ button { background-image: none; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -469,93 +469,93 @@ button { .inline-toolbar toolbutton > button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { color: rgba(92, 97, 108, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -576,79 +576,79 @@ button { border-left-style: none; } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > entry + entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > entry.error + entry, .linked.vertical > entry + entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.warning + entry, .linked.vertical > entry + entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.error + entry.warning, .linked.vertical > entry.warning + entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry + entry.warning:focus:not(:last-child), .linked.vertical > entry + entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.warning:focus:not(:only-child) + entry, .linked.vertical > entry.warning:focus:not(:only-child) + button, .linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry + entry.error:focus:not(:last-child), .linked.vertical > entry + entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.error:focus:not(:only-child) + entry, .linked.vertical > entry.error:focus:not(:only-child) + button, .linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.5); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); } .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -746,24 +746,24 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } *:link, button:link, button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, button:hover:link, button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, button:active:link, button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { - color: #d2e1e0; } + color: #dceaf9; } button:link > label, button:visited > label { text-decoration-line: underline; } @@ -772,7 +772,7 @@ spinbutton:drop(active) { box-shadow: none; } spinbutton button:active { - color: #fdf6e3; } + color: #ffffff; } spinbutton:disabled { color: rgba(92, 97, 108, 0.55); } @@ -789,11 +789,11 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } spinbutton:not(.vertical) > button:first-child:hover:not(:active), spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -801,14 +801,14 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #268bd2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { - border-left-color: #b58900; } + border-left-color: #F08437; } .osd spinbutton:not(.vertical) > button:hover:not(:active), .osd spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(1, 9, 11, 0.4); } + box-shadow: inset 1px 0 rgba(26, 28, 34, 0.4); } .osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), .osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -816,7 +816,7 @@ spinbutton:not(.vertical) > entry:drop(active) + button { box-shadow: none; } .osd spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(1, 9, 11, 0.4); } + border-left-color: rgba(26, 28, 34, 0.4); } spinbutton.vertical button, spinbutton.vertical entry { padding-left: 4px; @@ -827,10 +827,10 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #268bd2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { - border-top-color: #b58900; } + border-top-color: #F08437; } combobox button.combo { min-width: 0; @@ -858,7 +858,7 @@ toolbar, .inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { border-radius: 0; } toolbar.osd.top, .osd.top.inline-toolbar { @@ -881,12 +881,12 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #002b36, #000f12) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -914,22 +914,22 @@ headerbar, padding: 0 7px; border-width: 0 0 1px; border-style: solid; - border-color: #001b22; - color: rgba(89, 128, 143, 0.8); - background-color: #002b36; - box-shadow: inset 0 1px #003745; } + border-color: #262a33; + color: rgba(207, 218, 231, 0.8); + background-color: #2f343f; + box-shadow: inset 0 1px #363b48; } .csd headerbar, .csd .titlebar:not(headerbar) { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(89, 128, 143, 0.5); - background-color: #00313e; } + color: rgba(207, 218, 231, 0.5); + background-color: #323843; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { - background-color: #00313e; } + background-color: #323843; } headerbar .title, .titlebar:not(headerbar) .title { padding-left: 12px; padding-right: 12px; } @@ -939,14 +939,14 @@ headerbar, padding-right: 12px; } headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu { box-shadow: none; padding-left: 10px; @@ -957,7 +957,7 @@ headerbar, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { - background-color: #268bd2; } + background-color: #5294e2; } .tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), @@ -967,11 +967,11 @@ headerbar, border-radius: 0; } .maximized headerbar, .maximized .titlebar:not(headerbar) { - background-color: #002b36; - border-color: #001b22; } + background-color: #2f343f; + border-color: #262a33; } .maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) { - background-color: #00313e; } + background-color: #323843; } headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop, @@ -981,7 +981,7 @@ headerbar, .csd .default-decoration.titlebar:backdrop:not(headerbar) { min-height: 28px; padding: 0 3px; - background-color: #002b36; + background-color: #2f343f; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized @@ -992,7 +992,7 @@ headerbar, .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) { - background-color: #002b36; } + background-color: #2f343f; } .titlebar { border-radius: 3px 3px 0 0; } @@ -1026,330 +1026,330 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to bottom, #001b22, #001b22); } + background-image: linear-gradient(to bottom, #262a33, #262a33); } .primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(89, 128, 143, 0) 25%, rgba(89, 128, 143, 0.15) 25%, rgba(89, 128, 143, 0.15) 75%, rgba(89, 128, 143, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { +.primary-toolbar entry, headerbar entry { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { - color: #fdf6e3; + .primary-toolbar entry:focus, headerbar entry:focus { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { - color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.25); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { - background-color: #fdf6e3; - color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { - border-color: #268bd2; + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: #ffffff; } + .primary-toolbar entry:disabled, headerbar entry:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.25); } + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #ffffff; + color: #5294e2; } + .primary-toolbar entry progress, headerbar entry progress { + border-color: #5294e2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-color: #7a3e23; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + border-color: rgba(21, 23, 28, 0.4); + background-color: #a45d39; } + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; - background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + background-color: #F27835; } + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; - color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + color: #F27835; } + .primary-toolbar entry.error, headerbar entry.error { color: white; - border-color: rgba(0, 0, 0, 0.4); - background-color: #842f32; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + border-color: rgba(21, 23, 28, 0.4); + background-color: #aa3c3b; } + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; - background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + background-color: #FC4138; } + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { - color: rgba(89, 128, 143, 0.8); +.primary-toolbar button, headerbar button { + color: rgba(207, 218, 231, 0.8); outline-offset: -3px; - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { - color: #fdf6e3; + .primary-toolbar button:hover, headerbar button:hover { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; background-clip: padding-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - color: rgba(89, 128, 143, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } - -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { + .primary-toolbar button:disabled, headerbar button:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { + color: rgba(207, 218, 231, 0.35); } + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } + +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { - background-color: rgba(0, 193, 243, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { - color: #fdf6e3; +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + background-color: rgba(134, 144, 165, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(89, 128, 143, 0.4); } + background-color: #5294e2; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: transparent; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: rgba(21, 23, 28, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + color: #4DADD4; } + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + background-color: #76c0de; + border-color: #76c0de; } + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + color: #F04A50; } + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - background-color: rgba(0, 43, 54, 0); - border-color: rgba(0, 43, 54, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(89, 128, 143, 0.35); } - -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: rgba(47, 52, 63, 0); + border-color: rgba(47, 52, 63, 0); } + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + color: rgba(207, 218, 231, 0.35); } + +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { - color: #fdf6e3; - caret-color: #fdf6e3; } +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { - background-color: rgba(0, 193, 243, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { + background-color: rgba(134, 144, 165, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { - color: #fdf6e3; +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(89, 128, 143, 0.4); } +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { + color: rgba(207, 218, 231, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { + border-left-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { - color: rgba(89, 128, 143, 0.2); } +.primary-toolbar combobox:disabled, headerbar combobox:disabled { + color: rgba(207, 218, 231, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: #fdf6e3; + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #ffffff; border-color: transparent; - background-color: #268bd2; + background-color: #5294e2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.25); } + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.25); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { - background-color: rgba(0, 0, 0, 0.4); } +.primary-toolbar progressbar trough, headerbar progressbar trough { + background-color: rgba(21, 23, 28, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { - background-color: #005469; - border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { - background-color: #006883; - border-color: rgba(0, 0, 0, 0.7); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { - background-color: #268bd2; - border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { - background-color: #00475a; - border-color: rgba(0, 0, 0, 0.7); } - -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { - background-color: rgba(0, 0, 0, 0.4); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(0, 0, 0, 0.3); } +.primary-toolbar scale slider, headerbar scale slider { + background-color: #454c5c; + border-color: rgba(21, 23, 28, 0.7); } + .primary-toolbar scale slider:hover, headerbar scale slider:hover { + background-color: #50586b; + border-color: rgba(21, 23, 28, 0.7); } + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #5294e2; + border-color: #5294e2; } + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: #3e4553; + border-color: rgba(21, 23, 28, 0.7); } + +.primary-toolbar scale trough, headerbar scale trough { + background-color: rgba(21, 23, 28, 0.4); } + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + background-color: rgba(21, 23, 28, 0.3); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1384,54 +1384,54 @@ treeview.view { -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #268bd2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } treeview.view:disabled { color: rgba(92, 97, 108, 0.55); } treeview.view:disabled:selected { - color: #7cb6d9; } + color: #97bfee; } treeview.view.separator { min-height: 2px; color: rgba(0, 0, 0, 0.1); } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { color: #5c616c; } treeview.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } treeview.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.progressbar, treeview.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-color: #268bd2; } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view.trough { color: #5c616c; - background-color: #657b83; + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; border-width: 0; } @@ -1440,18 +1440,18 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7c7f84; - background-color: #fdf6e3; + color: #7d8189; + background-color: #ffffff; background-image: none; border-style: none solid none none; border-radius: 0; - border-image: linear-gradient(to bottom, #fdf6e3 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #fdf6e3 80%) 0 1 0 0/0 1px 0 0 stretch; } + border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:hover { - color: #268bd2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view header button:active:hover { color: #5c616c; } treeview.view header button:disabled { @@ -1467,8 +1467,8 @@ treeview.view { treeview.view header.button.dnd:active { padding: 0 6px; transition: none; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1476,11 +1476,11 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #002b36; - color: rgba(89, 128, 143, 0.8); } + background-color: #2f343f; + color: rgba(207, 218, 231, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1488,11 +1488,11 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(89, 128, 143, 0.2); + color: rgba(207, 218, 231, 0.2); border-color: transparent; } menu, @@ -1500,7 +1500,7 @@ menu, margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd menu, .csd .menu { @@ -1513,13 +1513,13 @@ menu, .csd .menu separator { margin: 2px 0; - background-color: #fdf6e3; } + background-color: #ffffff; } menu .separator:not(label), .csd menu .separator:not(label), .menu .separator:not(label), .csd .menu .separator:not(label) { - color: #fdf6e3; } + color: #ffffff; } menu menuitem, .menu menuitem { min-height: 16px; @@ -1527,8 +1527,8 @@ menu, padding: 5px; } menu menuitem:hover, .menu menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1563,21 +1563,21 @@ menu, min-width: 16px; min-height: 16px; padding: 4px; - background-color: #fdf6e3; + background-color: #ffffff; border-radius: 0; } menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #ede7d7; + border-bottom: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #ede7d7; + border-top: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #ede7d7; } + background-color: #efeff0; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1589,7 +1589,7 @@ popover.background { padding: 2px; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .csd popover, popover, .csd popover.background, @@ -1597,7 +1597,7 @@ popover.background { border: 1px solid #cdd2d7; } popover separator, popover.background separator { - background-color: #fdf6e3; } + background-color: #ffffff; } popover > list, popover > .view, popover > iconview, @@ -1642,7 +1642,7 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #fdf6e3; } + background-color: #ffffff; } notebook > header { padding: 2px; background-color: #F5F6F7; } @@ -1736,14 +1736,14 @@ notebook { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { color: rgba(92, 97, 108, 0.55); - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { color: rgba(92, 97, 108, 0.775); - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; @@ -1753,10 +1753,10 @@ notebook { notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #268bd2; } + color: #5294e2; } scrollbar { - background-color: #fdf4de; + background-color: #fcfcfc; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; @@ -1790,7 +1790,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -2124,13 +2124,13 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: #657b83; } + background-color: #cfd6e6; } scale trough:disabled { - background-color: rgba(101, 123, 131, 0.55); } + background-color: rgba(207, 214, 230, 0.55); } .osd scale trough { - background-color: #0a5062; } + background-color: #454a59; } .osd scale trough highlight { - background-color: #268bd2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2138,28 +2138,28 @@ scale { menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #fdf6e3; } + background-color: #ffffff; } menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: #9cc6db; } + background-color: #b1cff2; } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #268bd2; } + background-color: #5294e2; } scale highlight:disabled { - background-color: rgba(38, 139, 210, 0.55); } + background-color: rgba(82, 148, 226, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { background-color: #fbfbfc; - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 100%; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border; } @@ -2167,42 +2167,42 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { - background-color: #f9f6ec; - border-color: rgba(45, 55, 59, 0.3); } + background-color: #fbfbfb; + border-color: rgba(123, 142, 186, 0.3); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #fdf6e3; - border-color: #fdf6e3; } + background-color: #ffffff; + border-color: #ffffff; } menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: #dde6e0; - border-color: #dde6e0; } + background-color: #e5effb; + border-color: #e5effb; } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: #92c1db; - border-color: #92c1db; } + background-color: #a9caf1; + border-color: #a9caf1; } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: #9cc6db; - border-color: #9cc6db; } + background-color: #b1cff2; + border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { - background-color: #4ca2df; - border-color: #4ca2df; } + background-color: #7eafe9; + border-color: #7eafe9; } .osd scale slider:active { - background-color: #1e6ea7; - border-color: #1e6ea7; } + background-color: #2679db; + border-color: #2679db; } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -2255,17 +2255,17 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } row:selected progressbar progress, infobar progressbar progress { - background-color: #fdf6e3; } + background-color: #ffffff; } progressbar trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } row:selected progressbar trough, infobar progressbar trough { background-color: rgba(0, 0, 0, 0.2); } @@ -2282,7 +2282,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } levelbar.horizontal.discrete block { margin: 0 1px; } @@ -2291,21 +2291,21 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } levelbar block.high { - border-color: #268bd2; - background-color: #268bd2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } levelbar block.empty { background-color: rgba(92, 97, 108, 0.2); @@ -2313,7 +2313,7 @@ levelbar block.empty { printdialog paper { border: 1px solid #dcdfe3; - background: #fdf6e3; + background: #ffffff; padding: 0; } printdialog .dialog-action-box { @@ -2333,7 +2333,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2342,7 +2342,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2351,7 +2351,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2360,7 +2360,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2411,7 +2411,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -2421,7 +2421,7 @@ separator { min-height: 1px; } list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } list row { padding: 2px; } @@ -2441,41 +2441,41 @@ row.activatable:disabled { color: inherit; } row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .app-notification { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification border { border: none; } .app-notification button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification button.flat, .app-notification button.sidebar-button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification button:active, .app-notification button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } expander arrow { min-width: 16px; @@ -2511,8 +2511,8 @@ calendar { messagedialog .titlebar { min-height: 20px; - background-color: #002b36; - border-bottom: 1px solid #000f12; } + background-color: #2f343f; + border-bottom: 1px solid #20232b; } messagedialog .dialog-action-area button { padding: 8px; @@ -2604,18 +2604,18 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to bottom, #b58900, #b58900); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #b58900, inset 0 -1px #b58900; } + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #b58900; } + color: #F08437; } placessidebar row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #fdf6e3; } + color: #ffffff; } placesview .server-list-button > image { -gtk-icon-transform: rotate(0turn); } @@ -2637,7 +2637,7 @@ paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to bottom, #268bd2, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; @@ -2675,52 +2675,52 @@ paned.vertical > separator { infobar { border-style: none; } infobar.info, infobar.question, infobar.warning, infobar.error { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; caret-color: currentColor; } infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { - color: rgba(253, 246, 227, 0.4); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + color: rgba(255, 255, 255, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { - color: #268bd2; - background-color: #fdf6e3; - border-color: #fdf6e3; } +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { + color: #5294e2; + background-color: #ffffff; + border-color: #ffffff; } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled { - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.4); } + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { - color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #268bd2; - background-color: rgba(253, 246, 227, 0.5); - border-color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.5); } + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + color: #5294e2; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } tooltip.background label { padding: 4px; } @@ -2728,7 +2728,7 @@ tooltip { background-color: transparent; } tooltip * { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } colorswatch, colorswatch:drop(active) { border-style: none; } @@ -2786,11 +2786,11 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { border-color: transparent; @@ -2807,13 +2807,13 @@ colorchooser .popover.osd { border-radius: 3px; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-icon-effect: highlight; } .scale-popup button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .context-menu, popover.touch-selection, .csd popover.touch-selection, @@ -2839,7 +2839,7 @@ button.circular-button { min-height: 20px; padding: 3px 6px 4px 6px; color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } @@ -2852,15 +2852,15 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima *:drop(active):focus, *:drop(active) { - box-shadow: inset 0 0 0 1px #b58900; } + box-shadow: inset 0 0 0 1px #F08437; } decoration { border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px #000f12, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } decoration:backdrop { - box-shadow: 0 0 0 1px rgba(0, 15, 18, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2); transition: 200ms ease-out; } .fullscreen decoration, .tiled decoration { @@ -2884,7 +2884,7 @@ decoration { .solid-csd decoration { border-radius: 0; margin: 1px; - background-color: #002b36; + background-color: #2f343f; box-shadow: none; } headerbar.default-decoration button.titlebutton, @@ -2901,18 +2901,18 @@ headerbar button.titlebutton, border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(0, 43, 54, 0); } + background-color: rgba(47, 52, 63, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, @@ -2977,7 +2977,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: #268bd2; } + background-color: #5294e2; } row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, iconview text:selected:focus, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, @@ -2991,7 +2991,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - color: #fdf6e3; } + color: #ffffff; } row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, @@ -3001,7 +3001,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { - color: #92c1db; } + color: #a9caf1; } .gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, terminal-window notebook > header.top > tabs > tab:checked { @@ -3010,7 +3010,7 @@ terminal-window notebook > header.top > tabs > tab:checked { terminal-window notebook > header.top, .mate-terminal notebook > header.top { padding-top: 3px; - box-shadow: inset 0 1px #001b22, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } terminal-window notebook > header.top button, .mate-terminal notebook > header.top button { padding: 0; @@ -3026,7 +3026,7 @@ terminal-window notebook > header.top, .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, @@ -3036,7 +3036,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } .nautilus-window searchbar { border-top: 1px solid #dcdfe3; } @@ -3046,7 +3046,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .disk-space-display { border-style: solid; @@ -3055,21 +3055,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @keyframes needs_attention_keyframes { 0% { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } 100% { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3080,54 +3080,54 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .conflict-row.activatable, .conflict-row.activatable:active { color: white; - background-color: #dc322f; } + background-color: #FC4138; } .conflict-row.activatable:hover { - background-color: #e35d5b; } + background-color: #fd716a; } .conflict-row.activatable:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .nemo-window .nemo-places-sidebar.frame { border-width: 0; } .nemo-window notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover { - background-color: rgba(0, 193, 243, 0.4); } + background-color: rgba(134, 144, 165, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(89, 128, 143, 0.4); } + color: rgba(207, 218, 231, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4), inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4); } + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3140,21 +3140,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .open-document-selector-treeview.view, iconview.open-document-selector-treeview { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel row button { min-width: 22px; @@ -3180,7 +3180,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: none; box-shadow: none; } .gedit-document-panel row:hover:selected button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; @@ -3238,10 +3238,10 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #268bd2; } + border-top-color: #5294e2; } layouttab { - background-color: #fdf6e3; } + background-color: #ffffff; } layout { border: 1px solid #dcdfe3; @@ -3251,11 +3251,11 @@ eggsearchbar box.search-bar { border-bottom: 1px solid #dcdfe3; } pillbox { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 3px; } pillbox:disabled label { - color: rgba(253, 246, 227, 0.5); } + color: rgba(255, 255, 255, 0.5); } docktabstrip { padding: 0 6px; @@ -3271,7 +3271,7 @@ docktabstrip { opacity: 1; } docktabstrip docktab:checked { border-color: #dcdfe3; - background-color: #fdf6e3; } + background-color: #ffffff; } dockbin { border: 1px solid #dcdfe3; @@ -3315,7 +3315,7 @@ entry.search.preferences-search { border-radius: 0; } preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } preferences stacksidebar.sidebar list separator { background-color: transparent; } @@ -3353,8 +3353,8 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { @@ -3363,21 +3363,21 @@ button.documents-load-more { button.documents-favorite:active, button.documents-favorite:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag, .photos-entry-tag { - color: #fdf6e3; - background: #268bd2; + color: #ffffff; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover, .photos-entry-tag:hover { - color: #fdf6e3; - background: #3295da; } + color: #ffffff; + background: #639fe5; } .documents-entry-tag:active, .photos-entry-tag:active { - color: #fdf6e3; - background: #2380c1; } + color: #ffffff; + background: #4189df; } .content-view.document-page { border-style: solid; @@ -3392,6 +3392,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3403,9 +3407,9 @@ button.documents-favorite:active:hover { #gf-input-source-popup.solid, #gf-candidate-popup, #gf-candidate-popup.solid { - color: #768d96; - background-color: #073642; - border: 1px solid #03181d; + color: #cfd5de; + background-color: #353945; + border: 1px solid #23262e; border-radius: 2px; } #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, @@ -3418,14 +3422,14 @@ button.documents-favorite:active:hover { #gf-candidate-popup levelbar block.low, #gf-candidate-popup levelbar block.high, #gf-candidate-popup levelbar block.full { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } #gf-bubble levelbar block.empty, #gf-osd-window levelbar block.empty, #gf-input-source-popup levelbar block.empty, #gf-candidate-popup levelbar block.empty { - background-color: #05232b; } + background-color: #2a2d37; } #gf-bubble levelbar trough, #gf-osd-window levelbar trough, @@ -3437,35 +3441,35 @@ button.documents-favorite:active:hover { min-height: 32px; min-width: 40px; } #gf-input-source:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } gf-candidate-box label { padding: 3px; } gf-candidate-box:hover, gf-candidate-box:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } MsdOsdWindow.background.osd { border-radius: 2px; - border: 1px solid #03181d; } + border: 1px solid #23262e; } MsdOsdWindow.background.osd .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-color: red; border-radius: 5px; } MsdOsdWindow.background.osd .trough { - background-color: #05232b; + background-color: #2a2d37; border: none; border-radius: 5px; } .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { - background-color: #05242c; } + background-color: #2b2e37; } .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, @@ -3473,7 +3477,7 @@ panel-toplevel.background menubar { panel-toplevel.background menubar, panel-toplevel.background #PanelApplet label, panel-toplevel.background #PanelApplet image { - color: #657b83; } + color: #BAC3CF; } .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, @@ -3486,15 +3490,15 @@ panel-toplevel.background #tasklist-button image { .mate-panel-menu-bar .wnck-pager, panel-toplevel.background .wnck-pager { - color: #333e42; - background-color: black; } + color: #5d6268; + background-color: #14161b; } .mate-panel-menu-bar .wnck-pager:hover, panel-toplevel.background .wnck-pager:hover { - background-color: #073743; } + background-color: #363a46; } .mate-panel-menu-bar .wnck-pager:selected, panel-toplevel.background .wnck-pager:selected { - color: #78b9e6; - background-color: #268bd2; } + color: #a9caf1; + background-color: #5294e2; } .mate-panel-menu-bar na-tray-applet, panel-toplevel.background na-tray-applet { @@ -3502,39 +3506,39 @@ panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; -gtk-icon-shadow: none; } #tasklist-button { - color: rgba(101, 123, 131, 0.8); + color: rgba(186, 195, 207, 0.8); border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } #tasklist-button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } .mate-panel-menu-bar button:not(#tasklist-button), panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { - color: #657b83; + color: #BAC3CF; border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } .mate-panel-menu-bar button:hover:not(#tasklist-button), panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .mate-panel-menu-bar button:active:not(#tasklist-button), panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .mate-panel-menu-bar button:active:not(#tasklist-button) label, panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, @@ -3544,8 +3548,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto .nautilus-window .floating-bar { padding: 1px; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { border-top-left-radius: 0; } @@ -3560,21 +3564,21 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(89, 128, 143, 0.8); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.4); } + color: rgba(207, 218, 231, 0.8); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.4); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; + color: #ffffff; border-color: transparent; - background-color: #268bd2; } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(89, 128, 143, 0.35); - border-color: rgba(0, 0, 0, 0.4); - background-color: rgba(0, 132, 166, 0.25); } + color: rgba(207, 218, 231, 0.35); + border-color: rgba(21, 23, 28, 0.4); + background-color: rgba(95, 105, 127, 0.25); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3643,40 +3647,40 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration .top { - border: 1px solid #000f12; + border: 1px solid #20232b; border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: rgba(89, 128, 143, 0.8); - box-shadow: inset 0 1px #003745; } + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: rgba(207, 218, 231, 0.8); + box-shadow: inset 0 1px #363b48; } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(89, 128, 143, 0.5); } + color: rgba(207, 218, 231, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, #000f12, #000f12); } + background-image: linear-gradient(to bottom, #20232b, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3688,7 +3692,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #004b5f; + background-color: #404756; border-radius: 0px; padding: 0px; color: white; } @@ -3761,13 +3765,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar label { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3822,8 +3826,8 @@ iconview.source-list:hover:selected, .source-list.view:selected:focus, iconview.source-list:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3838,8 +3842,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3848,8 +3852,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:hover:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3865,7 +3869,7 @@ iconview.source-list:selected:focus, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome label { color: #a9acb2; @@ -3889,7 +3893,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3921,17 +3925,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font-weight: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #BAC3CF; + font-weight: bold; } #panel_window menubar menuitem:disabled { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { @@ -3955,18 +3960,18 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { color: rgba(92, 97, 108, 0.55); } @@ -3975,29 +3980,29 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -4012,48 +4017,48 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; color: green; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #353945, #353945); } .nautilus-window paned > separator:dir(ltr) { margin-left: -1px; } .nautilus-window paned > separator:dir(rtl) { margin-right: -1px; } filechooser paned > separator { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #353945, #353945); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4062,23 +4067,23 @@ filechooser.csd.background, filechooser placessidebar list, filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } filechooser placessidebar.sidebar row.sidebar-row, .nautilus-window placessidebar.sidebar row.sidebar-row { border: none; - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(101, 123, 131, 0.4); } + color: rgba(186, 195, 207, 0.4); } filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, @@ -4087,23 +4092,23 @@ filechooser placessidebar.sidebar, color: inherit; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { opacity: 0.5; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { color: inherit; } @@ -4111,36 +4116,36 @@ filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #b58900; } + color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #fdf6e3; } + color: #ffffff; } filechooser placessidebar.sidebar separator, .nautilus-window placessidebar.sidebar separator { background-color: transparent; } filechooser.maximized placessidebar.sidebar, .nautilus-window.maximized placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } .nemo-window .sidebar { - color: #657b83; - background-color: #073642; } + color: #BAC3CF; + background-color: #353945; } .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { - color: #365963; } + color: #787e8a; } .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar separator { background-color: transparent; } @@ -4148,150 +4153,150 @@ filechooser.maximized placessidebar.sidebar, .caja-side-pane > notebook > stack > widget > box, .caja-side-pane text, .caja-side-pane treeview { - color: #657b83; - caret-color: #657b83; - background-color: #073642; } + color: #BAC3CF; + caret-color: #BAC3CF; + background-color: #353945; } .caja-side-pane > box button:not(:active):not(:checked) { - color: #657b83; } + color: #BAC3CF; } .caja-side-pane .frame { - border-color: #05232b; } + border-color: #2a2d37; } .caja-side-pane junction { - background-color: #05232b; } + background-color: #2a2d37; } filechooser actionbar { - color: #657b83; - background-color: #073642; - border-color: #041c22; } + color: #BAC3CF; + background-color: #353945; + border-color: #252831; } filechooser actionbar label, filechooser actionbar combobox { - color: #657b83; } + color: #BAC3CF; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #353945, #353945); } .gedit-bottom-panel-paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel row { - color: #657b83; - background-color: rgba(101, 123, 131, 0); } + color: #BAC3CF; + background-color: rgba(186, 195, 207, 0); } .gedit-document-panel row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:active button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #BAC3CF; } filechooser actionbar button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } filechooser actionbar button:active, filechooser actionbar button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } filechooser actionbar button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } filechooser actionbar entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } filechooser actionbar entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.25); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.25); } filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { - border-color: #05232b; } + border-color: #2a2d37; } filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } filechooser placessidebar.sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } filechooser placessidebar.sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { background-color: transparent; } filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { - background-color: #05232b; } + background-color: #2a2d37; } @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; -@define-color wm_title alpha(#59808f, 0.8); -@define-color wm_unfocused_title alpha(#59808f, 0.5); -@define-color wm_bg #002b36; -@define-color wm_bg_unfocused #00313e; -@define-color wm_highlight #003745; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#cfdae7, 0.8); +@define-color wm_unfocused_title alpha(#cfdae7, 0.5); +@define-color wm_bg #2f343f; +@define-color wm_bg_unfocused #323843; +@define-color wm_highlight #363b48; @define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #dc322f; -@define-color wm_button_close_hover_bg #cb4b16; -@define-color wm_button_close_active_bg #dc322f; -@define-color wm_icon_close_bg #002b36; -@define-color wm_button_hover_bg #657b83; -@define-color wm_button_active_bg #268bd2; -@define-color wm_button_hover_border #002b36; -@define-color wm_icon_bg #93a1a1; -@define-color wm_icon_unfocused_bg #657b83; -@define-color wm_icon_hover_bg #93a1a1; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5294e2; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 676e0d4..99dbe13 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; @@ -31,18 +31,18 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:disabled { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view, iconview, .view text, iconview text, textview text { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, @@ -53,12 +53,12 @@ textview text { border-radius: 2px; } textview border { - background-color: #f9f6ed; } + background-color: #fafbfb; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } flowbox flowboxchild { padding: 3px; @@ -71,8 +71,8 @@ popover.background label.separator { color: #5c616c; } label selection { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -82,7 +82,7 @@ popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar opacity: 0.55; } assistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } assistant.csd .sidebar { @@ -92,18 +92,18 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } textview { - background-color: #fdf6e3; } + background-color: #ffffff; } popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, popover.background.osd, popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: #073642; + background-color: #353945; background-clip: padding-box; box-shadow: none; } @@ -129,12 +129,12 @@ entry { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; } + border-color: #cfd6e6; + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7c7f84; } + color: #7d8189; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -150,75 +150,75 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); } entry.warning { color: white; - border-color: #cb4b16; - background-color: #df8f68; } + border-color: #F27835; + background-color: #f7ae86; } entry.warning image { color: white; } entry.warning:focus { color: white; - background-color: #cb4b16; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } entry.error { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.error image { color: white; } entry.error:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry.search-missing { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.search-missing image { color: white; } entry.search-missing:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry:drop(active):focus, entry:drop(active) { - border-color: #b58900; + border-color: #F08437; box-shadow: none; } .osd entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.25); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.25); } .osd entry selection:focus, .osd entry selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -227,15 +227,15 @@ entry { treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #268bd2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -245,7 +245,7 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } button separator { margin: 4px 1px; } @@ -261,13 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { @@ -276,22 +276,22 @@ button { button:active { color: #5c616c; } button:active:hover, button:checked { - color: #fdf6e3; } + color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; } button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { color: rgba(92, 97, 108, 0.55); } button:disabled:active, button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } button.image-button { min-width: 24px; padding-left: 5px; @@ -315,122 +315,122 @@ button { padding-right: 8px; padding-left: 8px; } button:drop(active), combobox:drop(active) button.combo { - color: #b58900; - border-color: #b58900; + color: #F08437; + border-color: #F08437; box-shadow: none; } button.osd { - color: #657b83; - background-color: #073642; - border-color: #03181d; } + color: #BAC3CF; + background-color: #353945; + border-color: #23262e; } button.osd.image-button { padding: 0; min-height: 36px; min-width: 36px; } button.osd:hover { - color: #268bd2; } + color: #5294e2; } button.osd:active, button.osd:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } button.osd:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .osd button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd button:active, .osd button:checked { background-clip: padding-box; - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } .osd button.flat, .osd button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .osd button.flat:disabled, .osd button.sidebar-button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } button.suggested-action.flat, button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.suggested-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } button.destructive-action.flat, button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.destructive-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { color: rgba(92, 97, 108, 0.55); } @@ -455,7 +455,7 @@ button { background-image: none; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -469,93 +469,93 @@ button { .inline-toolbar toolbutton > button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { color: rgba(92, 97, 108, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -576,79 +576,79 @@ button { border-left-style: none; } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > entry + entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > entry.error + entry, .linked.vertical > entry + entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.warning + entry, .linked.vertical > entry + entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.error + entry.warning, .linked.vertical > entry.warning + entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry + entry.warning:focus:not(:last-child), .linked.vertical > entry + entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.warning:focus:not(:only-child) + entry, .linked.vertical > entry.warning:focus:not(:only-child) + button, .linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry + entry.error:focus:not(:last-child), .linked.vertical > entry + entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.error:focus:not(:only-child) + entry, .linked.vertical > entry.error:focus:not(:only-child) + button, .linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.5); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); } .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -746,24 +746,24 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } *:link, button:link, button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, button:hover:link, button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, button:active:link, button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { - color: #d2e1e0; } + color: #dceaf9; } button:link > label, button:visited > label { text-decoration-line: underline; } @@ -772,7 +772,7 @@ spinbutton:drop(active) { box-shadow: none; } spinbutton button:active { - color: #fdf6e3; } + color: #ffffff; } spinbutton:disabled { color: rgba(92, 97, 108, 0.55); } @@ -789,11 +789,11 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } spinbutton:not(.vertical) > button:first-child:hover:not(:active), spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -801,14 +801,14 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #268bd2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { - border-left-color: #b58900; } + border-left-color: #F08437; } .osd spinbutton:not(.vertical) > button:hover:not(:active), .osd spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(1, 9, 11, 0.4); } + box-shadow: inset 1px 0 rgba(26, 28, 34, 0.4); } .osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), .osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -816,7 +816,7 @@ spinbutton:not(.vertical) > entry:drop(active) + button { box-shadow: none; } .osd spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(1, 9, 11, 0.4); } + border-left-color: rgba(26, 28, 34, 0.4); } spinbutton.vertical button, spinbutton.vertical entry { padding-left: 4px; @@ -827,10 +827,10 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #268bd2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { - border-top-color: #b58900; } + border-top-color: #F08437; } combobox button.combo { min-width: 0; @@ -858,7 +858,7 @@ toolbar, .inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.9); } + background-color: rgba(53, 57, 69, 0.9); } toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { border-radius: 0; } toolbar.osd.top, .osd.top.inline-toolbar { @@ -882,11 +882,11 @@ toolbar, .inline-toolbar { .primary-toolbar:not(.libreoffice-toolbar) { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, #e4dabc) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, #d4d5db) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -914,22 +914,22 @@ headerbar, padding: 0 7px; border-width: 0 0 1px; border-style: solid; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px #f2eee0; } + background-color: #e7e8eb; + box-shadow: inset 0 1px #eff0f2; } .csd headerbar, .csd .titlebar:not(headerbar) { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { - background-color: #f2eee0; } + background-color: #eff0f2; } headerbar .title, .titlebar:not(headerbar) .title { padding-left: 12px; padding-right: 12px; } @@ -939,14 +939,14 @@ headerbar, padding-right: 12px; } headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { - color: #fdf6e3; - background-color: #268bd2; - border-color: #2380c1; + color: #ffffff; + background-color: #5294e2; + border-color: #4189df; box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #268bd2; - color: rgba(253, 246, 227, 0.6); } + background-color: #5294e2; + color: rgba(255, 255, 255, 0.6); } headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu { box-shadow: none; padding-left: 10px; @@ -957,7 +957,7 @@ headerbar, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { - background-color: #268bd2; } + background-color: #5294e2; } .tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), @@ -967,11 +967,11 @@ headerbar, border-radius: 0; } .maximized headerbar, .maximized .titlebar:not(headerbar) { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) { - background-color: #f2eee0; } + background-color: #eff0f2; } headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop, @@ -981,7 +981,7 @@ headerbar, .csd .default-decoration.titlebar:backdrop:not(headerbar) { min-height: 28px; padding: 0 3px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized @@ -992,7 +992,7 @@ headerbar, .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { border-radius: 4px 4px 0 0; } @@ -1026,7 +1026,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to bottom, #e4dabc, #e4dabc); } + background-image: linear-gradient(to bottom, #d4d5db, #d4d5db); } .primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1037,322 +1037,322 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + .primary-toolbar entry:focus, headerbar entry:focus { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { - color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: #ffffff; } + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.75); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { - background-color: #fdf6e3; - color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { - border-color: #268bd2; + background-color: rgba(255, 255, 255, 0.75); } + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #ffffff; + color: #5294e2; } + .primary-toolbar entry progress, headerbar entry progress { + border-color: #5294e2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; - border-color: #cb4b16; - background-color: #d98a62; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + border-color: #F27835; + background-color: #eea57e; } + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; - background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + background-color: #F27835; } + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; - color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + color: #F27835; } + .primary-toolbar entry.error, headerbar entry.error { color: white; - border-color: #dc322f; - background-color: #e37b71; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + border-color: #FC4138; + background-color: #f48480; } + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; - background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + background-color: #FC4138; } + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(82, 93, 118, 0.8); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(82, 93, 118, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: #dc322f; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: #cb4b16; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: #F27835; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: #d43f23; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: #f75d37; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #268bd2; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #268bd2; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #b58900; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: #F08437; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #b58900; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: #F08437; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #cb4b16; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: #F27835; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #cb4b16; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #F27835; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #dc322f; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #dc322f; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #268bd2; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + color: #4DADD4; } + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + background-color: #76c0de; + border-color: #76c0de; } + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + color: #F04A50; } + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { - color: #fdf6e3; - caret-color: #fdf6e3; } +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(255, 255, 255, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #268bd2; } +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.75); } + background-color: rgba(255, 255, 255, 0.75); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + box-shadow: 1px 0 #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + box-shadow: -1px 0 #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(82, 93, 118, 0.15); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { - background-color: #268bd2; - border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { - background-color: #f7f5f0; + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #5294e2; + border-color: #5294e2; } + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: #f5f5f7; border-color: rgba(82, 93, 118, 0.3); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(82, 93, 118, 0.15); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(82, 93, 118, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -1388,54 +1388,54 @@ treeview.view { -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #268bd2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } treeview.view:disabled { color: rgba(92, 97, 108, 0.55); } treeview.view:disabled:selected { - color: #7cb6d9; } + color: #97bfee; } treeview.view.separator { min-height: 2px; color: rgba(0, 0, 0, 0.1); } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { color: #5c616c; } treeview.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } treeview.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.progressbar, treeview.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-color: #268bd2; } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view.trough { color: #5c616c; - background-color: #657b83; + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; border-width: 0; } @@ -1444,18 +1444,18 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7c7f84; - background-color: #fdf6e3; + color: #7d8189; + background-color: #ffffff; background-image: none; border-style: none solid none none; border-radius: 0; - border-image: linear-gradient(to bottom, #fdf6e3 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #fdf6e3 80%) 0 1 0 0/0 1px 0 0 stretch; } + border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:hover { - color: #268bd2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view header button:active:hover { color: #5c616c; } treeview.view header button:disabled { @@ -1471,8 +1471,8 @@ treeview.view { treeview.view header.button.dnd:active { padding: 0 6px; transition: none; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1480,7 +1480,7 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } menubar:backdrop, .menubar:backdrop { @@ -1492,8 +1492,8 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { color: rgba(82, 93, 118, 0.2); @@ -1504,7 +1504,7 @@ menu, margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd menu, .csd .menu { @@ -1517,13 +1517,13 @@ menu, .csd .menu separator { margin: 2px 0; - background-color: #fdf6e3; } + background-color: #ffffff; } menu .separator:not(label), .csd menu .separator:not(label), .menu .separator:not(label), .csd .menu .separator:not(label) { - color: #fdf6e3; } + color: #ffffff; } menu menuitem, .menu menuitem { min-height: 16px; @@ -1531,8 +1531,8 @@ menu, padding: 5px; } menu menuitem:hover, .menu menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1567,21 +1567,21 @@ menu, min-width: 16px; min-height: 16px; padding: 4px; - background-color: #fdf6e3; + background-color: #ffffff; border-radius: 0; } menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #ede7d7; + border-bottom: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #ede7d7; + border-top: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #ede7d7; } + background-color: #efeff0; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1593,7 +1593,7 @@ popover.background { padding: 2px; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .csd popover, popover, .csd popover.background, @@ -1601,7 +1601,7 @@ popover.background { border: 1px solid #cdd2d7; } popover separator, popover.background separator { - background-color: #fdf6e3; } + background-color: #ffffff; } popover > list, popover > .view, popover > iconview, @@ -1646,7 +1646,7 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #fdf6e3; } + background-color: #ffffff; } notebook > header { padding: 2px; background-color: #F5F6F7; } @@ -1740,14 +1740,14 @@ notebook { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { color: rgba(92, 97, 108, 0.55); - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { color: rgba(92, 97, 108, 0.775); - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; @@ -1757,10 +1757,10 @@ notebook { notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #268bd2; } + color: #5294e2; } scrollbar { - background-color: #fdf4de; + background-color: #fcfcfc; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; @@ -1794,7 +1794,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -2128,13 +2128,13 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: #657b83; } + background-color: #cfd6e6; } scale trough:disabled { - background-color: rgba(101, 123, 131, 0.55); } + background-color: rgba(207, 214, 230, 0.55); } .osd scale trough { - background-color: #0a5062; } + background-color: #454a59; } .osd scale trough highlight { - background-color: #268bd2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2142,28 +2142,28 @@ scale { menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #fdf6e3; } + background-color: #ffffff; } menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: #9cc6db; } + background-color: #b1cff2; } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #268bd2; } + background-color: #5294e2; } scale highlight:disabled { - background-color: rgba(38, 139, 210, 0.55); } + background-color: rgba(82, 148, 226, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { background-color: #fbfbfc; - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 100%; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border; } @@ -2171,42 +2171,42 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { - background-color: #f9f6ec; - border-color: rgba(45, 55, 59, 0.3); } + background-color: #fbfbfb; + border-color: rgba(123, 142, 186, 0.3); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #fdf6e3; - border-color: #fdf6e3; } + background-color: #ffffff; + border-color: #ffffff; } menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: #dde6e0; - border-color: #dde6e0; } + background-color: #e5effb; + border-color: #e5effb; } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: #92c1db; - border-color: #92c1db; } + background-color: #a9caf1; + border-color: #a9caf1; } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: #9cc6db; - border-color: #9cc6db; } + background-color: #b1cff2; + border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { - background-color: #4ca2df; - border-color: #4ca2df; } + background-color: #7eafe9; + border-color: #7eafe9; } .osd scale slider:active { - background-color: #1e6ea7; - border-color: #1e6ea7; } + background-color: #2679db; + border-color: #2679db; } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -2259,17 +2259,17 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } row:selected progressbar progress, infobar progressbar progress { - background-color: #fdf6e3; } + background-color: #ffffff; } progressbar trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } row:selected progressbar trough, infobar progressbar trough { background-color: rgba(0, 0, 0, 0.2); } @@ -2286,7 +2286,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } levelbar.horizontal.discrete block { margin: 0 1px; } @@ -2295,21 +2295,21 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } levelbar block.high { - border-color: #268bd2; - background-color: #268bd2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } levelbar block.empty { background-color: rgba(92, 97, 108, 0.2); @@ -2317,7 +2317,7 @@ levelbar block.empty { printdialog paper { border: 1px solid #dcdfe3; - background: #fdf6e3; + background: #ffffff; padding: 0; } printdialog .dialog-action-box { @@ -2337,7 +2337,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2346,7 +2346,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2355,7 +2355,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2364,7 +2364,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2415,7 +2415,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -2425,7 +2425,7 @@ separator { min-height: 1px; } list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } list row { padding: 2px; } @@ -2445,41 +2445,41 @@ row.activatable:disabled { color: inherit; } row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .app-notification { padding: 10px; - color: #657b83; - background-color: #073642; + color: #BAC3CF; + background-color: #353945; background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: #021014; } + border-color: #1f2128; } .app-notification border { border: none; } .app-notification button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .app-notification button.flat, .app-notification button.sidebar-button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } .app-notification button:active, .app-notification button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } expander arrow { min-width: 16px; @@ -2515,8 +2515,8 @@ calendar { messagedialog .titlebar { min-height: 20px; - background-color: #eee8d5; - border-bottom: 1px solid #e4dabc; } + background-color: #e7e8eb; + border-bottom: 1px solid #d4d5db; } messagedialog .dialog-action-area button { padding: 8px; @@ -2608,18 +2608,18 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to bottom, #b58900, #b58900); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #b58900, inset 0 -1px #b58900; } + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #b58900; } + color: #F08437; } placessidebar row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #fdf6e3; } + color: #ffffff; } placesview .server-list-button > image { -gtk-icon-transform: rotate(0turn); } @@ -2641,7 +2641,7 @@ paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to bottom, #268bd2, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; @@ -2679,52 +2679,52 @@ paned.vertical > separator { infobar { border-style: none; } infobar.info, infobar.question, infobar.warning, infobar.error { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; caret-color: currentColor; } infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { - color: rgba(253, 246, 227, 0.4); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + color: rgba(255, 255, 255, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { - color: #268bd2; - background-color: #fdf6e3; - border-color: #fdf6e3; } +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { + color: #5294e2; + background-color: #ffffff; + border-color: #ffffff; } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled { - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.4); } + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { - color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #268bd2; - background-color: rgba(253, 246, 227, 0.5); - border-color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.5); } + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + color: #5294e2; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: #0c5c70; + background-color: #4b5162; background-clip: padding-box; } tooltip.background label { padding: 4px; } @@ -2732,7 +2732,7 @@ tooltip { background-color: transparent; } tooltip * { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } colorswatch, colorswatch:drop(active) { border-style: none; } @@ -2790,11 +2790,11 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { border-color: transparent; @@ -2811,13 +2811,13 @@ colorchooser .popover.osd { border-radius: 3px; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-icon-effect: highlight; } .scale-popup button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .context-menu, popover.touch-selection, .csd popover.touch-selection, @@ -2843,7 +2843,7 @@ button.circular-button { min-height: 20px; padding: 3px 6px 4px 6px; color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } @@ -2856,7 +2856,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima *:drop(active):focus, *:drop(active) { - box-shadow: inset 0 0 0 1px #b58900; } + box-shadow: inset 0 0 0 1px #F08437; } decoration { border-radius: 4px 4px 0 0; @@ -2888,7 +2888,7 @@ decoration { .solid-csd decoration { border-radius: 0; margin: 1px; - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; } headerbar.default-decoration button.titlebutton, @@ -2905,7 +2905,7 @@ headerbar button.titlebutton, border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { color: rgba(82, 93, 118, 0.8); @@ -2914,9 +2914,9 @@ headerbar button.titlebutton, headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, @@ -2981,7 +2981,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: #268bd2; } + background-color: #5294e2; } row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, iconview text:selected:focus, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, @@ -2995,7 +2995,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - color: #fdf6e3; } + color: #ffffff; } row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, @@ -3005,7 +3005,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { - color: #92c1db; } + color: #a9caf1; } .gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, terminal-window notebook > header.top > tabs > tab:checked { @@ -3014,7 +3014,7 @@ terminal-window notebook > header.top > tabs > tab:checked { terminal-window notebook > header.top, .mate-terminal notebook > header.top { padding-top: 3px; - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } terminal-window notebook > header.top button, .mate-terminal notebook > header.top button { padding: 0; @@ -3030,7 +3030,7 @@ terminal-window notebook > header.top, .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, @@ -3040,7 +3040,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } .nautilus-window searchbar { border-top: 1px solid #dcdfe3; } @@ -3050,7 +3050,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .disk-space-display { border-style: solid; @@ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -3071,9 +3071,9 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3084,27 +3084,27 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .conflict-row.activatable, .conflict-row.activatable:active { color: white; - background-color: #dc322f; } + background-color: #FC4138; } .conflict-row.activatable:hover { - background-color: #e35d5b; } + background-color: #fd716a; } .conflict-row.activatable:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .nemo-window .nemo-places-sidebar.frame { border-width: 0; } .nemo-window notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { color: rgba(82, 93, 118, 0.8); @@ -3115,9 +3115,9 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover { background-color: rgba(255, 255, 255, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { color: rgba(82, 93, 118, 0.4); } @@ -3144,21 +3144,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .open-document-selector-treeview.view, iconview.open-document-selector-treeview { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel row button { min-width: 22px; @@ -3184,7 +3184,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: none; box-shadow: none; } .gedit-document-panel row:hover:selected button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; @@ -3242,10 +3242,10 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 4px 4px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #268bd2; } + border-top-color: #5294e2; } layouttab { - background-color: #fdf6e3; } + background-color: #ffffff; } layout { border: 1px solid #dcdfe3; @@ -3255,11 +3255,11 @@ eggsearchbar box.search-bar { border-bottom: 1px solid #dcdfe3; } pillbox { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 3px; } pillbox:disabled label { - color: rgba(253, 246, 227, 0.5); } + color: rgba(255, 255, 255, 0.5); } docktabstrip { padding: 0 6px; @@ -3275,7 +3275,7 @@ docktabstrip { opacity: 1; } docktabstrip docktab:checked { border-color: #dcdfe3; - background-color: #fdf6e3; } + background-color: #ffffff; } dockbin { border: 1px solid #dcdfe3; @@ -3319,7 +3319,7 @@ entry.search.preferences-search { border-radius: 0; } preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } preferences stacksidebar.sidebar list separator { background-color: transparent; } @@ -3357,8 +3357,8 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { @@ -3367,21 +3367,21 @@ button.documents-load-more { button.documents-favorite:active, button.documents-favorite:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag, .photos-entry-tag { - color: #fdf6e3; - background: #268bd2; + color: #ffffff; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover, .photos-entry-tag:hover { - color: #fdf6e3; - background: #3295da; } + color: #ffffff; + background: #639fe5; } .documents-entry-tag:active, .photos-entry-tag:active { - color: #fdf6e3; - background: #2380c1; } + color: #ffffff; + background: #4189df; } .content-view.document-page { border-style: solid; @@ -3396,6 +3396,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3407,9 +3411,9 @@ button.documents-favorite:active:hover { #gf-input-source-popup.solid, #gf-candidate-popup, #gf-candidate-popup.solid { - color: #768d96; - background-color: #073642; - border: 1px solid #03181d; + color: #cfd5de; + background-color: #353945; + border: 1px solid #23262e; border-radius: 2px; } #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, @@ -3422,14 +3426,14 @@ button.documents-favorite:active:hover { #gf-candidate-popup levelbar block.low, #gf-candidate-popup levelbar block.high, #gf-candidate-popup levelbar block.full { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } #gf-bubble levelbar block.empty, #gf-osd-window levelbar block.empty, #gf-input-source-popup levelbar block.empty, #gf-candidate-popup levelbar block.empty { - background-color: #05232b; } + background-color: #2a2d37; } #gf-bubble levelbar trough, #gf-osd-window levelbar trough, @@ -3441,35 +3445,35 @@ button.documents-favorite:active:hover { min-height: 32px; min-width: 40px; } #gf-input-source:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } gf-candidate-box label { padding: 3px; } gf-candidate-box:hover, gf-candidate-box:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } MsdOsdWindow.background.osd { border-radius: 2px; - border: 1px solid #03181d; } + border: 1px solid #23262e; } MsdOsdWindow.background.osd .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-color: red; border-radius: 5px; } MsdOsdWindow.background.osd .trough { - background-color: #05232b; + background-color: #2a2d37; border: none; border-radius: 5px; } .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { - background-color: #05242c; } + background-color: #2b2e37; } .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, @@ -3477,7 +3481,7 @@ panel-toplevel.background menubar { panel-toplevel.background menubar, panel-toplevel.background #PanelApplet label, panel-toplevel.background #PanelApplet image { - color: #657b83; } + color: #BAC3CF; } .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, @@ -3490,15 +3494,15 @@ panel-toplevel.background #tasklist-button image { .mate-panel-menu-bar .wnck-pager, panel-toplevel.background .wnck-pager { - color: #333e42; - background-color: black; } + color: #5d6268; + background-color: #14161b; } .mate-panel-menu-bar .wnck-pager:hover, panel-toplevel.background .wnck-pager:hover { - background-color: #073743; } + background-color: #363a46; } .mate-panel-menu-bar .wnck-pager:selected, panel-toplevel.background .wnck-pager:selected { - color: #78b9e6; - background-color: #268bd2; } + color: #a9caf1; + background-color: #5294e2; } .mate-panel-menu-bar na-tray-applet, panel-toplevel.background na-tray-applet { @@ -3506,39 +3510,39 @@ panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { - background-color: #05242c; + background-color: #2b2e37; text-shadow: none; -gtk-icon-shadow: none; } #tasklist-button { - color: rgba(101, 123, 131, 0.8); + color: rgba(186, 195, 207, 0.8); border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } #tasklist-button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } .mate-panel-menu-bar button:not(#tasklist-button), panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { - color: #657b83; + color: #BAC3CF; border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } .mate-panel-menu-bar button:hover:not(#tasklist-button), panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; - background-color: #0a4a5a; } + background-color: #414654; } .mate-panel-menu-bar button:active:not(#tasklist-button), panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .mate-panel-menu-bar button:active:not(#tasklist-button) label, panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, @@ -3548,8 +3552,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto .nautilus-window .floating-bar { padding: 1px; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { border-top-left-radius: 0; } @@ -3566,19 +3570,19 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.9); } + background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.75); } + background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3647,7 +3651,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3656,9 +3660,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px #f2eee0; } + box-shadow: inset 0 1px #eff0f2; } UnityDecoration .top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3669,18 +3673,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3692,7 +3696,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: #faf8f2; + background-color: #fdfdfe; border-radius: 0px; padding: 0px; color: white; } @@ -3765,13 +3769,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar label { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3826,8 +3830,8 @@ iconview.source-list:hover:selected, .source-list.view:selected:focus, iconview.source-list:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3842,8 +3846,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3852,8 +3856,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:hover:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3869,7 +3873,7 @@ iconview.source-list:selected:focus, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome label { color: #a9acb2; @@ -3893,7 +3897,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3925,17 +3929,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: #05242c; - color: #657b83; + background-color: #2b2e37; + color: #BAC3CF; font-weight: bold; - box-shadow: inset 0 -1px #010a0c; } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + box-shadow: inset 0 -1px #1b1d23; } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #BAC3CF; + font-weight: bold; } #panel_window menubar menuitem:disabled { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { @@ -3959,18 +3964,18 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { color: rgba(92, 97, 108, 0.55); } @@ -3979,29 +3984,29 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: #073642; + background-color: #353945; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #073642; } + box-shadow: inset 0 1px #353945; } #buttonbox_frame button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } #buttonbox_frame button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { color: #5c616c; @@ -4016,48 +4021,48 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; color: green; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #353945, #353945); } .nautilus-window paned > separator:dir(ltr) { margin-left: -1px; } .nautilus-window paned > separator:dir(rtl) { margin-right: -1px; } filechooser paned > separator { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #353945, #353945); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4066,23 +4071,23 @@ filechooser.csd.background, filechooser placessidebar list, filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } filechooser placessidebar.sidebar row.sidebar-row, .nautilus-window placessidebar.sidebar row.sidebar-row { border: none; - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(101, 123, 131, 0.4); } + color: rgba(186, 195, 207, 0.4); } filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, @@ -4091,23 +4096,23 @@ filechooser placessidebar.sidebar, color: inherit; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { opacity: 0.5; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { color: inherit; } @@ -4115,36 +4120,36 @@ filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #b58900; } + color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #fdf6e3; } + color: #ffffff; } filechooser placessidebar.sidebar separator, .nautilus-window placessidebar.sidebar separator { background-color: transparent; } filechooser.maximized placessidebar.sidebar, .nautilus-window.maximized placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } .nemo-window .sidebar { - color: #657b83; - background-color: #073642; } + color: #BAC3CF; + background-color: #353945; } .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { - color: #365963; } + color: #787e8a; } .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar separator { background-color: transparent; } @@ -4152,150 +4157,150 @@ filechooser.maximized placessidebar.sidebar, .caja-side-pane > notebook > stack > widget > box, .caja-side-pane text, .caja-side-pane treeview { - color: #657b83; - caret-color: #657b83; - background-color: #073642; } + color: #BAC3CF; + caret-color: #BAC3CF; + background-color: #353945; } .caja-side-pane > box button:not(:active):not(:checked) { - color: #657b83; } + color: #BAC3CF; } .caja-side-pane .frame { - border-color: #05232b; } + border-color: #2a2d37; } .caja-side-pane junction { - background-color: #05232b; } + background-color: #2a2d37; } filechooser actionbar { - color: #657b83; - background-color: #073642; - border-color: #041c22; } + color: #BAC3CF; + background-color: #353945; + border-color: #252831; } filechooser actionbar label, filechooser actionbar combobox { - color: #657b83; } + color: #BAC3CF; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, #073642, #073642); } + background-image: linear-gradient(to bottom, #353945, #353945); } .gedit-bottom-panel-paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel row { - color: #657b83; - background-color: rgba(101, 123, 131, 0); } + color: #BAC3CF; + background-color: rgba(186, 195, 207, 0); } .gedit-document-panel row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:active button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #BAC3CF; } filechooser actionbar button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(21, 163, 200, 0.5); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(119, 127, 151, 0.5); } filechooser actionbar button:active, filechooser actionbar button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } filechooser actionbar button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.25); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.25); } filechooser actionbar entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.4); - background-color: rgba(18, 137, 167, 0.4); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.4); + background-color: rgba(102, 109, 132, 0.4); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.4); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.4); + background-color: #5294e2; } filechooser actionbar entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.25); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.25); } filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { - border-color: #05232b; } + border-color: #2a2d37; } filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } filechooser placessidebar.sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } filechooser placessidebar.sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { background-color: transparent; } filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { - background-color: #05232b; } + background-color: #2a2d37; } @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 8c1fa06..ebf8827 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -1,7 +1,7 @@ * { background-clip: padding-box; -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #dc322f; + -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; @@ -31,18 +31,18 @@ background-color: #d9dde0; color: #5c616c; } .gtkstyle-fallback:disabled { - background-color: #faf6eb; + background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .view, iconview, .view text, iconview text, textview text { color: #5c616c; - background-color: #fdf6e3; } + background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, @@ -53,12 +53,12 @@ textview text { border-radius: 2px; } textview border { - background-color: #f9f6ed; } + background-color: #fafbfb; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { - border: 1px solid #1e6ea7; - background-color: rgba(30, 110, 167, 0.2); } + border: 1px solid #2679db; + background-color: rgba(38, 121, 219, 0.2); } flowbox flowboxchild { padding: 3px; @@ -71,8 +71,8 @@ popover.background label.separator { color: #5c616c; } label selection { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -82,7 +82,7 @@ popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar opacity: 0.55; } assistant .sidebar { - background-color: #fdf6e3; + background-color: #ffffff; border-top: 1px solid #dcdfe3; } assistant.csd .sidebar { @@ -92,18 +92,18 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } textview { - background-color: #fdf6e3; } + background-color: #ffffff; } popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, popover.background.osd, popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd { - color: #657b83; + color: #BAC3CF; border: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; box-shadow: none; } @@ -129,12 +129,12 @@ entry { border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; - border-color: #657b83; - background-color: #fdf6e3; } + border-color: #cfd6e6; + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7c7f84; } + color: #7d8189; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -150,75 +150,75 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 0.55); - border-color: rgba(101, 123, 131, 0.55); - background-color: rgba(253, 246, 227, 0.55); } + border-color: rgba(207, 214, 230, 0.55); + background-color: rgba(255, 255, 255, 0.55); } entry.warning { color: white; - border-color: #cb4b16; - background-color: #df8f68; } + border-color: #F27835; + background-color: #f7ae86; } entry.warning image { color: white; } entry.warning:focus { color: white; - background-color: #cb4b16; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { background-color: white; - color: #cb4b16; } + color: #F27835; } entry.error { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.error image { color: white; } entry.error:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry.search-missing { color: white; - border-color: #dc322f; - background-color: #e98077; } + border-color: #FC4138; + background-color: #fd8d88; } entry.search-missing image { color: white; } entry.search-missing:focus { color: white; - background-color: #dc322f; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } entry:drop(active):focus, entry:drop(active) { - border-color: #b58900; + border-color: #F08437; box-shadow: none; } .osd entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } .osd entry selection:focus, .osd entry selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #268bd2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -227,15 +227,15 @@ entry { treeview entry.flat, treeview entry { border-radius: 0; background-image: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #268bd2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#268bd2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -245,7 +245,7 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } button separator { margin: 4px 1px; } @@ -261,13 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { @@ -276,22 +276,22 @@ button { button:active { color: #5c616c; } button:active:hover, button:checked { - color: #fdf6e3; } + color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; } button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { color: rgba(92, 97, 108, 0.55); } button:disabled:active, button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } button.image-button { min-width: 24px; padding-left: 5px; @@ -315,122 +315,122 @@ button { padding-right: 8px; padding-left: 8px; } button:drop(active), combobox:drop(active) button.combo { - color: #b58900; - border-color: #b58900; + color: #F08437; + border-color: #F08437; box-shadow: none; } button.osd { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(3, 24, 29, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(35, 38, 46, 0.95); } button.osd.image-button { padding: 0; min-height: 36px; min-width: 36px; } button.osd:hover { - color: #268bd2; } + color: #5294e2; } button.osd:active, button.osd:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } button.osd:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .osd button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd button:active, .osd button:checked { background-clip: padding-box; - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } .osd button.flat, .osd button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .osd button.flat:disabled, .osd button.sidebar-button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } button.suggested-action.flat, button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.suggested-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } button.destructive-action.flat, button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { border-color: transparent; background-color: transparent; background-image: none; color: rgba(92, 97, 108, 0.55); } button.destructive-action:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { color: rgba(92, 97, 108, 0.55); } @@ -455,7 +455,7 @@ button { background-image: none; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#268bd2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -469,93 +469,93 @@ button { .inline-toolbar toolbutton > button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { color: rgba(92, 97, 108, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - border-color: rgba(38, 139, 210, 0.75); - background-color: rgba(38, 139, 210, 0.75); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(253, 246, 227, 0.8); } + color: rgba(255, 255, 255, 0.8); } .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(101, 123, 131, 0.3); } + border-left-color: rgba(207, 214, 230, 0.3); } .linked:not(.vertical):not(.path-bar) > entry.error + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: #d43f23; } + border-left-color: #f75d37; } .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #b58900; } + border-left-color: #F08437; } .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #cb4b16; } + border-left-color: #F27835; } .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #dc322f; } + border-left-color: #FC4138; } .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #268bd2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -576,79 +576,79 @@ button { border-left-style: none; } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4), inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.4); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } .linked.vertical > entry + entry { - border-top-color: rgba(101, 123, 131, 0.3); } + border-top-color: rgba(207, 214, 230, 0.3); } .linked.vertical > entry.error + entry, .linked.vertical > entry + entry.error { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.warning + entry, .linked.vertical > entry + entry.warning { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.error + entry.warning, .linked.vertical > entry.warning + entry.error { - border-top-color: #d43f23; } + border-top-color: #f75d37; } .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #b58900; } + border-top-color: #F08437; } .linked.vertical > entry + entry.warning:focus:not(:last-child), .linked.vertical > entry + entry.warning:focus:last-child { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry.warning:focus:not(:only-child) + entry, .linked.vertical > entry.warning:focus:not(:only-child) + button, .linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #cb4b16; } + border-top-color: #F27835; } .linked.vertical > entry + entry.error:focus:not(:last-child), .linked.vertical > entry + entry.error:focus:last-child { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > entry.error:focus:not(:only-child) + entry, .linked.vertical > entry.error:focus:not(:only-child) + button, .linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #dc322f; } + border-top-color: #FC4138; } .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #268bd2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 1px #657b83; } + box-shadow: inset 0 1px #cfd6e6; } .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: inset 0 1px rgba(101, 123, 131, 0.5); } + box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); } .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -746,24 +746,24 @@ modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } *:link, button:link, button:visited { - color: #1e6ea7; } + color: #2679db; } *:link:visited, button:visited { - color: #16527c; } + color: #1e61b0; } *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { - color: #a7cbdc; } + color: #bad4f3; } *:link:hover, button:hover:link, button:hover:visited { - color: #268bd2; } + color: #5294e2; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #e8ebe1; } + color: #eef4fc; } *:link:active, button:active:link, button:active:visited { - color: #1e6ea7; } + color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d2e1e0; } + color: #dceaf9; } infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { - color: #d2e1e0; } + color: #dceaf9; } button:link > label, button:visited > label { text-decoration-line: underline; } @@ -772,7 +772,7 @@ spinbutton:drop(active) { box-shadow: none; } spinbutton button:active { - color: #fdf6e3; } + color: #ffffff; } spinbutton:disabled { color: rgba(92, 97, 108, 0.55); } @@ -789,11 +789,11 @@ spinbutton:not(.vertical) > button + button { spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 #657b83; } + box-shadow: inset 1px 0 #cfd6e6; } spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(101, 123, 131, 0.5); } + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } spinbutton:not(.vertical) > button:first-child:hover:not(:active), spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -801,14 +801,14 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #268bd2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { - border-left-color: #b58900; } + border-left-color: #F08437; } .osd spinbutton:not(.vertical) > button:hover:not(:active), .osd spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(1, 9, 11, 0.35); } + box-shadow: inset 1px 0 rgba(26, 28, 34, 0.35); } .osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), .osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), @@ -816,7 +816,7 @@ spinbutton:not(.vertical) > entry:drop(active) + button { box-shadow: none; } .osd spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(1, 9, 11, 0.35); } + border-left-color: rgba(26, 28, 34, 0.35); } spinbutton.vertical button, spinbutton.vertical entry { padding-left: 4px; @@ -827,10 +827,10 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #268bd2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { - border-top-color: #b58900; } + border-top-color: #F08437; } combobox button.combo { min-width: 0; @@ -858,7 +858,7 @@ toolbar, .inline-toolbar { padding: 7px; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 3px; - background-color: rgba(7, 54, 66, 0.85); } + background-color: rgba(53, 57, 69, 0.85); } toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { border-radius: 0; } toolbar.osd.top, .osd.top.inline-toolbar { @@ -882,11 +882,11 @@ toolbar, .inline-toolbar { .primary-toolbar:not(.libreoffice-toolbar) { color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; + background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #eee8d5, rgba(228, 218, 188, 0.95)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #e7e8eb, rgba(212, 213, 219, 0.95)) 1 0 1 0; } .inline-toolbar { background-color: #edeef0; @@ -914,22 +914,22 @@ headerbar, padding: 0 7px; border-width: 0 0 1px; border-style: solid; - border-color: #e4dabc; + border-color: #d4d5db; color: rgba(82, 93, 118, 0.8); - background-color: #eee8d5; - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + background-color: #e7e8eb; + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd headerbar, .csd .titlebar:not(headerbar) { - background-color: rgba(238, 232, 213, 0.95); - border-color: rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-color: rgba(212, 213, 219, 0.95); } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; color: rgba(82, 93, 118, 0.5); - background-color: #f2eee0; } + background-color: #eff0f2; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { - background-color: rgba(242, 238, 224, 0.95); } + background-color: rgba(239, 240, 242, 0.95); } headerbar .title, .titlebar:not(headerbar) .title { padding-left: 12px; padding-right: 12px; } @@ -939,14 +939,14 @@ headerbar, padding-right: 12px; } headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { - color: #fdf6e3; - background-color: rgba(38, 139, 210, 0.95); - border-color: rgba(35, 128, 193, 0.95); + color: #ffffff; + background-color: rgba(82, 148, 226, 0.95); + border-color: rgba(65, 137, 223, 0.95); box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: rgba(38, 139, 210, 0.95); - color: rgba(253, 246, 227, 0.6); } + background-color: rgba(82, 148, 226, 0.95); + color: rgba(255, 255, 255, 0.6); } headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu { box-shadow: none; padding-left: 10px; @@ -957,7 +957,7 @@ headerbar, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { - background-color: #268bd2; } + background-color: #5294e2; } .tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), @@ -967,11 +967,11 @@ headerbar, border-radius: 0; } .maximized headerbar, .maximized .titlebar:not(headerbar) { - background-color: #eee8d5; - border-color: #e4dabc; } + background-color: #e7e8eb; + border-color: #d4d5db; } .maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) { - background-color: #f2eee0; } + background-color: #eff0f2; } headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop, @@ -981,7 +981,7 @@ headerbar, .csd .default-decoration.titlebar:backdrop:not(headerbar) { min-height: 28px; padding: 0 3px; - background-color: #eee8d5; + background-color: #e7e8eb; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized @@ -992,7 +992,7 @@ headerbar, .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) { - background-color: #eee8d5; } + background-color: #e7e8eb; } .titlebar { border-radius: 4px 4px 0 0; } @@ -1026,7 +1026,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to bottom, rgba(228, 218, 188, 0.95), rgba(228, 218, 188, 0.95)); } + background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); } .primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1037,322 +1037,322 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { +.primary-toolbar entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { + .primary-toolbar entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + .primary-toolbar entry:focus, headerbar entry:focus { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { - color: #fdf6e3; } - .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { + .primary-toolbar entry:focus image, headerbar entry:focus image { + color: #ffffff; } + .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.75); } - .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { - background-color: #fdf6e3; - color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { - border-color: #268bd2; + background-color: rgba(255, 255, 255, 0.75); } + .primary-toolbar entry selection:focus, headerbar entry selection:focus { + background-color: #ffffff; + color: #5294e2; } + .primary-toolbar entry progress, headerbar entry progress { + border-color: #5294e2; background-image: none; background-color: transparent; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { + .primary-toolbar entry.warning, headerbar entry.warning { color: white; - border-color: #cb4b16; - background-color: rgba(216, 134, 94, 0.98); } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { + border-color: #F27835; + background-color: rgba(238, 162, 121, 0.98); } + .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; - background-color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { + background-color: #F27835; } + .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; - color: #cb4b16; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { + color: #F27835; } + .primary-toolbar entry.error, headerbar entry.error { color: white; - border-color: #dc322f; - background-color: rgba(227, 118, 109, 0.98); } - .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { + border-color: #FC4138; + background-color: rgba(244, 128, 123, 0.98); } + .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; - background-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { + background-color: #FC4138; } + .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; - color: #dc322f; } + color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { +.primary-toolbar button, headerbar button { color: rgba(82, 93, 118, 0.8); outline-offset: -3px; - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { + .primary-toolbar button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { + .primary-toolbar button:disabled, headerbar button:disabled { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { color: rgba(82, 93, 118, 0.35); } - .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { - color: rgba(253, 246, 227, 0.75); - border-color: rgba(38, 139, 210, 0.65); - background-color: rgba(38, 139, 210, 0.65); } + .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(82, 148, 226, 0.65); + background-color: rgba(82, 148, 226, 0.65); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { - border-left-color: #dc322f; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { + border-left-color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { - border-left-color: #cb4b16; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { + border-left-color: #F27835; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { - border-left-color: #d43f23; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { + border-left-color: #f75d37; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #268bd2; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #268bd2; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { - border-left-color: #b58900; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { + border-left-color: #F08437; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-left-color: #b58900; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-left-color: #F08437; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { - border-left-color: #cb4b16; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { + border-left-color: #F27835; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #cb4b16; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #F27835; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { - border-left-color: #dc322f; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { + border-left-color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #dc322f; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { + border-left-color: #FC4138; } -.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #268bd2; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { +.primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; - background-color: #2aa198; - border-color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + background-color: #4DADD4; + border-color: #4DADD4; } + .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #2aa198; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { + color: #4DADD4; } + .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; - background-color: #35c9be; - border-color: #35c9be; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { + background-color: #76c0de; + border-color: #76c0de; } + .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; - background-color: #1f7972; - border-color: #1f7972; } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: #2e96c0; + border-color: #2e96c0; } + .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { +.primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; - background-color: #dc322f; - border-color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #dc322f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { + color: #F04A50; } + .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; - background-color: #e35d5b; - border-color: #e35d5b; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; - background-color: #b9221f; - border-color: #b9221f; } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { - background-color: rgba(238, 232, 213, 0); - border-color: rgba(238, 232, 213, 0); } - .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + background-color: rgba(231, 232, 235, 0); + border-color: rgba(231, 232, 235, 0); } + .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { - color: #fdf6e3; - caret-color: #fdf6e3; } +.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { + color: #ffffff; + caret-color: #ffffff; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(255, 255, 255, 0.9); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } +.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #268bd2; } +.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { + border-left-color: #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { +.primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.9); } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; + .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.75); } + background-color: rgba(255, 255, 255, 0.75); } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: 1px 0 #268bd2; } + .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + box-shadow: 1px 0 #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } - .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: -1px 0 #268bd2; } + .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + box-shadow: -1px 0 #5294e2; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { +.primary-toolbar switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { +.primary-toolbar progressbar trough, headerbar progressbar trough { background-color: rgba(82, 93, 118, 0.15); } -.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { +.primary-toolbar scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { +.primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { + .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { - background-color: #268bd2; - border-color: #268bd2; } - .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { - background-color: rgba(247, 246, 241, 0.985); + .primary-toolbar scale slider:active, headerbar scale slider:active { + background-color: #5294e2; + border-color: #5294e2; } + .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + background-color: rgba(245, 246, 247, 0.985); border-color: rgba(82, 93, 118, 0.3); } -.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { +.primary-toolbar scale trough, headerbar scale trough { background-color: rgba(82, 93, 118, 0.15); } - .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(82, 93, 118, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -1388,54 +1388,54 @@ treeview.view { -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #268bd2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; - border-left-color: #92c1db; + border-left-color: #a9caf1; border-top-color: rgba(92, 97, 108, 0.1); } treeview.view:disabled { color: rgba(92, 97, 108, 0.55); } treeview.view:disabled:selected { - color: #7cb6d9; } + color: #97bfee; } treeview.view.separator { min-height: 2px; color: rgba(0, 0, 0, 0.1); } treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #41769f; } + border-color: #577ba7; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #adaca8; } + color: #aeb0b6; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { color: #5c616c; } treeview.view.expander:selected { - color: #bdd6de; } + color: #cbdff6; } treeview.view.expander:selected:hover { - color: #fdf6e3; } + color: #ffffff; } treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view.progressbar, treeview.view.progressbar:focus { - color: #fdf6e3; + color: #ffffff; border-radius: 3px; - background-color: #268bd2; } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #268bd2; + color: #5294e2; box-shadow: none; - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view.trough { color: #5c616c; - background-color: #657b83; + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #fdf6e3; + color: #ffffff; background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; border-width: 0; } @@ -1444,18 +1444,18 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7c7f84; - background-color: #fdf6e3; + color: #7d8189; + background-color: #ffffff; background-image: none; border-style: none solid none none; border-radius: 0; - border-image: linear-gradient(to bottom, #fdf6e3 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #fdf6e3 80%) 0 1 0 0/0 1px 0 0 stretch; } + border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:hover { - color: #268bd2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { - background-color: #fdf6e3; } + background-color: #ffffff; } treeview.view header button:active:hover { color: #5c616c; } treeview.view header button:disabled { @@ -1471,8 +1471,8 @@ treeview.view { treeview.view header.button.dnd:active { padding: 0 6px; transition: none; - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1480,7 +1480,7 @@ menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #eee8d5; + background-color: #e7e8eb; color: rgba(82, 93, 118, 0.8); } menubar:backdrop, .menubar:backdrop { @@ -1492,8 +1492,8 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { color: rgba(82, 93, 118, 0.2); @@ -1504,7 +1504,7 @@ menu, margin: 4px; padding: 0; border-radius: 0; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; } .csd menu, .csd .menu { @@ -1517,13 +1517,13 @@ menu, .csd .menu separator { margin: 2px 0; - background-color: #fdf6e3; } + background-color: #ffffff; } menu .separator:not(label), .csd menu .separator:not(label), .menu .separator:not(label), .csd .menu .separator:not(label) { - color: #fdf6e3; } + color: #ffffff; } menu menuitem, .menu menuitem { min-height: 16px; @@ -1531,8 +1531,8 @@ menu, padding: 5px; } menu menuitem:hover, .menu menuitem:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1567,21 +1567,21 @@ menu, min-width: 16px; min-height: 16px; padding: 4px; - background-color: #fdf6e3; + background-color: #ffffff; border-radius: 0; } menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #ede7d7; + border-bottom: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #ede7d7; + border-top: 1px solid #efeff0; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #ede7d7; } + background-color: #efeff0; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1593,7 +1593,7 @@ popover.background { padding: 2px; border-radius: 3px; background-clip: border-box; - background-color: #fdf6e3; + background-color: #ffffff; box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } .csd popover, popover, .csd popover.background, @@ -1601,7 +1601,7 @@ popover.background { border: 1px solid #cdd2d7; } popover separator, popover.background separator { - background-color: #fdf6e3; } + background-color: #ffffff; } popover > list, popover > .view, popover > iconview, @@ -1646,7 +1646,7 @@ notebook { padding-top: 0; padding-bottom: 0; } notebook > stack:not(:only-child) { - background-color: #fdf6e3; } + background-color: #ffffff; } notebook > header { padding: 2px; background-color: #F5F6F7; } @@ -1740,14 +1740,14 @@ notebook { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { color: rgba(92, 97, 108, 0.55); - background-color: rgba(253, 246, 227, 0); } + background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { color: rgba(92, 97, 108, 0.775); - background-color: rgba(253, 246, 227, 0.5); + background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; @@ -1757,10 +1757,10 @@ notebook { notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #268bd2; } + color: #5294e2; } scrollbar { - background-color: #fdf4de; + background-color: #fcfcfc; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; @@ -1794,7 +1794,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -2128,13 +2128,13 @@ scale { outline-offset: 2px; -gtk-outline-radius: 4.5px; border-radius: 2.5px; - background-color: #657b83; } + background-color: #cfd6e6; } scale trough:disabled { - background-color: rgba(101, 123, 131, 0.55); } + background-color: rgba(207, 214, 230, 0.55); } .osd scale trough { - background-color: rgba(10, 80, 98, 0.95); } + background-color: rgba(69, 74, 89, 0.95); } .osd scale trough highlight { - background-color: #268bd2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2142,28 +2142,28 @@ scale { menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight { - background-color: #fdf6e3; } + background-color: #ffffff; } menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled { - background-color: #9cc6db; } + background-color: #b1cff2; } menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #268bd2; } + background-color: #5294e2; } scale highlight:disabled { - background-color: rgba(38, 139, 210, 0.55); } + background-color: rgba(82, 148, 226, 0.55); } scale fill { border-radius: 2.5px; - background-color: rgba(38, 139, 210, 0.5); } + background-color: rgba(82, 148, 226, 0.5); } scale fill:disabled { background-color: transparent; } scale slider { background-color: #fbfbfc; - border: 1px solid rgba(45, 55, 59, 0.5); + border: 1px solid rgba(123, 142, 186, 0.5); border-radius: 100%; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border; } @@ -2171,42 +2171,42 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { - background-color: #f9f6ec; - border-color: rgba(45, 55, 59, 0.3); } + background-color: #fbfbfb; + border-color: rgba(123, 142, 186, 0.3); } menuitem:hover scale slider, row:selected scale slider, infobar scale slider { background-clip: border-box; - background-color: #fdf6e3; - border-color: #fdf6e3; } + background-color: #ffffff; + border-color: #ffffff; } menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover { - background-color: #dde6e0; - border-color: #dde6e0; } + background-color: #e5effb; + border-color: #e5effb; } menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active { - background-color: #92c1db; - border-color: #92c1db; } + background-color: #a9caf1; + border-color: #a9caf1; } menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled { - background-color: #9cc6db; - border-color: #9cc6db; } + background-color: #b1cff2; + border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { - background-color: #4ca2df; - border-color: #4ca2df; } + background-color: #7eafe9; + border-color: #7eafe9; } .osd scale slider:active { - background-color: #1e6ea7; - border-color: #1e6ea7; } + background-color: #2679db; + border-color: #2679db; } scale value { color: alpha(currentColor,0.4); } scale marks { @@ -2259,17 +2259,17 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #268bd2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } row:selected progressbar progress, infobar progressbar progress { - background-color: #fdf6e3; } + background-color: #ffffff; } progressbar trough { border: none; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } row:selected progressbar trough, infobar progressbar trough { background-color: rgba(0, 0, 0, 0.2); } @@ -2286,7 +2286,7 @@ levelbar trough { border: none; padding: 3px; border-radius: 3px; - background-color: #657b83; } + background-color: #cfd6e6; } levelbar.horizontal.discrete block { margin: 0 1px; } @@ -2295,21 +2295,21 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #268bd2; - background-color: #268bd2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { - border-color: #cb4b16; - background-color: #cb4b16; } + border-color: #F27835; + background-color: #F27835; } levelbar block.high { - border-color: #268bd2; - background-color: #268bd2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { - border-color: #859900; - background-color: #859900; } + border-color: #73d216; + background-color: #73d216; } levelbar block.empty { background-color: rgba(92, 97, 108, 0.2); @@ -2317,7 +2317,7 @@ levelbar block.empty { printdialog paper { border: 1px solid #dcdfe3; - background: #fdf6e3; + background: #ffffff; padding: 0; } printdialog .dialog-action-box { @@ -2337,7 +2337,7 @@ scrolledwindow viewport.frame { border-style: none; } scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2346,7 +2346,7 @@ scrolledwindow overshoot.top { box-shadow: none; } scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2355,7 +2355,7 @@ scrolledwindow overshoot.bottom { box-shadow: none; } scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2364,7 +2364,7 @@ scrolledwindow overshoot.left { box-shadow: none; } scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(38, 139, 210, 0.2)), to(rgba(38, 139, 210, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2415,7 +2415,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fdf4de; } + background-color: #fcfcfc; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } @@ -2425,7 +2425,7 @@ separator { min-height: 1px; } list { - background-color: #fdf6e3; + background-color: #ffffff; border-color: #dcdfe3; } list row { padding: 2px; } @@ -2445,41 +2445,41 @@ row.activatable:disabled { color: inherit; } row.activatable:selected:active { - color: #fdf6e3; } + color: #ffffff; } row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: #227dbd; } + background-color: #4a85cb; } .app-notification { padding: 10px; - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; - border-color: rgba(2, 16, 20, 0.95); } + border-color: rgba(31, 33, 40, 0.95); } .app-notification border { border: none; } .app-notification button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .app-notification button.flat, .app-notification button.sidebar-button { - border-color: rgba(38, 139, 210, 0); } + border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } .app-notification button:active, .app-notification button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } expander arrow { min-width: 16px; @@ -2515,8 +2515,8 @@ calendar { messagedialog .titlebar { min-height: 20px; - background-color: rgba(238, 232, 213, 0.95); - border-bottom: 1px solid rgba(228, 218, 188, 0.95); } + background-color: rgba(231, 232, 235, 0.95); + border-bottom: 1px solid rgba(212, 213, 219, 0.95); } messagedialog .dialog-action-area button { padding: 8px; @@ -2608,18 +2608,18 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to bottom, #b58900, #b58900); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #b58900, inset 0 -1px #b58900; } + box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #b58900; } + color: #F08437; } placessidebar row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #fdf6e3; } + color: #ffffff; } placesview .server-list-button > image { -gtk-icon-transform: rotate(0turn); } @@ -2641,7 +2641,7 @@ paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to bottom, #268bd2, #268bd2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; @@ -2679,52 +2679,52 @@ paned.vertical > separator { infobar { border-style: none; } infobar.info, infobar.question, infobar.warning, infobar.error { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; caret-color: currentColor; } infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { - color: #268bd2; - background-color: #fdf6e3; } + color: #5294e2; + background-color: #ffffff; } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.5); } +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { + color: #ffffff; + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { - color: rgba(253, 246, 227, 0.4); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + color: rgba(255, 255, 255, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { - color: #fdf6e3; - background-color: rgba(253, 246, 227, 0.2); - border-color: rgba(253, 246, 227, 0.8); } + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { - color: #268bd2; - background-color: #fdf6e3; - border-color: #fdf6e3; } +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { + color: #5294e2; + background-color: #ffffff; + border-color: #ffffff; } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled { - background-color: rgba(253, 246, 227, 0); - border-color: rgba(253, 246, 227, 0.4); } + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { - color: rgba(253, 246, 227, 0.5); } - .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #268bd2; - background-color: rgba(253, 246, 227, 0.5); - border-color: rgba(253, 246, 227, 0.4); } + color: rgba(255, 255, 255, 0.5); } + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + color: #5294e2; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); } tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: rgba(12, 92, 112, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } tooltip.background label { padding: 4px; } @@ -2732,7 +2732,7 @@ tooltip { background-color: transparent; } tooltip * { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } colorswatch, colorswatch:drop(active) { border-style: none; } @@ -2790,11 +2790,11 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { border-color: transparent; @@ -2811,13 +2811,13 @@ colorchooser .popover.osd { border-radius: 3px; } .content-view { - background-color: #fdf6e3; } + background-color: #ffffff; } .content-view:hover { -gtk-icon-effect: highlight; } .scale-popup button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } .context-menu, popover.touch-selection, .csd popover.touch-selection, @@ -2843,7 +2843,7 @@ button.circular-button { min-height: 20px; padding: 3px 6px 4px 6px; color: #5c616c; - background-color: #fdf6e3; + background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); } @@ -2856,7 +2856,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima *:drop(active):focus, *:drop(active) { - box-shadow: inset 0 0 0 1px #b58900; } + box-shadow: inset 0 0 0 1px #F08437; } decoration { border-radius: 4px 4px 0 0; @@ -2888,7 +2888,7 @@ decoration { .solid-csd decoration { border-radius: 0; margin: 1px; - background-color: rgba(238, 232, 213, 0.95); + background-color: rgba(231, 232, 235, 0.95); box-shadow: none; } headerbar.default-decoration button.titlebutton, @@ -2905,7 +2905,7 @@ headerbar button.titlebutton, border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(238, 232, 213, 0); } + background-color: rgba(231, 232, 235, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { color: rgba(82, 93, 118, 0.8); @@ -2914,9 +2914,9 @@ headerbar button.titlebutton, headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, @@ -2981,7 +2981,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: #268bd2; } + background-color: #5294e2; } row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, iconview text:selected:focus, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, @@ -2995,7 +2995,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - color: #fdf6e3; } + color: #ffffff; } row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, @@ -3005,7 +3005,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { - color: #92c1db; } + color: #a9caf1; } .gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, terminal-window notebook > header.top > tabs > tab:checked { @@ -3014,7 +3014,7 @@ terminal-window notebook > header.top > tabs > tab:checked { terminal-window notebook > header.top, .mate-terminal notebook > header.top { padding-top: 3px; - box-shadow: inset 0 1px #e4dabc, inset 0 -1px #dcdfe3; } + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } terminal-window notebook > header.top button, .mate-terminal notebook > header.top button { padding: 0; @@ -3030,7 +3030,7 @@ terminal-window notebook > header.top, .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { color: #5c616c; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { - color: #fdf6e3; + color: #ffffff; text-shadow: none; } .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, @@ -3040,7 +3040,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #d2e1e0; } + color: #dceaf9; } .nautilus-window searchbar { border-top: 1px solid #dcdfe3; } @@ -3050,7 +3050,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nautilus-window notebook, .nautilus-window notebook > stack:not(:only-child) searchbar { - background-color: #fdf6e3; } + background-color: #ffffff; } .disk-space-display { border-style: solid; @@ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: rgba(92, 97, 108, 0.5); border-color: rgba(69, 72, 80, 0.5); } .disk-space-display.used { - background-color: rgba(38, 139, 210, 0.8); - border-color: rgba(30, 110, 167, 0.8); } + background-color: rgba(82, 148, 226, 0.8); + border-color: rgba(38, 121, 219, 0.8); } .disk-space-display.free { background-color: #edeef0; border-color: #d0d5da; } @@ -3071,9 +3071,9 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3084,27 +3084,27 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .conflict-row.activatable, .conflict-row.activatable:active { color: white; - background-color: #dc322f; } + background-color: #FC4138; } .conflict-row.activatable:hover { - background-color: #e35d5b; } + background-color: #fd716a; } .conflict-row.activatable:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .nemo-window .nemo-places-sidebar.frame { border-width: 0; } .nemo-window notebook { - background-color: #fdf6e3; } + background-color: #ffffff; } .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #268bd2; - background-color: #fdf6e3; } + border-color: #5294e2; + background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { color: rgba(82, 93, 118, 0.8); @@ -3115,9 +3115,9 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover { background-color: rgba(255, 255, 255, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { color: rgba(82, 93, 118, 0.4); } @@ -3144,21 +3144,21 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .open-document-selector-treeview.view, iconview.open-document-selector-treeview { padding: 3px 6px 3px 6px; - border-color: #fdf6e3; } + border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f2ecdb; } + background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } .open-document-selector-path-label { - color: #adaca8; + color: #aeb0b6; font-size: smaller; } .open-document-selector-path-label:selected { - color: rgba(253, 246, 227, 0.9); } + color: rgba(255, 255, 255, 0.9); } .gedit-document-panel row button { min-width: 22px; @@ -3184,7 +3184,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: none; box-shadow: none; } .gedit-document-panel row:hover:selected button:hover:active { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; @@ -3242,10 +3242,10 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 4px 4px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #268bd2; } + border-top-color: #5294e2; } layouttab { - background-color: #fdf6e3; } + background-color: #ffffff; } layout { border: 1px solid #dcdfe3; @@ -3255,11 +3255,11 @@ eggsearchbar box.search-bar { border-bottom: 1px solid #dcdfe3; } pillbox { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 3px; } pillbox:disabled label { - color: rgba(253, 246, 227, 0.5); } + color: rgba(255, 255, 255, 0.5); } docktabstrip { padding: 0 6px; @@ -3275,7 +3275,7 @@ docktabstrip { opacity: 1; } docktabstrip docktab:checked { border-color: #dcdfe3; - background-color: #fdf6e3; } + background-color: #ffffff; } dockbin { border: 1px solid #dcdfe3; @@ -3319,7 +3319,7 @@ entry.search.preferences-search { border-radius: 0; } preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); } + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } preferences stacksidebar.sidebar list separator { background-color: transparent; } @@ -3357,8 +3357,8 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { @@ -3367,21 +3367,21 @@ button.documents-load-more { button.documents-favorite:active, button.documents-favorite:active:hover { - color: #78b9e6; } + color: #a9caf1; } .documents-entry-tag, .photos-entry-tag { - color: #fdf6e3; - background: #268bd2; + color: #ffffff; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; padding: 4px; } .documents-entry-tag:hover, .photos-entry-tag:hover { - color: #fdf6e3; - background: #3295da; } + color: #ffffff; + background: #639fe5; } .documents-entry-tag:active, .photos-entry-tag:active { - color: #fdf6e3; - background: #2380c1; } + color: #ffffff; + background: #4189df; } .content-view.document-page { border-style: solid; @@ -3396,6 +3396,10 @@ button.documents-favorite:active:hover { opacity: 0.0; transition: opacity 0.2s ease-out; } +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } + .tr-workarea undershoot, .tr-workarea overshoot { border-color: transparent; } @@ -3407,9 +3411,9 @@ button.documents-favorite:active:hover { #gf-input-source-popup.solid, #gf-candidate-popup, #gf-candidate-popup.solid { - color: #768d96; - background-color: rgba(7, 54, 66, 0.95); - border: 1px solid rgba(3, 24, 29, 0.95); + color: #cfd5de; + background-color: rgba(53, 57, 69, 0.95); + border: 1px solid rgba(35, 38, 46, 0.95); border-radius: 2px; } #gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, @@ -3422,14 +3426,14 @@ button.documents-favorite:active:hover { #gf-candidate-popup levelbar block.low, #gf-candidate-popup levelbar block.high, #gf-candidate-popup levelbar block.full { - background-color: #268bd2; - border-color: #268bd2; } + background-color: #5294e2; + border-color: #5294e2; } #gf-bubble levelbar block.empty, #gf-osd-window levelbar block.empty, #gf-input-source-popup levelbar block.empty, #gf-candidate-popup levelbar block.empty { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } #gf-bubble levelbar trough, #gf-osd-window levelbar trough, @@ -3441,35 +3445,35 @@ button.documents-favorite:active:hover { min-height: 32px; min-width: 40px; } #gf-input-source:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } gf-candidate-box label { padding: 3px; } gf-candidate-box:hover, gf-candidate-box:selected { - color: #fdf6e3; - background-color: #268bd2; + color: #ffffff; + background-color: #5294e2; border-radius: 2px; } MsdOsdWindow.background.osd { border-radius: 2px; - border: 1px solid rgba(3, 24, 29, 0.95); } + border: 1px solid rgba(35, 38, 46, 0.95); } MsdOsdWindow.background.osd .progressbar { - background-color: #268bd2; + background-color: #5294e2; border: none; border-color: red; border-radius: 5px; } MsdOsdWindow.background.osd .trough { - background-color: rgba(5, 35, 43, 0.95); + background-color: rgba(42, 45, 55, 0.95); border: none; border-radius: 5px; } .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { - background-color: #05242c; } + background-color: #2b2e37; } .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, @@ -3477,7 +3481,7 @@ panel-toplevel.background menubar { panel-toplevel.background menubar, panel-toplevel.background #PanelApplet label, panel-toplevel.background #PanelApplet image { - color: #657b83; } + color: #BAC3CF; } .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, @@ -3490,15 +3494,15 @@ panel-toplevel.background #tasklist-button image { .mate-panel-menu-bar .wnck-pager, panel-toplevel.background .wnck-pager { - color: #333e42; - background-color: rgba(0, 0, 0, 0.95); } + color: #5d6268; + background-color: rgba(20, 22, 27, 0.95); } .mate-panel-menu-bar .wnck-pager:hover, panel-toplevel.background .wnck-pager:hover { - background-color: rgba(7, 55, 67, 0.95); } + background-color: rgba(54, 58, 70, 0.95); } .mate-panel-menu-bar .wnck-pager:selected, panel-toplevel.background .wnck-pager:selected { - color: #78b9e6; - background-color: #268bd2; } + color: #a9caf1; + background-color: #5294e2; } .mate-panel-menu-bar na-tray-applet, panel-toplevel.background na-tray-applet { @@ -3506,39 +3510,39 @@ panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { - background-color: rgba(5, 36, 44, 0.95); + background-color: rgba(43, 46, 55, 0.95); text-shadow: none; -gtk-icon-shadow: none; } #tasklist-button { - color: rgba(101, 123, 131, 0.8); + color: rgba(186, 195, 207, 0.8); border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } #tasklist-button:hover { - color: #7f949c; + color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #268bd2; } + box-shadow: inset 0 -2px #5294e2; } .mate-panel-menu-bar button:not(#tasklist-button), panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { - color: #657b83; + color: #BAC3CF; border-radius: 0; border: none; - background-color: rgba(5, 36, 44, 0); } + background-color: rgba(43, 46, 55, 0); } .mate-panel-menu-bar button:hover:not(#tasklist-button), panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; - background-color: rgba(10, 74, 90, 0.95); } + background-color: rgba(65, 70, 84, 0.95); } .mate-panel-menu-bar button:active:not(#tasklist-button), panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { - color: #fdf6e3; + color: #ffffff; border: none; - background-color: #268bd2; } + background-color: #5294e2; } .mate-panel-menu-bar button:active:not(#tasklist-button) label, panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, @@ -3548,8 +3552,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto .nautilus-window .floating-bar { padding: 1px; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { border-top-left-radius: 0; } @@ -3566,19 +3570,19 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.9); } + background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(253, 246, 227, 0.75); } + background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #268bd2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3647,7 +3651,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #268bd2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3656,9 +3660,9 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #eee8d5, #eee8d5); + background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px rgba(242, 238, 224, 0.95); } + box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration .top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } @@ -3669,18 +3673,18 @@ UnityDecoration { UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #002b36, #002b36); - color: #9cacb2; + background-image: linear-gradient(to bottom, #2f343f, #2f343f); + color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, .unity-panel:backdrop { - color: #677e86; } + color: #bdc6d1; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { border-radius: 0; - color: #fdf6e3; - background-image: linear-gradient(to bottom, #268bd2, #268bd2); + color: #ffffff; + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3692,7 +3696,7 @@ UnityPanelWidget, color: white; } .lightdm-combo .menu { - background-color: rgba(250, 248, 242, 0.95); + background-color: rgba(253, 253, 254, 0.95); border-radius: 0px; padding: 0px; color: white; } @@ -3765,13 +3769,13 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #268bd2; - border-color: #268bd2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } .overlay-bar label { - color: #fdf6e3; } + color: #ffffff; } GraniteWidgetsThinPaned { background-color: transparent; @@ -3826,8 +3830,8 @@ iconview.source-list:hover:selected, .source-list.view:selected:focus, iconview.source-list:selected:focus, .source-list.category-expander:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3842,8 +3846,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #268bd2; - color: #fdf6e3; + background-color: #5294e2; + color: #ffffff; border-radius: 10px; padding: 0 6px; margin: 0 3px; @@ -3852,8 +3856,8 @@ iconview.source-list:selected:focus, .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:hover:selected { - background-color: #fdf6e3; - color: #268bd2; } + background-color: #ffffff; + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3869,7 +3873,7 @@ iconview.source-list:selected:focus, -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #fdf6e3; } + background-color: #ffffff; } GraniteWidgetsWelcome label { color: #a9acb2; @@ -3893,7 +3897,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #fdf6e3, #fdf6e3); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3925,17 +3929,18 @@ GtkListBox .h4 { padding-left: 6px; } #panel_window { - background-color: rgba(5, 36, 44, 0.95); - color: #657b83; + background-color: rgba(43, 46, 55, 0.95); + color: #BAC3CF; font-weight: bold; - box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #657b83; - font-weight: bold; } + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } + #panel_window menubar { + padding-left: 5px; } + #panel_window menubar, #panel_window menubar > menuitem { + background-color: transparent; + color: #BAC3CF; + font-weight: bold; } #panel_window menubar menuitem:disabled { - color: rgba(101, 123, 131, 0.5); } + color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { @@ -3959,18 +3964,18 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - border-color: #657b83; + border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { - border-color: rgba(101, 123, 131, 0.55); + border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { color: rgba(92, 97, 108, 0.55); } @@ -3979,29 +3984,29 @@ GtkListBox .h4 { padding-top: 20px; padding-bottom: 0px; border-style: none; - background-color: rgba(7, 54, 66, 0.95); + background-color: rgba(53, 57, 69, 0.95); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border: solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(7, 54, 66, 0.95); } + box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } #buttonbox_frame button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } #buttonbox_frame button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } #buttonbox_frame button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { color: #5c616c; @@ -4016,48 +4021,48 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; color: green; - background-color: #dc322f; - border-color: #dc322f; } + background-color: #F04A50; + border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; - background-color: #e35d5b; - border-color: #e35d5b; } + background-color: #f4797e; + border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; - background-color: #b9221f; - border-color: #b9221f; } + background-color: #ec1b22; + border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; - background-color: #2aa198; - border-color: #2aa198; } + background-color: #4DADD4; + border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; - background-color: #35c9be; - border-color: #35c9be; } + background-color: #76c0de; + border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; - background-color: #1f7972; - border-color: #1f7972; } + background-color: #2e96c0; + border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95), rgba(7, 54, 66, 0.95)); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); } .nautilus-window paned > separator:dir(ltr) { margin-left: -1px; } .nautilus-window paned > separator:dir(rtl) { margin-right: -1px; } filechooser paned > separator { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95), rgba(7, 54, 66, 0.95)); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4066,23 +4071,23 @@ filechooser.csd.background, filechooser placessidebar list, filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } filechooser placessidebar.sidebar row.sidebar-row, .nautilus-window placessidebar.sidebar row.sidebar-row { border: none; - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon { - color: rgba(101, 123, 131, 0.6); } + color: rgba(186, 195, 207, 0.6); } filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image { - color: rgba(101, 123, 131, 0.4); } + color: rgba(186, 195, 207, 0.4); } filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, @@ -4091,23 +4096,23 @@ filechooser placessidebar.sidebar, color: inherit; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button { - color: #657b83; } + color: #BAC3CF; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #fdf6e3; - border-color: #268bd2; - background-color: #268bd2; } + color: #ffffff; + border-color: #5294e2; + background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { opacity: 0.5; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #268bd2; } + color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { color: inherit; } @@ -4115,36 +4120,36 @@ filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #b58900; } + color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #b58900; } + background-color: #F08437; } filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #fdf6e3; } + color: #ffffff; } filechooser placessidebar.sidebar separator, .nautilus-window placessidebar.sidebar separator { background-color: transparent; } filechooser.maximized placessidebar.sidebar, .nautilus-window.maximized placessidebar.sidebar { - background-color: #073642; } + background-color: #353945; } .nemo-window .sidebar { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); } .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { background-color: transparent; - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #268bd2; - color: #fdf6e3; } + background-color: #5294e2; + color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { - color: rgba(56, 90, 100, 0.975); } + color: rgba(123, 129, 141, 0.975); } .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #657b83; } + color: #BAC3CF; } .nemo-window .sidebar separator { background-color: transparent; } @@ -4152,150 +4157,150 @@ filechooser.maximized placessidebar.sidebar, .caja-side-pane > notebook > stack > widget > box, .caja-side-pane text, .caja-side-pane treeview { - color: #657b83; - caret-color: #657b83; - background-color: #073642; } + color: #BAC3CF; + caret-color: #BAC3CF; + background-color: #353945; } .caja-side-pane > box button:not(:active):not(:checked) { - color: #657b83; } + color: #BAC3CF; } .caja-side-pane .frame { - border-color: #05232b; } + border-color: #2a2d37; } .caja-side-pane junction { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } filechooser actionbar { - color: #657b83; - background-color: rgba(7, 54, 66, 0.95); - border-color: rgba(4, 28, 34, 0.95); } + color: #BAC3CF; + background-color: rgba(53, 57, 69, 0.95); + border-color: rgba(37, 40, 49, 0.95); } filechooser actionbar label, filechooser actionbar combobox { - color: #657b83; } + color: #BAC3CF; } .gedit-bottom-panel-paned { - background-color: #fdf6e3; } + background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, rgba(7, 54, 66, 0.95), rgba(7, 54, 66, 0.95)); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); } .gedit-bottom-panel-paned > separator { background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { - background-color: rgba(7, 54, 66, 0.95); } + background-color: rgba(53, 57, 69, 0.95); } .maximized .gedit-document-panel { - background-color: #073642; } + background-color: #353945; } .gedit-document-panel row { - color: #657b83; - background-color: rgba(101, 123, 131, 0); } + color: #BAC3CF; + background-color: rgba(186, 195, 207, 0); } .gedit-document-panel row:hover { - background-color: rgba(101, 123, 131, 0.15); } + background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:active button { - color: #fdf6e3; } + color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #fdf6e3; - background-color: #268bd2; } + color: #ffffff; + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #657b83; } + color: #BAC3CF; } filechooser actionbar button { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(21, 163, 200, 0.45); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(119, 127, 151, 0.45); } filechooser actionbar button:active, filechooser actionbar button:checked { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } filechooser actionbar button:disabled { - color: #234b56; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.2); } + color: #5d626e; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.2); } filechooser actionbar entry { - color: #657b83; - border-color: rgba(1, 9, 11, 0.35); - background-color: rgba(18, 137, 167, 0.35); } + color: #BAC3CF; + border-color: rgba(26, 28, 34, 0.35); + background-color: rgba(102, 109, 132, 0.35); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { - color: #fdf6e3; - border-color: rgba(1, 9, 11, 0.35); - background-color: #268bd2; } + color: #ffffff; + border-color: rgba(26, 28, 34, 0.35); + background-color: #5294e2; } filechooser actionbar entry:disabled { - color: rgba(101, 123, 131, 0.55); - background-color: rgba(18, 137, 167, 0.2); } + color: rgba(186, 195, 207, 0.55); + background-color: rgba(102, 109, 132, 0.2); } filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { - border-color: rgba(5, 35, 43, 0.95); } + border-color: rgba(42, 45, 55, 0.95); } filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: #8da0a7; + background-color: #e7eaee; border: 1px solid rgba(0, 0, 0, 0.3); } filechooser placessidebar.sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider { - background-color: rgba(141, 160, 167, 0.7); } + background-color: rgba(231, 234, 238, 0.7); } filechooser placessidebar.sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover { - background-color: #9cacb2; } + background-color: #f6f7f9; } filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { - background-color: #268bd2; } + background-color: #5294e2; } filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { background-color: transparent; } filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { - background-color: rgba(5, 35, 43, 0.95); } + background-color: rgba(42, 45, 55, 0.95); } @define-color theme_fg_color #5c616c; @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #fdf6e3; -@define-color theme_selected_bg_color #268bd2; -@define-color theme_selected_fg_color #fdf6e3; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5294e2; +@define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; -@define-color base_color #fdf6e3; -@define-color selected_bg_color #268bd2; -@define-color selected_fg_color #fdf6e3; -@define-color insensitive_bg_color #faf6eb; +@define-color base_color #ffffff; +@define-color selected_bg_color #5294e2; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #fdf6e3; +@define-color insensitive_base_color #ffffff; @define-color theme_unfocused_fg_color #5c616c; @define-color theme_unfocused_text_color #5c616c; @define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #fdf6e3; +@define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @define-color unfocused_borders #dcdfe3; -@define-color warning_color #cb4b16; -@define-color error_color #dc322f; -@define-color success_color #859900; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; -@define-color link_color #1e6ea7; -@define-color content_view_bg #fdf6e3; +@define-color link_color #2679db; +@define-color content_view_bg #ffffff; @define-color wm_title alpha(#525d76, 0.8); @define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #eee8d5; -@define-color wm_bg_unfocused #f2eee0; -@define-color wm_highlight #f2eee0; +@define-color wm_bg #e7e8eb; +@define-color wm_bg_unfocused #eff0f2; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #f46067; @define-color wm_button_close_hover_bg #f68086; @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #268bd2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; @define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #fdf6e3; +@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 7f1012d..9697e9d 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -502,6 +502,14 @@ button.documents-favorite:active:hover { } // +// Gnome Tweak Tool +// +.tweak-categories, +.tweak-category:not(:selected):not(:hover) { + background-image: _solid($base_color); +} + +// // Transmission // .tr-workarea undershoot, diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8b0ec66..9671ae6 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -939,10 +939,10 @@ toolbar { //&:backdrop { background-color: opacify($header_bg_backdrop, 1); } separator { @extend %header_separator; } - - @extend %header_widgets; } +.primary-toolbar { @extend %header_widgets; } + .inline-toolbar { @extend toolbar; background-color: darken($bg_color, 3%); diff --git a/common/gtk-3.0/3.20/sass/_lightdm.scss b/common/gtk-3.0/3.20/sass/_lightdm.scss index 0b91ff2..a9ab2fd 100644 --- a/common/gtk-3.0/3.20/sass/_lightdm.scss +++ b/common/gtk-3.0/3.20/sass/_lightdm.scss @@ -6,11 +6,14 @@ box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators - menubar, - menubar > menuitem { - background-color: transparent; - color: $panel_fg; - font-weight: bold; + menubar { + padding-left: 5px; + + &, > menuitem { + background-color: transparent; + color: $panel_fg; + font-weight: bold; + } } menubar menuitem:disabled { diff --git a/common/gtk-3.0/thumbnail-dark.png b/common/gtk-3.0/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..daf3162 --- /dev/null +++ b/common/gtk-3.0/thumbnail-dark.png diff --git a/common/gtk-3.0/thumbnail.png b/common/gtk-3.0/thumbnail.png Binary files differnew file mode 100644 index 0000000..322bba6 --- /dev/null +++ b/common/gtk-3.0/thumbnail.png diff --git a/common/metacity-1/thumbnail-dark.png b/common/metacity-1/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..02c3590 --- /dev/null +++ b/common/metacity-1/thumbnail-dark.png diff --git a/common/metacity-1/thumbnail.png b/common/metacity-1/thumbnail.png Binary files differnew file mode 100644 index 0000000..44f4038 --- /dev/null +++ b/common/metacity-1/thumbnail.png |